// (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="http://www.futurefence.com/";		// 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(6,-1,20,"FFFFFF","666699","FFFFFF","black","black","arial",1,0,12,0,1,1,"left",0,.8,400,0,"posone",1,"left","top",BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,2,10,0);
	PopMenu1_1=new Array("Home","index.htm","",0,20,196,"","","","","","",-1,-1,-1,"","");
	PopMenu1_2=new Array("Residential","residential.htm","",6,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_1=new Array("Fences","Residential/fences.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_2=new Array("Arbors","Residential/arbors.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_3=new Array("Decks","Residential/decks.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_4=new Array("Pergolas","Residential/pergolas.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_5=new Array("Gazebos","Residential/gazebos.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_6=new Array("Patio Covers","Residential/patio_covers.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_3=new Array("Commercial","commercial.htm","",8,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_1=new Array("Chain Link","Commercial/chain_link.htm","",0,20,135,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_2=new Array("Ornamental Iron","Commercial/iron.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_3=new Array("Gates","Commercial/gates.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_4=new Array("Concrete / Masonry","Commercial/concrete.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_5=new Array("R-Panel Fence","Commercial/r-panel.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_6=new Array("Wood","Commercial/wood.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_7=new Array("Canopies","Commercial/canopies.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_8=new Array("Security Cages","Commercial/security_cages.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_4=new Array("About Vinyl","about_vinyl.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_5=new Array("Testimonials","testimonials.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_6=new Array("Contact Us","contact_us.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
