	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='3399FF';			// Background color when mouse is not over
	var LowSubBgColor='3399FF';			// Background color when mouse is not over on subs
	var HighBgColor='3300CC';			// Background color when mouse is over
	var HighSubBgColor='3300CC';			// Background color when mouse is over on subs
	var FontLowColor='000000';			// Font color when mouse is not over
	var FontSubLowColor='000000';			// Font color subs when mouse is not over
	var FontHighColor='FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='FFFFFF';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,comic sans ms,technical,arial",FontSize=8,FontBold=1,FontItalic=0;   // Font family menu items
	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=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=140;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=1;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var UnfoldDelay=150;
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='menu';			// Frame where first level appears
	var SecLineFrame='main';			// Frame where sub levels appear
	var DocTargetFrame='main';			// 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=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// 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("Home","home.html", "",0,20,130);
Menu2=new Array("About us","aboutus.html","",0);
Menu3=new Array("Product","product.html","",9);
	Menu3_1=new Array("Flat Bed Die Cutter","diecutter.htm","",0,20,160);
	Menu3_2=new Array("Flexo Printer","","",5);
		Menu3_2_1=new Array("Single Colour","single_flexo.htm","",0,20,160);
		Menu3_2_2=new Array("Double Colour","double_flexo.htm","",0);
		Menu3_2_3=new Array("Three Colour","three_flexo.htm","",0);
        Menu3_2_4=new Array("Jumbo Single Colour","jumbo_flexo.htm","",0);
        Menu3_2_5=new Array("Jumbo Double Colour","jumbo_doubleflexo.htm","",0);
	Menu3_3=new Array("Baler","baler.htm","",0);
	Menu3_4=new Array("Sheet Pasting Machine","sheetpasting.htm","",0);
	Menu3_5=new Array("Sheet Pressing Machine","sheetpressing.htm","",0);
	Menu3_6=new Array("Sheet Cutting Machine","rotarycutter.htm","",0);
	Menu3_7=new Array("Hydraulic Trolly","trolly.htm","",0);
	Menu3_8=new Array("Double Gluer","glue.htm","",0);
	Menu3_9=new Array("Accessories","accessories.htm","",0);
Menu4=new Array("Contact","contact.html","",0);
Menu5=new Array("Achievements","achievements.html","",0);
