

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // 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()){
//align='left';
onbgcolor="#12506C";
oncolor="white";
//background
offbgcolor="ffffff";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#0185C4";
separatorsize="0";
padding=3;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
// what color top menu item is when page is selected
pagecolor="ffffff";
pagebgcolor="#ffffff";
headercolor="#ffffff";
headerbgcolor="ffffff";
subimage="http://www.flexfoil.com/menu/separator.jpg";
subimagepadding="8";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
//outfilter="randomdissolve(duration=0.3)";
bgimage='http://www.flexfoil.com/menu/background2.gif';
}



with(menuStyle2=new mm_style()){
//align='left';
onbgcolor="#12506C";
oncolor="white";
//background
offbgcolor="#00749c";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="00749C";
headercolor="#000000";
headerbgcolor="00749C";
subimage="http://www.flexfoil.com/menu/separator.jpg";
subimagepadding="8";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
//outfilter="randomdissolve(duration=0.3)";
//bgimage='http://www.flexfoil.com/menu/background2.gif';
}





with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=81;
//left=458;
//itemwidth=120;
itemheight=2;
align="left";
alwaysvisible=1;
screenposition="center"; 
left="offset=-30";
orientation="horizontal";

aI("text=Home;showmenu=Home;url=http://www.flexfoil.com/index.htm;status=Home;");
aI("text=About Flexfoil;showmenu=About Flexfoil;url=http://www.flexfoil.com/about_flexfoil.htm;status=About Flexfoil;");
aI("text=Homeowners;showmenu=Homeowners;status=Homeowners;");
aI("text=Commercial;showmenu=Commercial;status=Commercial;");
aI("text=Expert Advice;showmenu=Expert Advice;url=http://www.flexfoil.com/expert_advice.htm;status=Expert Advice;");
aI("text=About Us;showmenu=Contact;url=http://www.flexfoil.com/aboutus.htm;status=About Us;");
aI("text=Contact;showmenu=Contact;url=http://www.flexfoil.com/Contact.htm;status=Contact Information;");
}

with(milonic=new menuname("Home")){
style=menuStyle;
margin=3;

}

with(milonic=new menuname("About Flexfoil")){
style=menuStyle;
margin=3;
//overflow="scroll";
}

with(milonic=new menuname("Homeowners")){
style=menuStyle2;
margin=1;
itemwidth=120;
aI("text=Product Overview;url=http://www.flexfoil.com/homeowners/homeowners.htm;status=Product Overview");
aI("text=Solution 21;url=http://www.flexfoil.com/homeowners/solution21.htm;status=Solution 21");
aI("text=Solution 22;url=http://www.flexfoil.com/homeowners/solution22.htm;status=Solution 22");
aI("text=Solution 23;url=http://www.flexfoil.com/homeowners/solution23.htm;status=Solution 23");
aI("text=Vapour Barrier;url=http://www.flexfoil.com/homeowners/vapour_barrier.htm;status=Vapour Barrier");
aI("text=Pipe Wrap;url=http://www.flexfoil.com/homeowners/pipe_wrap.htm;status=Pipe Wrap");
aI("text=Applicators;url=http://www.flexfoil.com/homeowners/homeowners.htm;status=Applicators");
aI("text=Installation Guides;url=http://www.flexfoil.com/homeowners/installation_guides/install_guides_home.htm;status=Installation Guides");
aI("text=Product Data (PDF);url=http://www.flexfoil.com/PDFs/household_tech_guide.pdf;target=_blank;status=Product Data");
}


with(milonic=new menuname("Commercial")){
style=menuStyle2;
margin=1;
aI("text=Product Types;url=http://www.flexfoil.com/commercial/reflective_insulation.htm;status=Product Types");
aI("text=Applications;url=http://www.flexfoil.com/commercial/installation_guides.htm;status=Applications");
aI("text=Product Data (PDF);url=http://www.flexfoil.com/PDFs/commercial_tech_guide.pdf;target=_blank;status=Product Data");
aI("text=Product Guide (PDF);url=http://www.flexfoil.com/PDFs/ProductGuide.pdf;target=_blank;status=Product Data");
}

with(milonic=new menuname("Expert Advice")){
style=menuStyle;
margin=3;

}

with(milonic=new menuname("About Us")){
style=menuStyle;
margin=3;

}

with(milonic=new menuname("Contact")){
style=menuStyle;
margin=3;

}


drawMenus();

