/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=11;			// Number of first level items
	var LowBgColor='#313131';			// Background color when mouse is not over
	var LowSubBgColor='#F8F8F8';			// Background color when mouse is not over on subs
	var HighBgColor='#DC2E3F';			// Background color when mouse is over
	var HighSubBgColor='#DC2E3F';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#606060';			// 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='#000000';			// Border color
	var BorderSubColor='#000000';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,sans-serif"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// 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=99;				// 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=0;				// Left padding
	var TopPaddng=5;				// Top padding
	var FirstLineHorizontal=1;			// 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 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=0;				// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',0,0,'tridown.gif',0,0,'trileft.gif',0,0];	// 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","index.php","",0,24,50);

Menu2=new Array("Company","","",3,24,68);
    Menu2_1=new Array("About Us","compinfo.php","",0,24,120);
    Menu2_2=new Array("Contact Us","contact.php","",0,0,0);
	Menu2_3=new Array("Career Opportunities","careers.php","",0,0,0);
	
Menu3=new Array("Fleet Management","","",3,24,110);
	Menu3_1=new Array("Overview","fleetmgmt.php","",0,24,130);
	Menu3_2=new Array("PFS Reports","fleetmgt.php","",0,24,130);
	Menu3_3=new Array("PFS Reports Login","https://reportserver.pmhsi.com","",0,0,0);
	
Menu4=new Array("Customized Solutions","","",9,24,126);
	
	Menu4_1=new Array("Environmental Sustainability ","","",2,24,200);
		Menu4_1_1=new Array("Fuel Cells","oorjapac.php","",0,22,150);
		Menu4_1_2=new Array("Green Initiatives","greenlinks.php","",0,0,0);
	
	Menu4_2=new Array("Equipment Solutions","equipment.php","",8,24,150);
		Menu4_2_1=new Array("New Forklifts","newtrucks.php","",0,22,150);
		Menu4_2_2=new Array("Used Forklifts","usedcatalog.php","",0,0,0);
		Menu4_2_3=new Array("Fuel Cells","oorjapac.php","",0,0,0);
		Menu4_2_4=new Array("Lockers","warehouse.php","",0,0,0);
		Menu4_2_5=new Array("Pallet Jacks","warehouse.php","",0,0,0);
		Menu4_2_6=new Array("Pallet Racking and Shelving","warehouse.php","",0,0,0);
		Menu4_2_7=new Array("Rental Equipment","rentals.php","",0,0,0);
		Menu4_2_8=new Array("Warehouse products","warehouse.php","",0,0,0);
	
	Menu4_3=new Array("Facilities Solutions","","",3,24,150);
			Menu4_3_1=new Array("Lockers","warehouse.php","",0,22,150);
			Menu4_3_2=new Array("Pallet Racking and Shelving","warehouse.php","",0,0,0);
			Menu4_3_3=new Array("Warehouse products","warehouse.php","",0,0,0);
	
	Menu4_4=new Array("Fleet Management Solutions","fleetmgmt.php","",0,0,0);

	Menu4_5=new Array("HR Solutions","phrs.php","",0,0,0);

	Menu4_6=new Array("Material Handling Solutions","","",6,24,150);
		Menu4_6_1=new Array("New Forklifts","newtrucks.php","",0,22,150);
		Menu4_6_2=new Array("Used Forklifts","used.php","",0,0,0);
		Menu4_6_3=new Array("Pallet Jacks","warehouse.php","",0,0,0);
		Menu4_6_4=new Array("Pallet Racking and Shelving","warehouse.php","",0,0,0);
		Menu4_6_5=new Array("Rental Equipment","rentals.php","",0,0,0);
		Menu4_6_6=new Array("Warehouse products","warehouse.php","",0,0,0);

	Menu4_7=new Array("Pacific Power Solutions","oorjapac.php","",0,0,0);

	Menu4_8=new Array("Product Support Solutions","","",4,24,150);
		Menu4_8_1=new Array("Parts","parts.php","",0,22,150);
		Menu4_8_2=new Array("Service","service.php","",0,0,0);
		Menu4_8_3=new Array("Leasing","rentals.php","",0,0,0);
		Menu4_8_4=new Array("Forklift Operators","phrs.php","",0,0,0);
		
	
	
	Menu4_9=new Array("Technology Solutions","","",2,24,150);
		Menu4_9_1=new Array("Fuel Cells","oorjapac.php","",0,22,150);
		Menu4_9_2=new Array("Fleet Management Solutions","fleetmgmt.php","",0,0,0);

Menu5=new Array("Service","service.php","",0,24,60);

Menu6=new Array("Parts","parts.php","",0,24,50);

Menu7=new Array("Leasing","rentals.php","",0,24,60);

Menu8=new Array("Training","training.php","",0,24,60);

Menu9=new Array("HR Solutions","phrs.php","",0,24,85);

Menu10=new Array("Fuel Cells","oorjapac.php","",0,24,62);

Menu11=new Array("Green Initiatives","greenlinks.php","",1,24,100);
	Menu11_1=new Array("Fuel Cells","oorjapac.php","",0,24,100);
	
	



	



	



	

	
    







