// JavaScript Document
/***********************************************************************************
*	(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=17;			// Number of first level items
	var LowBgColor='transparent';			// Background color when mouse is not over
	var LowSubBgColor='#D6E4FE';			// Background color when mouse is not over on subs
	var HighBgColor='#D6E4FE';			// Background color when mouse is over
	var HighSubBgColor='#D6E4FE';			// Background color when mouse is over on subs
	var FontLowColor='#2729B0';			// Font color when mouse is not over
	var FontSubLowColor='#2729B0';			// Font color subs when mouse is not over
	var FontHighColor='#EA6538';			// Font color when mouse is over
	var FontSubHighColor='#EA6538';			// Font color subs when mouse is over
	var BorderColor=0;			// Border color
	var BorderSubColor=0;			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// 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 MenuTextCentered='';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
//	var MenuCentered='';			// Menu horizontal position 'left', 'center' or 'right'
//	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var MenuVerticalCentered='';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
//	var StartTop=185;				// Menu offset x coordinate
    var StartTop=0;				// Menu offset x coordinate
//	var StartLeft=120;				// Menu offset y coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=2;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=7;				// 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='script_content';	/*id of div*/			// 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=0;				// 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" JScript/home.JPG JScript/home.JPG JScript/how_pulsair.JPG


Menu1=new Array("HOME","index.html","",0,20,40);

Menu2=new Array("|",null,null,0,1,12);

 
Menu3=new Array("ABOUT US","about-us.html","",5,15,64);
	Menu3_1=new Array("Overview","overview.html","",0,20,140);	
	Menu3_2=new Array("History","history.html","",0);
	/*Menu3_3=new Array("Management Team","management-team.html","",0);*/
	Menu3_3=new Array("Contact Us","contact-us.html","",0);
	Menu3_4=new Array("Information Library","information-library.html","",0);
	Menu3_5=new Array("",null,null,0);
	
Menu4=new Array("|",null,null,0,1,12);	

Menu5=new Array("HOW PULSAIR WORKS","how-pulsair-works.html","",3,15,128);
	Menu5_1=new Array("Demonstration","demonstration.html","",0,20,140);
	Menu5_2=new Array("FAQs","faqs.html","",0);
	Menu5_3=new Array("",null,null,0);

Menu6=new Array("|",null,null,0,1,12);	
	
Menu7=new Array("PRODUCTS","products.html","",9,15,67);
	Menu7_1=new Array("Single Tank System","single-tank-system.html","",0,20,175);
	Menu7_2=new Array("Multi-tank System","multi-tank-system.html","",0);
	Menu7_3=new Array("Tank Mounted","tank-mounted.html","",0);
	Menu7_4=new Array("Portable Mixer","portable-mixer.html","",0);
	Menu7_5=new Array("Tote Mixer","tote-mixer.html","",0);
	Menu7_6=new Array("Drum Mixer","drum-mixer.html","",0);
	Menu7_7=new Array("Diving Pool Softwater Systems","bubbler-system.html","",0);
	Menu7_8=new Array("Portable Systems ","portable-systems.html ","",0);
	Menu7_9=new Array("",null,null,0);

Menu8=new Array("|",null,null,0,1,12);	

Menu9=new Array("INDUSTRIES SERVED","industries-served.html","",13,15,118);
	Menu9_1=new Array("Asphalt","asphalt.html","",0,20,140);
	Menu9_2=new Array("Chemicals","chemicals.html","",0,20,140);
	Menu9_3=new Array("Diving Pools","diving-pools.html","",0);
	Menu9_4=new Array("Food Products","food-products.html","",0);
	Menu9_5=new Array("Inks & Pigments","ink-pigment.html","",0);
	Menu9_6=new Array("Lubricants & Fuels","lubricants-fuels.html","",0);
	Menu9_7=new Array("Mobile Vessel","mobile-vessels.html","",0);
	Menu9_8=new Array("Paints & Coatings","paints-coatings.html","",0);
	Menu9_9=new Array("Pulp & Paper","pulp-paper.html","",0);
	Menu9_10=new Array("Wastewater Treatment","wastewater-treatment.html","",0);
	Menu9_11=new Array("Wine Cap Management","wine-cap-management.html","",0);
	Menu9_12=new Array("Other Industries","other-industries.html","",0);
	Menu9_13=new Array("",null,null,0);
	
Menu10=new Array("|",null,null,0,1,12);	

Menu11=new Array("TESTIMONIALS","testimonials.html","",0,15,90);
	
Menu12=new Array("|",null,null,0,1,12);	
	
Menu13=new Array("NEWS","news.html","",4,15,37);
	Menu13_1=new Array("Pulsair In the News","pulsair-in-the-news.html","",0,20,140);
	Menu13_2=new Array("Press Releases","press-releases.html","",0);
	Menu13_3=new Array("White Papers","white-papers.html","",0);
	Menu13_4=new Array("",null,null,0);
	
Menu14=new Array("|",null,null,0,1,12);		
		
Menu15=new Array("PULSAIR BLOG","http://www.pulsairblog.com/","",0,15,88);

Menu16=new Array("|",null,null,0,1,12);	

Menu17=new Array("CONTACT US","contact-us.html","",3,15,80);
    Menu17_1=new Array("Request For Quotation ","request-for-quote.html","",0,20,140);
	Menu17_2=new Array("Request a CD","request-a-cd.html","",0);
	Menu17_3=new Array("",null,null,0);
	

