// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("home","/VIP/default.aspx","/VIP/Images/tabs/01.gif",0,20,60,"","","","","","",-1,-1,-1,"center","");
Menu2=new Array("sports","","/VIP/Images/tabs/02.gif",4,20,66,"","","","","","",-1,-1,-1,"center","");
	Menu2_1=new Array("high school","/VIP/Pages/Sports_HighSchool.aspx","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu2_2=new Array("youth","/VIP/Pages/Sports_Youth.aspx","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu2_3=new Array("action","/VIP/Pages/Sports_Action.aspx","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu2_4=new Array("sports products","/VIP/Pages/Products.aspx?ProductsTypeId=2","",0,20,120,"","","","","","",-1,-1,-1,"","");
Menu3=new Array("action","/VIP/Pages/Sports_Action.aspx","/VIP/Images/tabs/03.gif",0,20,62,"","","","","","",-1,-1,-1,"center","");
Menu4=new Array("school pictures","/VIP/Pages/SchoolPix.aspx","/VIP/Images/tabs/04.gif",0,20,123,"","","","","","",-1,-1,-1,"center","");
Menu5=new Array("seniors","http://seniors.vipis.com","/VIP/Images/tabs/06.gif",0,20,74,"","","","","","",-1,-1,-1,"center","");
Menu6=new Array("portraits","","/VIP/Images/tabs/05.gif",2,20,81,"","","","","","",-1,-1,-1,"center","");
	Menu6_1=new Array("children","/VIP/Pages/Children_Tosa.aspx","",1,20,100,"","","","","","",-1,-1,-1,"","");
		Menu6_1_1=new Array("studio","/VIP/Pages/Children_Tosa.aspx","",0,20,160,"","","","","","",-1,-1,-1,"","");		
	Menu6_2=new Array("family","/VIP/Pages/Family_Park.aspx","",2,20,100,"","","","","","",-1,-1,-1,"","");
		Menu6_2_1=new Array("portraits in the park","/VIP/Pages/Family_Park.aspx","",0,20,160,"","","","","","",-1,-1,-1,"","");
		Menu6_2_2=new Array("studio","/VIP/Pages/Family_Tosa.aspx","",0,20,160,"","","","","","",-1,-1,-1,"","");	
Menu7=new Array("weddings","http://www.weddingsbyvip.com","/VIP/Images/tabs/07.gif",0,20,86,"","","","","","",-1,-1,-1,"center","");
	//Menu6_1=new Array("weddings","/VIP/Pages/Weddings.aspx","",0,20,240,"","","","","","",-1,-1,-1,"","");
	//Menu6_2=new Array("price list","/VIP/Pages/WeddingPrices.aspx","",0,20,240,"","","","","","",-1,-1,-1,"","");
	//Menu6_3=new Array("links","/VIP/Pages/WeddingLinks.aspx","",0,20,240,"","","","","","",-1,-1,-1,"","");
	//Menu6_4=new Array("order wedding photos","/VIP/default.aspx","",0,20,240,"","","","","","",-1,-1,-1,"","");
	//Menu6_5=new Array("download wedding brochure (.pdf)","/VIP/Pages/WeddingBrochure.aspx","",0,20,240,"","","","","","",-1,-1,-1,"","");
Menu8=new Array("events","/VIP/Pages/Events.aspx","/VIP/Images/tabs/08.gif",0,20,65,"","","","","","",-1,-1,-1,"center","");
Menu9=new Array("store","/VIP","/VIP/Images/tabs/09.gif",1,20,66,"","","","","","",-1,-1,-1,"center","");
	Menu9_1=new Array("order event photos","/VIP","",0,20,180,"","","","","","",-1,-1,-1,"","");
	//Menu9_2=new Array("order wedding photos","/VIP/Pages/EStore_ps.aspx","",0,20,180,"","","","","","",-1,-1,-1,"","");
Menu10=new Array("about us","/VIP/Pages/AboutUs.aspx","/VIP/Images/tabs/10.gif",5,10,85,"","","","","","",-1,-1,-1,"center","");	
	//Menu10_1 is generated in code b/c it is the admin crap
	Menu10_2=new Array("careers","/VIP/Pages/application.asp","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu10_3=new Array("about us","/VIP/Pages/AboutUs.aspx","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu10_4=new Array("locations","/VIP/Pages/Locations.aspx","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu10_5=new Array("contact us","/VIP/Pages/ContactUs.aspx","",0,20,100,"","","","","","",-1,-1,-1,"","");

