	function HideSelect(){
		for (var i=0; i < document.forms.length; i++){
			for (var j=0; j < document.forms[i].elements.length; j++){
				if (document.forms[i].elements[j].type == "select-one"){
					document.forms[i].elements[j].style.display = "none";
				}
			}
		}		
	}
	function ShowSelect(){
		for (var i=0; i < document.forms.length; i++){
			for (var j=0; j < document.forms[i].elements.length; j++){
				if (document.forms[i].elements[j].type == "select-one"){
					document.forms[i].elements[j].style.display = "inline";
				}
			}
		}		
	}
	

//HV Menu v5- by Ger Versluis (http://www.burmees.nl/)
//Submitted to Dynamic Drive (http://www.dynamicdrive.com)
//Visit http://www.dynamicdrive.com for this script and more

function Go(){return}


/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001						       *
*	For info write to menus@burmees.nl											   *
*	You may remove all comments for faster loading								   *		
***********************************************************************************/

	var LastLocation="";
	LastLocation = escape(location);
	if (LastLocation.match("Page")== "Page"){
		LastLocation="Home.asp";
	}

	var NoOffFirstLineMenus=6;			// Number of first level items

	var LowBgColor='Gray';				// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='90A099';		// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='384A43';		// Font color subs when mouse is over
	var BorderColor='B3BDB9';					// Border color
	var BorderSubColor='B3BDB9';				// Border color for subs
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0
	var FontFamily="verdana,arial,sans-serif" // Font family menu items
	var FontSize=8;						// Font size menu items
	var FontBold=0;						// 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='left';			// 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=68;					// 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=25;					// Left padding
	var TopPaddng=2;					// 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=200; 			// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';					// span id for relative positioning
	var HideTop=0;						// Hide first level when loading new document 1 or 0
	var MenuWrap=1;						// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;					// 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=['images/arrow_grey.gif',11,11,'images/arrow_darkgrey.gif',0,0,'images/arrow_darkgrey.gif',11,11];	// 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("rollover:images/MenuDesignIdeasOff.gif:images/MenuDesignIdeasOn.gif","DesignGallery.asp","",7,23,114);
//	Menu1_1=new Array("Design Fundamentals","DesignFundamentals.asp","images/MenuLineBottom.gif",0,23,160);
	Menu1_1=new Array("","","",0,0,160);
	Menu1_2=new Array("Commercial","DesignGallery.asp?DGCategory=Commercial","",7,18,122);
		Menu1_2_1=new Array("Commercial Facilities","InstallDetail.asp?DGCategory=Commercial&Type=CommercialFacilities","",0,16,152);
		Menu1_2_2=new Array("Golf Courses","InstallDetail.asp?DGCategory=Commercial&Type=GolfCourse","",0);
		Menu1_2_3=new Array("Institutional","InstallDetail.asp?DGCategory=Commercial&Type=Institutional","",0);
		Menu1_2_4=new Array("Municipal ","InstallDetail.asp?DGCategory=Commercial&Type=Municipal","",0);
		Menu1_2_5=new Array("Parks","InstallDetail.asp?DGCategory=Commercial&Type=Park","",0);
		Menu1_2_6=new Array("Retaining Walls","InstallDetail.asp?DGCategory=Commercial&Type=RetainingWall","",0);
		Menu1_2_7=new Array("Special Features","InstallDetail.asp?DGCategory=Commercial&Type=SpecialFeature","",0,20,152);
	Menu1_3=new Array("Environmental","DesignGallery.asp?DGCategory=Environmental","",4,18,122);
		Menu1_3_1=new Array("Parking Areas","InstallDetail.asp?DGCategory=Environmental&Type=ParkingArea","",0,16,152);
		Menu1_3_2=new Array("Retention Ponds","InstallDetail.asp?DGCategory=Environmental&Type=RetentionPond","",0);
		Menu1_3_3=new Array("Spillways","InstallDetail.asp?DGCategory=Environmental&Type=Spillway","",0,"");
		Menu1_3_4=new Array("Emergency Access","InstallDetail.asp?DGCategory=Environmental&Type=EmergencyAccess","",0,20,152);
	Menu1_4=new Array("Industrial","DesignGallery.asp?DGCategory=Industrial","",5,18,122);
		Menu1_4_1=new Array("Driveways","InstallDetail.asp?DGCategory=Industrial&Type=Driveway","",0,16,152);
		Menu1_4_2=new Array("Parking Areas","InstallDetail.asp?DGCategory=Industrial&Type=ParkingArea","",0);
		Menu1_4_3=new Array("Retaining Walls","InstallDetail.asp?DGCategory=Industrial&Type=RetainingWall","",0);
		Menu1_4_4=new Array("Roadways","InstallDetail.asp?DGCategory=Industrial&Type=Roadway","",0);
		Menu1_4_5=new Array("Shipping Terminals","InstallDetail.asp?DGCategory=Industrial&Type=ShippingTerminal","",0,20,152);
	Menu1_5=new Array("Residential","DesignGallery.asp?DGCategory=Residential","",8,18,122);
		Menu1_5_1=new Array("Driveways","InstallDetail.asp?DGCategory=Residential&Type=Driveway","",0,16,152);
		Menu1_5_2=new Array("Entrances","InstallDetail.asp?DGCategory=Residential&Type=Entrance","",0);
		Menu1_5_3=new Array("Garden Walls","InstallDetail.asp?DGCategory=Residential&Type=GardenWall","",0);
		Menu1_5_4=new Array("Patios","InstallDetail.asp?DGCategory=Residential&Type=Patio","",0);
		Menu1_5_5=new Array("Pools","InstallDetail.asp?DGCategory=Residential&Type=Pool","",0);
		Menu1_5_6=new Array("Retaining Walls","InstallDetail.asp?DGCategory=Residential&Type=RetainingWall","",0);
		Menu1_5_7=new Array("Special Features","InstallDetail.asp?DGCategory=Residential&Type=SpecialFeature","",0);
		Menu1_5_8=new Array("Steps","InstallDetail.asp?DGCategory=Residential&Type=Steps","",0,20,152);
	Menu1_6=new Array("Paver Quilting","DesignGallery.asp?DGCategory=Paver Quilting","",2,18,122);
		Menu1_6_1=new Array("Residential","InstallDetail.asp?DGCategory=Paver Quilting&Type=Residential","",0,16,152);
		Menu1_6_2=new Array("Commercial","InstallDetail.asp?DGCategory=Paver Quilting&Type=Commercial","",0,20);
	
		Menu1_7=new Array("Feature Installation","InstallMonth.asp","images/MenuLineTop.gif",0,23,122);
	
	
