/ IPS menu/

	var NoOffFirstLineMenus=8; //set number of main menu items
	var LowBgColor='ffffff';
	var HighBgColor='00cccc';
	var FontLowColor='red';
	var FontHighColor='white';
	var BorderColor='black';
	var BorderWidth=0;
	var BorderBtwnElmnts=1;
	var FontFamily="arial, helvetica, verdana, ms sans serif, geneva"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=0; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=0;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//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("home","index.htm",0,20,75);

Menu2=new Array("mold shields","",3);
	Menu2_1=new Array("mold Shields","shield1.html",0,20,90);
	Menu2_2=new Array("shield tech specs","techshield.html",0);
	Menu2_3=new Array("print literature","printpage.htm",0);
	
Menu3=new Array("chutes/skirts","",7);
        Menu3_1=new Array("mold chutes","chutw1.html",0,20,140);
	Menu3_2=new Array("chute tech specs","",4);
		Menu3_2_1=new Array("in line chute inches","techinline.html",0,20,140);
		Menu3_2_2=new Array("in line chute cm","techinlinemt.html",0);
		Menu3_2_3=new Array("right angle chute inches","techright.htm",0);
		Menu3_2_4=new Array("right angle chute cm","techrightmt.htm",0);
		Menu3_2_5=new Array("soft drop chute inches","techsd.htm",0);
		Menu3_2_6=new Array("soft drop chute cm","techsdmt.htm",0);
	Menu3_3=new Array("mold skirts","skirt1.html",0);
	Menu3_4=new Array("skirt tech specs","",4);
		Menu3_4_1=new Array("straight skirt inches","skirt2.html",0,20,110);
		Menu3_4_2=new Array("tapered skirt inches","skirt4.html",0);
		Menu3_4_3=new Array("straight skirt cm","skirt2mt.html",0);
		Menu3_4_4=new Array("tapered skirt cm","skirt4mt.html",0);
		Menu3_5=new Array("softdrop chute","sd1.htm",0);
    	Menu3_6=new Array("softdrop tech specs","",2);
		Menu3_6_1=new Array("softdrop chute right angle","techsd.htm",0,20,160);
		Menu3_6_2=new Array("softdrop chute in-line","techsdmt.htm",0);
	    Menu3_7=new Array("print literature","printpage.htm",0);

Menu4=new Array("covers","",5);
    Menu4_1=new Array("gaylord covers","gay1.html",0,20,80);
	Menu4_2=new Array("drum covers","drumcov1.html",0);
	Menu4_3=new Array("tie bar covers","tiebar.htm",0);
	Menu4_4=new Array("octagon covers","oct1.htm",0);
	Menu4_5=new Array("print literature","printpage.htm",0);
	
Menu5=new Array("Print Pages","",2);
	Menu5_1=new Array("print literature","printpage.htm",0,20,100);
	Menu5_2=new Array("payback calculator","ROI.pdf",0,20,110);

Menu6=new Array("IPS Products","",4);
    Menu6_1=new Array("IPS catalogue","form2.htm",0,20,100);
	Menu6_2=new Array("some users","users.html",0);
	Menu6_3=new Array("payback calculator","calc.htm",0);
	Menu6_4=new Array("FAQ","FAQ.htm",0);
	
Menu7=new Array("about us","",4);
	Menu7_1=new Array("about us","contact1.htm",0,20,80);
	Menu7_2=new Array("contact us","contact3.htm",0);
	Menu7_3=new Array("return policy","return.htm",0);
	Menu7_4=new Array("print literature","printpage.htm",0);
	
Menu8=new Array("track orders","",3);
	Menu8_1=new Array("UPS","http://www.ups.com/tracking/tracking.html",0,20,50);
	Menu8_2=new Array("Fed Ex","http://www.federalexpress.com/us/tracking/",0);
	Menu8_3=new Array("EMS","http://usps.com/shipping/trackandconfirm.htm?from=global&page=0035trackandconfirm",0);

// Menu9=new Array("buy on-line","",2);
//	Menu9_1=new Array("terms and conditions","aboutus.htm",0,20,110);
//	Menu9_2=new Array("buy on-line","http://www.moldshield.com/mcart",0);
