
/*
  --- menu items --- 
  note that this structure has changed its foramat since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Foramat description can be found in product documentation.
*/
var MENU_ITEMS = [


/*  --------------------- Menu 1 - About Us -  Start  ---------------------------- */


	['About Us', null, null,

		['Welcome to our Website!', 'welcome.htm', null,
		
		],

       	['What We Believe', 'doctrine.htm', null,
		
		],

		['Meet The Senior Pastor', 'steve.htm', null,
			
		], 
		
		['Meet The Youth/Associate Pastor', 'Joel.htm', null,
		
		]



	],

/*  ---------------------- Menu 1 - About Us -  Stop  ---------------------------- */




/*  -------------------- Menu 2 - Ministries - Start  ---------------------------- */


	['Ministries', null, null,

		['Deaf Ministry', 'deafmin.htm', null,
		 	
		],

		['Youth Ministry', 'youthministry.htm', null,
			
		],

		['Kids Korner', 'kidsmin.htm', null,
			
		],
		
       		['MUSIC and VIDEOS', null, null,


		    ['Calvary Choir_worship the king', 'Calvary Choir_worship the king.mp3', null,

		    ],	

		    ['Memorial Day   skipping stones', 'Memorial Day   skipping stones.wmv', null,

		    ],
	

		    ['Trust Fall   WorshipHouse Media ', 'Trust Fall   WorshipHouse Media.wmv ', null,

		    ],		 
 	 	
		],

		

	],

/*  -------------------- Menu 2 - Ministries - Stop  ---------------------------- */




/*  ----------------------- Menu 3 - Events - Start  ---------------------------- */


	['News & Events', null, null,

		['From Steves Desk...', null, null,

			['HOLY VESSELS (pdf)', 'sd020512.pdf', null,

			],

			['PILOT ME (pdf)', 'sd012912.pdf', null,

			],

			['PHARISEE OR FOLLER (pdf)', 'sd012212.pdf', null,

			],

			['WHAT IF (pdf)', 'sd011512.pdf', null,

			],

			
		],


		['Church Bulletins...', null, null,

			[' 02/05/2012 bulletin (pdf)', 'news020512.pdf', null,

			],

			[' 01/29/2012 bulletin (pdf)', 'news012912.pdf', null,

			],

			[' 01/22/2012 bulletin (pdf)', 'news012212.pdf', null,

			],

			[' 01/15/2012 bulletin (pdf)', 'news011512.pdf ', null,

			],

			
		],	
			
		['Church Calendars...', null, null,


			[' February 2012 Callendar (pdf)', 'February_2012.pdf', null,

			],

		 ],

 /*---------------------------- specials template start -------------------------*/

		['Special Announcements', null, null,

		 
		 	['NOT A FAN INVITATION (pdf)', 'NOT A FAN.pdf', null,
			 
			],

			['New Procedures For Parents', 'New Procedures For Parents.pdf ', null,

			],
			
				
		],

 /*----------------------- specials template stop -------------------------------*/

		],

/*  ----------------------- Menu 3 - Events - Stop  ---------------------------- */


/*  -------------------- Menu 4 - Sermons -  Start  ---------------------------- */


	['Sermons', null, null,

		['ALL IN THE FAMILY (Joels Message)', 's012912.mp3', null,

		],

		['THE WORD IN FLESH', 's011512.mp3', null,

		],

		['TIME FOR RENEWAL', 's010812.mp3', null,

		],

		['NEW BEGINNING', 's010112.mp3', null,

		],

		

		['SPIRTUAL GIFTS', null, null,

			['HERE I AM USE ME 11/13/11', 'HERE I AM_USE ME.mp3', null,

			],

			['DO IT AGAIN LORD 10/16/11','DO IT AGAIN LORD.mp3', null,

			],

			['FILLED UP TO BE POURED OUT 10/2/11', 'FILLED UP TO BE POURED OUT.mp3', null,

			],

			['INTO ALL TRUTH', 'INTO ALL TRUTH.mp3', null,

			],

			['LEADER-FOLLOWSHIP 10/30/11', 'leader-followship.mp3', null,

			],

			['LOOSE MY TONGUE FOR GOD 9/25/11', 'LOOSE MY TONGUE FOR GOD.mp3', null,

			],

			['SPIRTUAL GIFTS PRINCIPLES 8/21/11', 'spiritual gifts principles.mp3', null,

			],

			['ARE ANY GIFTS LEFT FOR US 8/14/11', 'Are Any Gifts Left For Us.mp3', null,

			],
		],
				
	],

/*  -------------------- Menu 4 - Sermons -  Stop  ---------------------------- */

/*  ----------------- Menu 5 - Contact Us - Start  ---------------------------- */


	['Contact Us', null, null,

		['Senior Pastor', 'mailto:steve.doyle@calvarychristianrockford.com', null,
		 
		],


		['Youth Pastor', 'mailto:joel@calvarychristianrockford.com', null,
		 
		],


		['Webmaster', 'mailto:hbockjr@tds.net', null,
			
		],

	],

/*  ----------------- Menu 5 - Contact Us - Stop  ---------------------------- */




/*  ---------------------------- Menu 6 Start  ---------------------------- */


	['Home', 'index.htm', null,
		
		
	],

/*  ---------------------------- Menu 6 Stop  ---------------------------- */


];


