_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // 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(menuStyle=new mm_style()){
onbgcolor="#0684ff";
oncolor="#FFFFFF";
offbgcolor="#202020";
offcolor="#ffffff";
bordercolor="#707a86";
borderstyle="solid";
borderwidth=1;
separatorcolor="#707a86";
separatorsize="1";
padding=3;


fontstyle="normal";
fontsize=13;

pagecolor="black";
pagebgcolor="#C4C8CB";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

}


with(milonic=new menuname("Show Homes/Floor Plans")){
style=menuStyle;
itemwidth=205
aI("text=Show Homes;showmenu=ShowHomes");
aI("text=Home Models;showmenu=HomeModels;");
}

with(milonic=new menuname("ShowHomes")){
style=menuStyle;
itemwidth=215
aI("text=Estherville, Iowa;showmenu=Estherville;");
aI("text=Charles City, Iowa;showmenu=Charles City;");
}

with(milonic=new menuname("HomeModels")){
style=menuStyle;
itemwidth=205
aI("text=Fuqua Homes ;showmenu=Fuqua Homes;");
aI("text=Dutchman Housing ;showmenu=Dutchman Housing;");
aI("text=Marshfield &amp; Artcraft;showmenu=Marchfield & Artcraft;");
}


with(milonic=new menuname("Fuqua Homes")){
style=menuStyle;
itemwidth=205
aI("text=Eco-Smart Modular ;url=fuqua-homes.asp#Eco-Smart;");
aI("text=EnergyWise Modular ;url=fuqua-homes.asp#EnergyWise;");
aI("text=Master Built I Modular ;url=fuqua-homes.asp#Master Built I Modular;");
aI("text=Master Built II Modular ;url=fuqua-homes.asp#Master Built II Modular;");
aI("text=Master Built III Modular ;url=fuqua-homes.asp#Master Built III Modular;");
}


with(milonic=new menuname("Dutchman Housing")){
style=menuStyle;
itemwidth=205
aI("text=Manufactured / Sectional;url=http://www.dutch-housing.com/OurHomes/;target=_blank;");
aI("text=Modulars ;url=http://www.dutch-housing.com/OurHomes/;target=_blank;");
}

with(milonic=new menuname("Marchfield & Artcraft")){
style=menuStyle;
itemwidth=205
aI("text=Modular Floorplans;url=gallery.aspx?Category=50&name=Modular Floorplans;");
aI("text=Modular Log Homes;url=gallery.aspx?Category=51&name=Modular Log Homes;");
}

with(milonic=new menuname("Estherville")){
style=menuStyle;
itemwidth=205
aI("text=Dutch Modular Basic;url=gallery.aspx?Category=59&name=Dutch Modular Basic;");
aI("text=CM 381 Modular;url=gallery.aspx?Category=39&name=CM 381 Modular ;");
aI("text=Dutch Manufactured / Sectional;url=gallery.aspx?Category=40&name=Dutch Manufactured / Sectional;");
aI("text=EM 870 Modular;url=gallery.aspx?Category=41&name=EM 870 Modular ;");
aI("text=EM 454 Modular;url=gallery.aspx?Category=42&name=EM 454 Modular;");
aI("text=Fuqua 7756B Modular;url=gallery.aspx?Category=43&name=Fuqua 7756B Modular;");
}

with(milonic=new menuname("Charles City")){
style=menuStyle;
itemwidth=205
aI("text=Spa Series WOW;url=gallery.aspx?Category=60&name=Spa Series WOW;");
aI("text=F-2855 Modular Saddle Roof;url=gallery.aspx?Category=64&name=F-2855 Modular Saddle Roof;");
aI("text=Dutch Manufactured / Sectional;url=gallery.aspx?Category=44&name=Dutch Manufactured/Sectional;");
aI("text=EM 472 Modular;url=gallery.aspx?Category=46&name=EM 472 Modular;");
aI("text=EM 870 Modular;url=gallery.aspx?Category=47&name=EM 870 Modular;");
aI("text=EM 877 Modular;url=gallery.aspx?Category=48&name=EM 877 Modular;");
aI("text=MM 481 Modular;url=gallery.aspx?Category=49&name=MM 481 Modular;");
aI("text=EM 444 Modular;url=gallery.aspx?Category=58&name=EM 444 Modular;");
}


drawMenus();

