
/*
  --- 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,
			
		],
		
       /*['Missions of the month', null , null,
		 
		 	 	 	
		],*/

		

		],

/*  -------------------- Menu 2 - Ministries - Stop  ---------------------------- */




/*  ----------------------- Menu 3 - Events - Start  ---------------------------- */


	['News & Events', null, null,
		['From Steves Desk...', null, null,
		 
		 
		 	['NOMINATIONS (pdf)', 'sd030710.pdf', null,
			 
			],
		 
		 	['CALVARY CHRISTIAN DEAF RALLY (pdf)', 'Calavary Christian Deaf Rally.pdf', null,
			 
			], 
		 
		 	['CAN YOU HANDLE THE TRUTH', 'sd022110.htm', null,
			 
			], 
		 
		 	['TRUE LOVE', 'sd021410.htm', null,
			 
			], 
		 
		 ],


		['Church Bulletins...', null, null,
		 
		 	[' 03/07/2010 bulletin', 'news030710.htm', null,
			 
		    ],
		 
		 	[' 2/28/2010 bulletin', 'news022810.htm', null,
			 
			], 
		 
		 	[' 2/21/2010 bulletin', 'news022110.htm', null,
			 
			], 
		 
		 	[' 2/14/2010 bullein', 'news021410.htm', null,
			 
			], 
		 
		],	
			
			['Church Calendars...', null, null,
			 
			 	['March 2010 Callendar (pdf)', 'March_2010.pdf', null,
										
				],						
			 
			],

 /*---------------------------- specials template start -------------------------*/

	/*	['Special Announcements', null, null,
		 
		 	['Christmas Cantata 09', 'Christmas_Cantata.wmv', null,
			 
			],
			
			['Christmas Devotional 09', 'Christmas_Devotion.wmv', null,
			 
			], 
			
			['The Great Gift Exchange', 'The_Great_Gift_Exchange.wmv', null,
			 
			],
		 		 			
						
					
		],*/

 /*----------------------- specials template stop -------------------------------*/

		],

/*  ----------------------- Menu 3 - Events - Stop  ---------------------------- */


/*  -------------------- Menu 4 - Sermons -  Start  ---------------------------- */


	['Sermons', null, null,
	 
	 	['“LOVE THE UNLOVELY”', 's022810.ram ', null,
		 
		], 
	 
	 	['A Fulfilled Heart (Luke 6:17-26) ', 's022110.ram ', null,
		 
		], 
	 
	 	['GLORY REVEALED', 's021410.ram', null,
		   
		],
	 
	 	['LAUNCH OUT - INTO THE DEEP', 's020710.ram', 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  ---------------------------- */


];

