
	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#7fb1dc';			// Background color when mouse is not over
	var LowSubBgColor='#ffffff';			// Background color when mouse is not over on subs
	var HighBgColor='#115de7';			// Background color when mouse is over
	var HighSubBgColor='#115de7';			// Background color when mouse is over on subs
	var FontLowColor='ffffff';			// 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='#ffffff';			// 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="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=7.5;				// 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 MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=107;				// Menu offset x coordinate
	var StartLeft=15;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=-150;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// 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='space';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='space';				// 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=0;				// Keep selected path highligthed
	var Arrws=['images/tri.gif',5,10,'images/tridown.gif',10,5,'images/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("Products","","",1,15,100);	
	Menu1_1=new Array("CSA B149.3 Process Heater Modules","csaHeaters.htm","",0,15,200);
	//Menu1_2=new Array("Titan Logix FGI 351 System","titan.htm","",0);
	//Menu1_3=new Array("Valve Train Assemblies","valveTrain.htm","",0);
	//Menu1_4=new Array("Optional Well Site Package","optional.htm","",0);
	//Menu1_5=new Array("Housing & Flame Arrestor","arrestor.htm","",0);
	//Menu1_6=new Array("Back Pressure Systems","backPressure.htm","",0);
	//Menu1_7=new Array("Low NOX Natural Draft Burner","exhaustRecycle.htm","",0);	
	//Menu1_8=new Array("Oil Skim Systems","skimSystems.htm","",0);		
	//Menu1_9=new Array("Fuel Efficiency Options","returnSide.htm","",0);
	//Menu1_10=new Array("Low Pressure Burners","lowPressureBurners.htm","",0);
	//Menu1_11=new Array("Fireboxes","fireboxes.htm","",0);
	//Menu1_12=new Array("Burner Management Systems","burnerMan.htm","",0);


Menu2=new Array("Service","construction.htm","",0);
		
Menu3=new Array("Events","construction.htm","",0);	

Menu4=new Array("Our Company","construction.htm","",0);
	//Menu4_1=new Array("Why Choose Kenilworth","choose.htm","",0,15,150);
	//Menu4_2=new Array("Kenilworth Approach","approach.htm","",0);
	//Menu4_3=new Array("Kenilworth Advantage","advantage.htm","",0);	

Menu5=new Array("Contact Us","contact.htm","",0);

Menu6=new Array("Tech Center","","",2);
	Menu6_1=new Array("Ptac Package","ptac.htm","",0,15,125);
	Menu6_2=new Array("Product Manuals","productManuals.htm","",0);
	//Menu6_3=new Array("Product Presentations","presentations.htm","",0);	
	//Menu6_4=new Array("Operator Seminars","operatorSeminars.htm","",0);	

Menu7=new Array("Site Installations","construction.htm","",0);
	//Menu7_1=new Array("Encana Pelican Lake","encana.htm","",0,15,125);
	//Menu7_2=new Array("Apache Consort Bat 21","apache.htm","",0);
	//Menu7_3=new Array("Penn West Salvador Field","penn.htm","",0);	
	//Menu7_4=new Array("Koch Bonnyville Field","koch.htm","",0);	
	//Menu7_5=new Array("Murphy Seal Lake","murphy.htm","",0);	