Menu2=new Array("rollover:images/MenuProductsOff.gif:images/MenuProductsOn.gif","","",8,23,92);
	
		Menu2_1=new Array("Textured Pavers","ProductCategory.asp?Category=1","",9,16,200);	
			
					Menu2_1_1=new Array("Brussels Block®","Product.asp?Product=84","",0,16,150);
					
					Menu2_1_2=new Array("Courtstone™","Product.asp?Product=151","",0,16,150);
					
					Menu2_1_3=new Array("Holland Premier™","Product.asp?Product=131","",0,16,150);
					
					Menu2_1_4=new Array("Il Campo®","Product.asp?Product=78","",0,16,150);
					
					Menu2_1_5=new Array("Series 3000®","Product.asp?Product=81","",0,16,150);
					
					Menu2_1_6=new Array("Stonehenge™","Product.asp?Product=83","",0,16,150);
					
					Menu2_1_7=new Array("Tumbled Camelot™","Product.asp?Product=132","",0,16,150);
					
					Menu2_1_8=new Array("Unigranite®","Product.asp?Product=85","",0,16,150);
					
			Menu2_1_9=new Array("","","",0,8,200);	
		
		Menu2_2=new Array("Standard Pavers","ProductCategory.asp?Category=2","",6,16,200);	
			
					Menu2_2_1=new Array("Camelot™","Product.asp?Product=95","",0,16,150);
					
					Menu2_2_2=new Array("Canterbury™","Product.asp?Product=149","",0,16,150);
					
					Menu2_2_3=new Array("Hollandstone™","Product.asp?Product=91","",0,16,150);
					
					Menu2_2_4=new Array("Olde Greenwich Cobble®","Product.asp?Product=88","",0,16,150);
					
					Menu2_2_5=new Array("Uni-Decor®","Product.asp?Product=90","",0,16,150);
					
			Menu2_2_6=new Array("","","",0,8,200);	
		
		Menu2_3=new Array("Industrial Pavers","ProductCategory.asp?Category=3","",3,16,200);	
			
					Menu2_3_1=new Array("Anchorlock®","Product.asp?Product=79","",0,16,150);
					
					Menu2_3_2=new Array("Optiloc®","Product.asp?Product=116","",0,16,150);
					
			Menu2_3_3=new Array("","","",0,8,200);	
		
		Menu2_4=new Array("Retaining Walls","ProductCategory.asp?Category=4","",8,16,200);	
			
					Menu2_4_1=new Array("Dura-Hold®","Product.asp?Product=105","",0,16,150);
					
					Menu2_4_2=new Array("Dura-Hold2®","Product.asp?Product=106","",0,16,150);
					
					Menu2_4_3=new Array("Pisa2®","Product.asp?Product=99","",0,16,150);
					
					Menu2_4_4=new Array("Quarrystone™","Product.asp?Product=133","",0,16,150);
					
					Menu2_4_5=new Array("Roman Pisa®","Product.asp?Product=100","",0,16,150);
					
					Menu2_4_6=new Array("Siena Stone®","Product.asp?Product=104","",0,16,150);
					
					Menu2_4_7=new Array("Slope Block Mark IV®","Product.asp?Product=107","",0,16,150);
					
			Menu2_4_8=new Array("","","",0,8,200);	
		
		Menu2_5=new Array("Garden Walls","ProductCategory.asp?Category=5","",4,16,200);	
			
					Menu2_5_1=new Array("Brussels Dimensional Stone®","Product.asp?Product=98","",0,16,150);
					
					Menu2_5_2=new Array("Garden Stone™","Product.asp?Product=103","",0,16,150);
					
					Menu2_5_3=new Array("Roman Stack®","Product.asp?Product=80","",0,16,150);
					
			Menu2_5_4=new Array("","","",0,8,200);	
		
		Menu2_6=new Array("Environmental Pavers","ProductCategory.asp?Category=6","",5,16,200);	
			
					Menu2_6_1=new Array("Dura-Mat™","Product.asp?Product=110","",0,16,150);
					
					Menu2_6_2=new Array("Ecoloc®","Product.asp?Product=115","",0,16,150);
					
					Menu2_6_3=new Array("Turfstone™","Product.asp?Product=112","",0,16,150);
					
					Menu2_6_4=new Array("Uni Eco-Stone®","Product.asp?Product=108","",0,16,150);
					
			Menu2_6_5=new Array("","","",0,8,200);	
		

	Menu2_7=new Array("Accessories","","",3,20,200);
	
		Menu2_7_1=new Array("Paver Accessories","AccessoryDetail.asp?AccID=1","",0,16,150);	
		
		Menu2_7_2=new Array("Wall Accessories","AccessoryDetail.asp?AccID=7","",0,16,150);	
		
				Menu2_7_3=new Array("","","",0,8,200);	

