fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=3;


with(menuStyle=new mm_style()){
//bordercolor="#202020";
//borderstyle="solid";
//borderwidth=1;
fontfamily="verdana,arial,helvetica,sans-serif";
fontsize="9pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#837870";
onbgcolor="#f2cd52";
oncolor="#414040";
outfilter="Fade(duration=0.2);Alpha(opacity=100);";
overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
padding=5;
pagebgcolor="#eeeeee";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
separatorwidth=170;
//subimage="http://img.milonic.com/arrow.gif";
//subimagepadding=2;
}

with(milonic=new menuname("Sunrooms")){
style=menuStyle;
aI("showmenu=Gabled;text=Gabled;url=sunrooms-gabled.htm;");
aI("showmenu=Studio;text=Studio;url=sunrooms-studio.htm;");
aI("showmenu=Two Story;text=Two-Story;url=sunrooms-2story.htm;");
aI("showmenu=Interiors;text=Interiors;url=sunrooms-interior.htm;");
aI("showmenu=Features Specs;text=Features & Specifications;url=sunrooms-features-specs.htm;");
}

drawMenus();


