



_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=10            // The time delay before menus open on mouse over

_subOffsetTop=10              // Sub menu top offset

_subOffsetLeft=-10            // Sub menu left offset







with(menuStyle=new mm_style()){

onbgcolor="#4F8EB6";

oncolor="#ffffff";

offbgcolor="#FFFFFF";

offcolor="#515151";

bordercolor="#296488";

borderstyle="solid";

borderwidth=1;

separatorcolor="#2D729D";

separatorsize="1";

separatorwidth="130";

padding=4;

fontsize="90%";

fontstyle="normal";

fontfamily="Arial";

pagecolor="black";

pagebgcolor="#82B6D7";

headercolor="#000000";

headerbgcolor="#ffffff";

subimage="arrow.gif";

subimagepadding="3";

overfilter="Fade(duration=0.2);Alpha(opacity=100);";

//outfilter="randomdissolve(duration=0.3)";

}











with(milonic=new menuname("Location")){

style=menuStyle;

aI("text=Visitors;url=visitors.asp;");

aI("text=Directions;url=directions.asp;");

}



with(milonic=new menuname("Corporate")){

style=menuStyle;

aI("text=Company Profile;url=../corporate.htm;");

aI("text=Careers;url=../Careers.htm");





}



with(milonic=new menuname("Services")){





}



with(milonic=new menuname("Products")){

style=menuStyle;

separatorwidth="90";

aI("text=Power Generators;showmenu=Generators;url=#;");

aI("text=HVAC Systems;showmenu=HVAC Systems;url=#");

aI("text=ForteFlex;url=../forteflex.htm;");

}



with(milonic=new menuname("HVAC Systems")){

style=menuStyle;

separatorwidth="90";

aI("text=Turnkey HVAC Systems;url=../turnkey_hvac.htm;");

aI("text=Spare Parts;url=../spare_parts.htm;");


}



with(milonic=new menuname("Generators")){

style=menuStyle;

separatorwidth="90";

aI("text=Mitsubishi Generators;url=../mgs.htm;");

aI("text=Perkins Series;url=../perkins.htm;");

aI("text=Spare Parts;url=../gen_spare_parts.htm;");



}







drawMenus();



