// (c) Ger Versluis 2000-2004 version 7.00, July 17, 2004
//  You may use this script on non commercial sites
//  www.burmees.nl/menu/


	// Globals effecting all menus
	var PopNoOffMenus=1;	// number of seperate menus
	var BaseHref="";		// Root of the site
	var PopRClick=0;		// Defines which menu reacts on right click. 0=none

	var PopMenuSlide="";

	var PopMenuShadow="";
	
	var PopMenuOpacity="";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

//	Menu Items:
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width,bgcolor,bghighcolor,
//	fontcolor,fonthighcolor,bordercolor,fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
// 	Fontsize, fontbold and fontitalic are ignored when set to -1.
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"

PopMenu1=new Array(7,-1,0,"white","003366","white","336699","black","arial",0,0,12,0,1,1,"left",.3,.9,400,0,"posone",1,"left","top",BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,3,8,0);
	PopMenu1_1=new Array("Home","index.htm","",0,20,215,"","","","","","",-1,-1,-1,"","");
	PopMenu1_2=new Array("About Us","about_us.htm","",0,20,128,"","","","","","",-1,-1,-1,"","");
	PopMenu1_3=new Array("Services / Products","services_products.htm","",7,20,90,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_1=new Array("Custom / Portable Stages","custom_portable_stages.htm","",0,20,156,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_2=new Array("Mobile Stages","mobile_stages.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_3=new Array("Bleacher Seating","bleacher_seating.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_4=new Array("Choir / Photo Risers","choir_risers.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_5=new Array("Chair / Audience Risers Risers","chair_risers.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_6=new Array("Rolling / Platform Risers","rolling_risers.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_7=new Array("Wheel Chair Ramp","wheel_chair.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_4=new Array("Testimonials","testimonials.htm","",0,20,102,"","","","","","",-1,-1,-1,"","");
	PopMenu1_5=new Array("Links","links.htm","",0,20,98,"","","","","","",-1,-1,-1,"","");
	PopMenu1_6=new Array("Contact Us","contact_us.htm","",0,20,102,"","","","","","",-1,-1,-1,"","");
	PopMenu1_7=new Array("Get a Quote","bid_sheet.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");

