
/*
  --- 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,
		 
		 	['THE GREAT GIVE AWAY 2', 'sd072510.pdf', null, 
			 
			],
		 
		 	['THE GREAT GIVE AWAY', 'sd071810.pdf', null,
			 
			],
		 
		 	['NAAC REVIEW', 'sd071110.pdf ', null,
			 
			],
		 
		 	['4th of July Meditation (pdf) ', 'sd070410.pdf', null,
			 
			],
		 		
		 ],


		['Church Bulletins...', null, null,
		 
		 	[' 07/25/2010 bulletin', 'news072510.htm', null,
			 
			],
		 
		 	[' 07/18/2010 bulletin', 'news071810.htm', null,
			 
			],
		 
		 	[' 07/11/2010 bulletin', 'news071110.htm', null,
			 
			],
		 
		 	[' 07/04/2010 bulletin', 'news070410.htm', null,
			 
			],
		 	
		],	
			
			['Church Calendars...', null, null,
			 
			 	[' August 2010 Callendar (pdf) ', 'August_2010.pdf', null,
				 
				],
			 
			 	['July 2010 Callendar (pdf)', 'July_2010.pdf', null,
				 
				],
			 
			],

 /*---------------------------- specials template start -------------------------*/

	/*	['Special Announcements', null, null,
		 
		 	['Easter Invitation', 'Easter_Invitation.pdf', null,
			 
			],
			 			
						
					
		],*/

 /*----------------------- specials template stop -------------------------------*/

		],

/*  ----------------------- Menu 3 - Events - Stop  ---------------------------- */


/*  -------------------- Menu 4 - Sermons -  Start  ---------------------------- */


	['Sermons', null, null,	
	 
	 	['KING ME', 's071810.ram', null,
		   
		],
	 
	 	['WHEN GOD CALLS', 's071110.ram', null,
		 
		], 
	 
	 	['AMERICAS HOPE', 's070410.ram', null,
		 
		],
	 
	 	['OUR KINSMAN REDEEMER', 's062710.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  ---------------------------- */


];

