

fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps 

_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=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

//#295AA5







with(menuStyle=new mm_style()){
onbgcolor="#800080";
oncolor="#ffffff";
offbgcolor="#663300";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#c0c0c0";
separatorsize="1";
padding=3;
borderwidth=1;
fontsize="14";
fontstyle="bold";
fontweight="normal";
fontfamily="Arial, Verdana, Tahoma";
align="center";

 
}





with(menuStyle_inside=new mm_style()){
onbgcolor="#9B4343";
oncolor="#ffffff";
offbgcolor="#324716";
offcolor="#ffffff";
borderwidth=1;
bordercolor="#000000";
separatorcolor="#C0C0C0";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily=" Arial, Verdana, Tahoma";
align="left";

}




with(menuStyleside=new mm_style()){
onbgcolor="#9B4343";
oncolor="#ffffff";
offbgcolor="#324716";
offcolor="#ffffff";
borderwidth=1;
separatorcolor="#c0c0c0";
separatorsize="1";
padding=3;
borderwidth=0;
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, Verdana, Tahoma";
align="left";

 
}










with(milonic=new menuname("community")){
style=menuStyle_inside;
itemwidth=200;


aI("text=History;url=http://www.suearmsbury.com/area_history.html;");
aI("text=Schools;url=http://www.suearmsbury.com/area_schools.html;");
aI("text=Churches;url=http://www.suearmsbury.com/area_churches.html;");
aI("text=Area Attractions;url=http://www.suearmsbury.com/attractions.html;");
aI("text=Lake Maps;url=http://www.dnr.state.wi.us/org/water/fhp/lakes/lakemap/sawyer.htm; target=_new;");
aI("text=Fishing Reports;url=http://www.suearmsbury.com/attractions.html; target=_new;");



}





with(milonic=new menuname("tools")){
style=menuStyle_inside;
itemwidth=200;


aI("text=Buyers;url=http://www.suearmsbury.com/buyers.html;");
aI("text=Sellers;url=http://www.suearmsbury.com/sellers.html;");
aI("text=Mortgage Tools;url=http://www.suearmsbury.com/tools.html;");


}



with(milonic=new menuname("listings")){
style=menuStyle_inside;
itemwidth=200;


aI("text=My Listings;url=http://www.suearmsbury.com/sue-bin/sue_list1.cgi;");
aI("text=MLS Search;url=http://www.suearmsbury.com/mls.html;");

}




drawMenus();


