//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='000000';
	var HighBgColor='#003366';
	var FontLowColor='#FFFFFF';
	var FontHighColor='#FFFFFF';
	var BorderColor='#CCCCCC';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial, helvetica, sans-serif"
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=-1; //set vertical offset
	var StartLeft=55; //set horizontal offset
	var VerCorrect=5;
	var HorCorrect=5;
	var LeftPaddng=5;
	var TopPaddng=9;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=200;
	var TakeOverBgColor=1;
	var FirstLineFrame='self';
	var SecLineFrame='self';
	var DocTargetFrame='self';
	var WebMasterCheck=0;

bName = navigator.appName;
bVer = parseInt(navigator.appVersion);
if (bName == "Netscape" && bVer >= 4) br = "n4";
else if (bName == "Netscape" && bVer == 2) br = "n3";
else if (bName == "Netscape" && bVer == 3) br = "n2";
else if (bName == "Microsoft Internet Explorer" && bVer >= 4) br = "e4";    
else if (bName == "Microsoft Internet Explorer" && bVer >= 4) br = "e3";
else br = "n2";

function openNewWindow(fileName,windowName,theWidth,theHeight) {
	if (br == "e4") window.open(fileName,windowName,"toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,left=10,top=10,width="+theWidth+",height="+theHeight);
	else if (br == "n4") window.open(fileName,windowName,"toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,screenX=10,screenY=10,width="+theWidth+",height="+theHeight);
		else  window.open(fileName,windowName,"toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width="+theWidth+",height="+theHeight);
}




//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("About Us","aboutus.htm",6,25,85);
	Menu1_1=new Array("Company Profile","company_profile.htm",0,25,115);	
	Menu1_2=new Array("Customer Service","customer_service.htm",0,25,115);	
	Menu1_3=new Array("Fabrication","fabrication.htm",0,25,115);	
	Menu1_4=new Array("Installation","installation.htm",0,25,115);	
	Menu1_5=new Array("Sales","sales.htm",0,25,115);	
	Menu1_6=new Array("Directions","directions.htm",0,25,115);	
Menu2=new Array("Products","products.htm",4,25,80);
	Menu2_1=new Array("Corian®","corian.htm",4,25,90);	
    	Menu2_1_1=new Array("Corian® Samples","javascript:openNewWindow('http://www.coriansamples.com','newwin',650,500)",0,25,125);	
    	Menu2_1_2=new Array("Sinks & Lavatories","corian_sinks.htm",3,25,125);	
        	Menu2_1_2_1=new Array("Corian® Kitchen Sinks","corian_kitchen_sinks.htm",0,25,140);	
        	Menu2_1_2_2=new Array("Corian® Bath Sinks","corian_bath_sinks.htm",0,25,125);	
        	Menu2_1_2_3=new Array("Lavanto® Bowls","corian_lavanto_bowls.htm",0,25,125);	
    	Menu2_1_3=new Array("Product Options","corian_product_options.htm",5,25,120);	
    	    Menu2_1_3_1=new Array("Edge Styles","corian_edges.htm",0,25,160);	
    	    Menu2_1_3_2=new Array("Backsplash","corian_backsplash.htm",0,25,125);	
    	    Menu2_1_3_3=new Array("Drain Boards","corian_drain_boards.htm",0,25,125);	
    	    Menu2_1_3_4=new Array("Heat Trivets","corian_heat_trivets.htm",0,25,125);	
    	    Menu2_1_3_5=new Array("Shower & Tub Surrounds","corian_surrounds.htm",0,25,160);	
    	Menu2_1_4=new Array("Material Attributes","javascript:openNewWindow('http://www.corian.com/corian/a/en/h/Learn/index.html','newwin',650,500)",0,25,120);	
	Menu2_2=new Array("Granite","granite.htm",4,25,90);	
    	Menu2_2_1=new Array("Featured Colors","granite.htm",0,25,120);	
    	Menu2_2_2=new Array("Selection Center","granite_selection.htm",0,25,120);	
    	Menu2_2_3=new Array("Product Options","granite_product_options.htm",3,25,120);	
    	    Menu2_2_3_1=new Array("Edge Styles","granite_edges.htm",0,25,125);	
    	    Menu2_2_3_2=new Array("Backsplash","granite_backsplash.htm",0,25,125);	
    	    Menu2_2_3_3=new Array("Sinks","granite_sinks.htm",0,25,160);	
    	Menu2_2_4=new Array("Material Attributes","granite_material_attributes.htm",1,25,120);	
    	    Menu2_2_4_1=new Array("Care & Maintenance","granite_maintenance.htm",0,25,125);	
	Menu2_3=new Array("Zodiaq®","zodiaq.htm",3,25,90);	
    	Menu2_3_1=new Array("Colors","javascript:openNewWindow('http://www.zodiaqsamples.com','newwin',650,500)",0,25,120);	
    	Menu2_3_2=new Array("Product Options","zodiaq_product_options.htm",3,25,120);	
    	    Menu2_3_2_1=new Array("Edge Styles","zodiaq_edges.htm",0,25,125);	
    	    Menu2_3_2_2=new Array("Backsplash","zodiaq_backsplash.htm",0,25,125);	
    	    Menu2_3_2_3=new Array("Sinks","zodiaq_sinks.htm",0,25,160);	
    	Menu2_3_3=new Array("Material Attributes","javascript:openNewWindow('http://www.zodiaq.com/zodiaq/a/en/h/Introduction/WhatIsZodiaq.html','newwin',650,500)",0,25,120);	
	Menu2_4=new Array("Other Materials","solid.htm",0,25,90);	
Menu3=new Array("Get a Quote","quote.htm",0,25,80);
Menu4=new Array("Contact Us","contactus.htm",0,25,80);
Menu5=new Array("Home","index.htm",0,25,80);

