/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#84A4CB';			// Background color when mouse is not over
	var LowSubBgColor='#84A4CB';			// Background color when mouse is not over on subs
	var HighBgColor='#9CC5F7';			// Background color when mouse is over
	var HighSubBgColor='#9CC5F7';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='#84A4CB';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="verdana,arial,sans serif"	// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=101;				// Menu offset x coordinate
	var StartLeft=101;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=2;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// 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='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("Text","link.html","background image",# sub elements,element height,element width);


Menu1=new Array("Products |","","",3,15,56);
	Menu1_1=new Array("Air Conditioners","","",6,15,110);
		Menu1_1_1=new Array("Allegiance 10","prod-allegiance-10.html","",0,15,140);
		Menu1_1_2=new Array("Allegiance 11","prod-allegiance-11.html","",0);
		Menu1_1_3=new Array("Allegiance 12","prod-allegiance-12.html","",0);
		Menu1_1_4=new Array("EnviroWise Allegiance 13","prod-allegiance-13.html","",0);
		Menu1_1_5=new Array("Allegiance 14","prod-allegiance-14.html","",0);
                Menu1_1_6=new Array("Allegiance 16","prod-allegiance-16.html","",0);
	Menu1_2=new Array("Gas Furnaces","","",3,15);
		Menu1_2_1=new Array("Freedom 80 - 1 Stage","prod-freedom-1.html","",0,15,175);
		Menu1_2_2=new Array("Freedom 80 - 2 Stage","prod-freedom-2.html","",0);
		Menu1_2_3=new Array("Freedom 80 - Var. Speed, 2 Stage","prod-freedom-variable.html","",0);
	Menu1_3=new Array("Heat Pumps","","",6,15);
		Menu1_3_1=new Array("Heritage 10","prod-heritage-10.html","",0,15,130);
		Menu1_3_2=new Array("Heritage 11","prod-heritage-11.html","",0);
		Menu1_3_3=new Array("Heritage 12","prod-heritage-12.html","",0);
		Menu1_3_4=new Array("Heritage 14","prod-heritage-14.html","",0);
		Menu1_3_5=new Array("EnviroWise Heritage 14","prod-heritage-14-enviro.html","",0);
                Menu1_3_6=new Array("Heritage 16","prod-heritage-16.html","",0);

Menu2=new Array("Services |","","",4,15,55);
	Menu2_1=new Array("Cleaning/Maintenance","maintenance.html","",1,15,150);
		Menu2_1_1=new Array("Request Cleaning/Maintenance","contact-maintenance.html","",0,15,160);
	Menu2_2=new Array("Request Estimate","contact-estimate.html","",0);
	Menu2_3=new Array("Request Service Call","contact-service.html","",0);
	Menu2_4=new Array("Loan Application","contact-loan.html","",0);

Menu3=new Array("HERO Program |","hero-program.html","",0,12,87);

Menu4=new Array("Sale Items |","sale-items.html","",0,12,67);

Menu5=new Array("Filters & Accessories |","","",4,12,119);
	Menu5_1=new Array("Filters & Air Cleaners","acc-filters-cleaners.html","",0,15,165);
	Menu5_2=new Array("5\" Media Filter","acc-5-inch.html","",0);
	Menu5_3=new Array("Thermostats & Grills/Registers","acc-therms-grills.html","",0);
	Menu5_4=new Array("Floor Furnaces/Wall Heaters","acc-furnaces.html","",0);

Menu6=new Array("Warranties |","warranties.html","",0,12,66);

Menu7=new Array("Glossary |","glossary.html","",0,12,57);

Menu8=new Array("Jobs","jobs.html","",0,12,27);