// 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"

NoOffFirstLineMenus =5

LowBgColor="";			// Background color when mouse is not over
HighBgColor="";	//#CCCCCC Grey		// Background color when mouse is over
FontHighColor="#000000";//Black 	//Font color when mouse is over




Menu1=new Array("HOME","index.html","",0,18,69,"","","","","");
Menu2=new Array("ABOUT US","aboutus.html","",1,18,69,"","","","","");
	Menu2_1=new Array("Kodak Award","kodakaward.html","",0,17,112,"","","","","");

Menu3=new Array("GALLERY","gallery.html","",6,18,69,"","","","","");

	Menu3_1=new Array("Bride & Groom","bride_groom.html","",0,17,112,"","","","","");
	Menu3_2=new Array("The Bridal Party","bridalparty.html","",0,17,112,"","","","","");
	Menu3_3=new Array("Locations","locations.html","",0,17,112,"","","","","");
	Menu3_4=new Array("Special Effects","specialeffects.html","",0,17,112,"","","","","");
	Menu3_5=new Array("Flowers & Rings","flowers_rings.html","",0,17,112,"","","","","");
	Menu3_6=new Array("General","general.html","",0,17,112,"","","","","");


Menu4=new Array("PRICES","","",3,18,69,"","","","","");
	Menu4_1=new Array("Coverages","coverages.html","",0,17,112,"","","","","");
	Menu4_2=new Array("Extra Services","extraservices.html","",0,17,112,"","","","","");
	Menu4_3=new Array("What you need to know","need_to_know.html","",0,17,112,"","","","","");

Menu5=new Array("CONTACT","contact.html","",1,18,69,"","","","","");
	Menu5_1=new Array("Other Links","otherlinks.html","",0,17,112,"","","","","");



