	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='000033';				// Background color when mouse is not over
	var LowSubBgColor='000033';			// Background color when mouse is not over on subs
	var HighBgColor='000033';			// Background color when mouse is over
	var HighSubBgColor='333399';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='eeeeee';			// Font color when mouse is over
	var FontSubHighColor='eeeeee';			// Font color subs when mouse is over
	var BorderColor='blue';			// Border color
	var BorderSubColor='yellow';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana,Arial,Helvetica"	// Font family menu items
	var FontSize=10;				// 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=66;				// 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=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// 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=['',0,0,'',0,0,'',0,0];

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);
//	For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("rollover:../images/menu1.gif:../images/menu1_over.gif","../company/index.cfm","",4,19,111);
	Menu1_1=new Array("Company Overview","../company/index.cfm","",0,18,150);
	Menu1_2=new Array("AMCO Group Links","../company/grouplinks.cfm","",0);
	Menu1_3=new Array("Quality Assurance","../company/quality.cfm","",0);
	Menu1_4=new Array("Environmental Policy","../company/environmental.cfm","",0);	
Menu2=new Array("rollover:../images/menu2.gif:../images/menu2_over.gif","../ducting/index.cfm","",3,19,124);
	Menu2_1=new Array("Overview","../ducting/index.cfm","",0,18,120);
	Menu2_2=new Array("Amflex","../ducting/products.cfm","",0,18,120);
	Menu2_3=new Array("Applications","../ducting/applications.cfm","",0);
Menu3=new Array("rollover:../images/menu3.gif:../images/menu3_over.gif","../extrusion/index.cfm","",8,19,70);
	Menu3_1=new Array("Overview","../extrusion/index.cfm","",0,18,140);
	Menu3_2=new Array("Materials","../extrusion/materials.cfm","",0,18,140);
	Menu3_3=new Array("Colours","../extrusion/colours.cfm","",0,18,140);
	Menu3_4=new Array("Tubes","../extrusion/tubes.cfm","",0,18,140);
	Menu3_5=new Array("Post Extrusion Services","../extrusion/services.cfm","",0);
	Menu3_6=new Array("Delivery","../extrusion/delivery.cfm","",0);
	Menu3_7=new Array("Our Customers","../extrusion/customers.cfm","",0);	
	Menu3_8=new Array("Quality Assurance","../extrusion/quality.cfm","",0);
Menu4=new Array("rollover:../images/menu4.gif:../images/menu4_over.gif","../tunnelling/index.cfm","",3,19,132);
	Menu4_1=new Array("Overview","../tunnelling/index.cfm","",0,18,120);
	Menu4_2=new Array("Products & Services","../tunnelling/products.cfm","",0,18,120);
	Menu4_3=new Array("Typical Projects","../tunnelling/clients.cfm","",0);
Menu5=new Array("rollover:../images/menu9.gif:../images/menu9_over.gif","../laminates/index.cfm","",1,18,70);
	Menu5_1=new Array("Overview","../laminates/index.cfm","",0,18,120);
Menu6=new Array("rollover:../images/menu5.gif:../images/menu5_over.gif","../news/index.cfm","",1,18,42);
	Menu6_1=new Array("News Archive","../news/archivednews.cfm","",0,18,120);
Menu7=new Array("rollover:../images/menu6.gif:../images/menu6_over.gif","../contact/index.cfm","",3,19,77);
	Menu7_1=new Array("Contact Details","../contact/index.cfm","",0,18,120);
	Menu7_2=new Array("Enquiry Form","../contact/enquiryform.cfm","",0,18,120);
	Menu7_3=new Array("How to find us","../contact/findus.cfm","",0);
Menu8=new Array("rollover:../images/menu7.gif:../images/menu7_over.gif","../sitemap.cfm","",0,19,59);
Menu9=new Array("rollover:../images/menu8.gif:../images/menu8_over.gif","../index.cfm","",0,19,46);