//	Menu2_8=new Array("Product Specifications","javascript:window.open('images/ProductSpecifications.pdf')","images/MenuLineTop.gif",0);
	Menu2_8=new Array("Color Planner","javascript:OpenColorPlanner();","images/MenuLineTop.gif",0,23);



Menu3=new Array("rollover:images/MenuDoItYourselfOff.gif:images/MenuDoItYourselfOn.gif","DIY.asp","",9,23,124 );
	
		Menu3_1=new Array("Design Fundamentals","DesignFundamentals.asp","",0,16,170);
	
		Menu3_2=new Array("Laying Patterns","LayingPatterns.asp","",0,16,170);
	
		Menu3_3=new Array("Paver Quilting","DesignGallery.asp?Category=Paver Quilting","",0,16,170);
	
		Menu3_4=new Array("Installation and Videos","InstallationInstructions.asp","",0,16,170);
	
		Menu3_5=new Array("Dealer Locator","DealerLocator.asp","",0,16,170);
	
		Menu3_6=new Array("DIY Seminars","EventsSeminars.asp","",0,16,170);
	
		Menu3_7=new Array("Project Calculator","ProjectCalculator.asp","",0,16,170);
	
		Menu3_8=new Array("Request Information","ResponseForms.asp?Page=RequestInfo","",0,16,170);
	
	Menu3_9=new Array("","","",0,8,200);	

Menu4=new Array("rollover:images/MenuProInstallationsOff.gif:images/MenuProInstallationsOn.gif","","",5,23,191);
	Menu4_1=new Array("About Professional Installations","ProfessionalInstallations.asp","",0,16,300);
	Menu4_2=new Array("Why Hire a Unilock Authorized Contractor?","ProfessionalInstallationsWhyHire.asp","",0);
	Menu4_3=new Array("How Much Does it Cost?","ProfessionalInstallationsCost.asp","",0);
	Menu4_4=new Array("Request a Free Estimate","ResponseForms.asp?Page=FreeEstimate&LastUrl="+LastLocation,"",0);
	Menu4_5=new Array("","","",0,8);

Menu5=new Array("rollover:images/MenuSeminarsOff.gif:images/MenuSeminarsOn.gif","EventsSeminars.asp","",0,23,100);
Menu6=new Array("rollover:images/MenuWheretobuyOff.gif:images/MenuWheretobuyOn.gif","DealerLocator.asp","",0,23,116);

	function SurveyResults(Answer1,Answer2,Answer3,form){
		if (Answer1){ Answer = 1; form.answer[0].checked=false;}
		else if (Answer2){ Answer = 2; form.answer[1].checked=false;}
		else if (Answer3){ Answer = 3; form.answer[2].checked=false;}
		else Answer = 0;
		url = "SurveyResults.asp?Answer=" + Answer
		window.open(url,"SurveyResults","toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=yes,width=300,height=200");
	}	
