


_menuCloseDelay=150           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="90%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=AllImagesStyle;
top=85;
left=0;
alwaysvisible=1;
orientation="horizontal";

aI("url=spas.php;showmenu=spas;image=images/h-spas.gif;overimage=images/h-spas_on.gif;");
aI("url=fireplaces.php;showmenu=fire;image=images/h-fire.gif;overimage=images/h-fire_on.gif;");
aI("url=sauna_steam.php;showmenu=sauna;image=images/h-sauna.gif;overimage=images/h-sauna_on.gif;");
aI("url=grills.php;showmenu=bbq;image=images/h-bbq.gif;overimage=images/h-bbq_on.gif;");
aI("url=gazebos.php;showmenu=gazebo;image=images/h-gazebo.gif;overimage=images/h-gazebo_on.gif;");
aI("url=chemaccess.php;showmenu=chemical;image=images/h-chem.gif;overimage=images/h-chem_on.gif;");
aI("url=covers.php;showmenu=acc;image=images/h-acc.gif;");
aI("url=http://www.ihtspas.com/menupop.php?func=About;showmenu=about;image=images/h-AboutIHT.gif;");
}

with(milonic=new menuname("spas")){
style=menuStyle;
overflow="scroll";
aI("url=hotspring.php;text=Hot Spring Premium Hot Tubs;");
aI("url=caldera.php;text=Caldera Hot Tubs;");
aI("url=limelight.php;text=Hot Spring Limelight Hot Tubs;");
aI("url=tigerriver.php;text=Hot Spring Tiger River Hot Tubs;");
aI("url=solana.php;text=Hot Spring Solana Hot Tubs;");
aI("url=hotspot.php;text=Hot Spring Hot Spot Hot Tubs;");
aI("url=nordic.php;text=Nordic Hot Tubs;");
aI("url=menupop.php?func=Used;text=Used Spas;");
}

with(milonic=new menuname("sauna")){
style=menuStyle;
aI("url=sauna_steam.php?type=infrared;text=Helo Far-Infrared Saunas;");
aI("url=sauna_steam.php?type=Saunas;text=Helo Traditional Saunas;");
aI("url=sauna_steam.php?type=Steams;text=Amerec Steams;");
}

with(milonic=new menuname("bbq")){
style=menuStyle;
aI("url=http://www.ihtspas.com/grills.php;text=Weber BBQ Grills;");
aI("url=http://www.ihtspas.com/grills.php;text=Big Green Egg BBQ Grills;");
}

with(milonic=new menuname("gazebo")){
style=menuStyle;
aI("url=gazebos.php;text=Sequoia Works;");

}
with(milonic=new menuname("fire")){
style=menuStyle;
aI("url=http://www.lennoxhearthproducts.com;text=Lennox;target=_blank");
aI("url=http://www.kozyheat.com;text=Kozy Heat;target=_blank");
aI("url=http://www.securitychimneys.com/pages/welcome/index.asp?country=us;text=Security Chimneys;target=_blank");
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("url=http://www.ihtspas.com/menupop.php?func=About;text=IHT About Us");
aI("url=http://www.ihtspas.com/menupop.php?func=Awards;text=IHT Awards");
aI("url=http://www.ihtspas.com/menupop.php?func=guarantee;text=IHT Guarantee");
aI("url=http://www.ihtspas.com/menupop.php?func=IHTWay;text=IHT Philosophy");
aI("url=http://www.ihtspas.com/menupop.php?func=jobs;text=Job Openings");

}




with(milonic=new menuname("pool")){
style=menuStyle;

}
with(milonic=new menuname("chemical")){
style=menuStyle;
}
with(milonic=new menuname("acc")){
style=menuStyle;
aI("url=covers.php;text=Covers");
aI("url=covers-qa2.php;text=Cover Questions and Answers");
aI("url=coverrequestform.php;text=Cover Request Form");
aI("url=covers.php;text=Necessories");
}


drawMenus();

