/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', '/index.php'],
			
	['About Us', null, null,
		['This Ministry', '/our_ministry.php'],
		['Van', '/van.php'],
		['Lin', '/lin.php'],
	],
	['Library', null, null,
		['Audio', null,null,
			['Audio Teachings', '/recent_audio.php'],
			['Audio Series', '/audio_series.php'],
			['CD´s', '/cds.php'],  
		],
		['Video', null, null,
			['Recent Teachings', '/recent_video.php'],
			/* ['Archive', 'video_archive.php'], */
		]  
	],
	['Calendar', '/cgi-bin/calendar.pl'],
	['Contact', null, null,
		['Contact Info', '/contactus.php'],
		['E-mail', null, null,
			['Ed Van Brunt', '/contact_ed.php'],
			['Linda Van Brunt', '/contact_lin.php'],
		]									   		
	],
	['Newsletter', '/mlm/index.php'],
	['Links', null, null,
		['Hosting Partner', 'http://www.LHMG.net/'],
			
	],
	['Blog', '/wordpress/'],
	
];

