

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='0000FF';			// Background color when mouse is not over
	var LowSubBgColor='F8EFDE';			// Background color when mouse is not over on subs
	var HighBgColor='FBC49B';			// Background color when mouse is over
	var HighSubBgColor='FBC49B';			// Background color when mouse is over on subs
	
	var FontLowColor='F2F2F2';			// Font color when mouse is not over
	var FontSubLowColor='0000FF';			// Font color subs when mouse is not over
	var FontHighColor='0000FF';			// Font color when mouse is over
	var FontSubHighColor='F2F2F2';			// Font color subs when mouse is over
	
	var BorderColor='0000FF';			// Border color
	var BorderSubColor='F5BB7A';			// Border color for subs
	
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily=" Verdana,tahoma, Times New Roman"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='Left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=89;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='';			// Frame where first level appears
	var SecLineFrame='';			// Frame where sub levels appear
	var DocTargetFrame='';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=1;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=1;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['http://www.lwaiza.com/new_site/tri.gif',5,10,'http://www.lwaiza.com/new_site/tridown.gif',12,7,'http://www.lwaiza.com/new_site/trileft.gif',12,7];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("About Us","","",4,15,90);
   Menu1_1 = new Array("History","./ehistory.htm","",0,15,120);
     Menu1_2 = new Array("How to get to us","./howtogettous.htm","",0,15,120);
	 Menu1_3 = new Array("Photo Gallery","http://www.lwaiza.org/ainakrine/gallery/index.php","",0,15,120);
	 Menu1_4 = new Array("Contact Us","http://www.lwaiza.org/ainakrine/contact.php","",0,15,120);

Menu2=new Array("Parish","","",3,15,75);
	Menu2_1=new Array("History","./eparishhis.html","",0,15,75);
	Menu2_2 = new Array("Current","./egeorges.htm","",0,15,75);
	Menu2_3 = new Array("Chorus","","",2,15,75);
		Menu2_3_1 = new Array("About Chorus","./echorus.htm","",0,15,100);
		Menu2_3_2 = new Array("Special Chorus","./specialchorus.html","",0,15,100);

			   
// Menu3=new Array("Municipality","http://www33.brinkster.com/lwaiza/forum/default.asp","forummen.jpg",3,15,100);
Menu3=new Array("Municipality","","",3,15,100);
Menu3_1 = new Array("History","./uncomplete.htm","",0,15,100);
Menu3_2 = new Array("Members","./uncomplete.htm","",0,15,100);
Menu3_3 = new Array("Legal Forms","./uncomplete.htm","",0,15,100);



Menu4=new Array("News & Events","","",4,15,130);
	Menu4_1=new Array("News","./enews.htm","",0,15,130);
	Menu4_2=new Array("Events","./eevents.htm","",0,15,130);
	Menu4_3=new Array("Weddings","./eweddings.htm","",0,15,130);
	Menu4_4=new Array("Sports","http://www.lwaiza.org/ainakrine/gallery/index.php? album = 18","",0,15,130);
	

Menu5=new Array("Projects","","",3,15,90);
	Menu5_1=new Array("Latest Projects","./elateproject.htm","",0,15,130);
	Menu5_2=new Array("Achievements","./eachiev.htm","",0,15,130);
	Menu5_3=new Array("Up coming Projects","./eupproject.htm","",0,15,130);
	
Menu6=new Array("Phone Book","","",2,15,95);
	Menu6_1=new Array("Public","./phonebook.asp","",0,15,95);
	Menu6_2=new Array("Private","./private.asp","",0,15,95);
	
Menu7=new Array("Miscellaneous","","",5,15,90);
	Menu7_1=new Array("Location","./uncomplete.htm","",0,15,120);
	Menu7_2=new Array("Panoramic View","./panoramic.htm","",0,15,120);
	Menu7_3=new Array("Family Tree","./emain.htm","",0,15,120);
	Menu7_4=new Array("Donation","","",0,15,120);
	Menu7_5=new Array("Sending SMS","","",0,15,120);



