/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=7;	// Number of first level items
	var LowBgColor='#50545d';	// Background color when mouse is not over//#1A418E
	var LowSubBgColor='#909292';	// Background color when mouse is not over on subs
	var HighBgColor='#50545D';	// Background color when mouse is over//#1A418E
	var HighSubBgColor='#686B6B';	// Background color when mouse is over on subs
	var FontLowColor='#000000';	// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';	// Font color subs when mouse is not over FFF7D3
	var FontHighColor='#000000';	// Font color when mouse is over
	var FontSubHighColor='#F9D952';	// Font color subs when mouse is over
	var BorderColor='#E0D9BD';	// Border color
	var BorderSubColor='#8D9D62';	// Border color for subs
	var BorderWidth=0;		// Border width
	var BorderBtwnElmnts=1;		// Border between elements 1 or 0
	var FontFamily="verdana"	// Font family menu items
	var FontSize=7;			// 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' or 'bottom'
	var ChildOverlap=.0;		// horizontal overlap child/ parent //2
	var ChildVerticalOverlap=.0;	// vertical overlap child/ parent //2
	var StartTop=29;		// Menu offset x coordinate
	var StartLeft=127;		// Menu offset y coordinate
	var VerCorrect=1;		// Multiple frames y correction
	var HorCorrect=1;		// Multiple frames x correction
	var LeftPaddng=5;		// Left padding
	var TopPaddng=5;		// Top padding
	var FirstLineHorizontal=1;	// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;	// Frames in cols or rows 1 or 0
	var DissapearDelay=850;		// 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='';		// DIV id for relative positioning (refer to config.htm for info)
	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
	
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("<img src='../images/products.jpg'>","#","",4,27,84);
	Menu1_1=new Array("Undercarriage","../products/undercarriage.html","",0,23,115);
	Menu1_2=new Array("Apron Feeder","../products/apronfeeder.html","",0,23,115);
	Menu1_3=new Array("Centrifugal Pump","../products/centrifugalpump.html","",0,22,115);
	Menu1_4=new Array("Fluidend Pump Part","../products/fluidendpump.html","",0,23,115); 

Menu2=new Array("<img src='../images/business_profile.jpg'>","#","",4,27,146);
	Menu2_1=new Array("Earthmoving Parts","../businessprofile/earthmovingpart.html","",0,23,133);  
	Menu2_2=new Array("Earthdrilling Parts","../businessprofile/earthmovingpart.html#earth","",0,23,115);  
	Menu2_3=new Array("Material Handling", "../businessprofile/earthmovingpart.html#material","",0,22,115); ("","product.html","",0);
	Menu2_4=new Array("Special Projects", "../businessprofile/earthmovingpart.html#special","",0,23,115);
	
Menu3=new Array("<img src='../images/business_enquiry.jpg'>","#","",4,27,130);
	Menu3_1=new Array("Undercarriage Enquiry", "../businessinquiry/uc.html","",0,23,133); 
	Menu3_2=new Array("Conveyor Enquiry", "../businessinquiry/conveyor.html","",0,23,115);
	Menu3_3=new Array("Pumps Enquiry", "../businessinquiry/pumps.html","",0,22,115);
	Menu3_4=new Array("FEPP Enquiry", "../businessinquiry/fepp.html","",0,23,115);
	
Menu4=new Array("<img src='../images/link_imgb.jpg'>","","",0,27,100);

Menu5=new Array("<img src='../images/contact.jpg'>","","",0,27,57);

Menu6=new Array("<img src='../images/feedback.jpg'>","../feedback.html","",0,27,71);

Menu7=new Array("<img src='../images/sitemap.jpg'>","../sitemap.html","",0,27,65);

