


_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=5               // Sub menu top offset
_subOffsetLeft=-5            // 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="#000000";
oncolor="#BABCE4";
offbgcolor="#111963";
offcolor="#ffffff";
borderwidth=1;
separatorcolor="#8586B9";
separatorsize="1";
padding=3;
fontsize="12";
fontstyle="normal";
fontweight="normal";
fontfamily=" Arial, Verdana, Tahoma";
align="right";



}




with(menuStylebottom=new mm_style()){
onbgcolor="#000000";
oncolor="#BABCE4";
offbgcolor="#111963";
offcolor="#ffffff";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="14";
fontstyle="normal";
fontweight="normal";
fontfamily=" Arial, Verdana, Tahoma";
align="right";



}




with(menuStyle_inside=new mm_style()){
onbgcolor="#000000";
oncolor="#BABCE4";
offbgcolor="#111963";
offcolor="#ffffff";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="14";
fontstyle="normal";
fontweight="normal";
fontfamily=" Arial, Verdana, Tahoma";
align="left";
}


with(menuStyle2=new mm_style()){
onbgcolor="#000000";
oncolor="#BABCE4";
offbgcolor="#111963";
offcolor="#ffffff";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="14";
fontstyle="normal";
fontweight="normal";
fontfamily=" Arial, Verdana, Tahoma";
align="left";

}






with(milonic=new menuname("listings")){
style=menuStyle2;
itemwidth=300;



aI("text=In-Town Homes;url=http://www.lakeshoreadventures.com/tm-bin/tm_list1.cgi/0?property=In-Town+Homes;");


aI("text=Country Homes;url=http://www.lakeshoreadventures.com/tm-bin/tm_list1.cgi/0?property=Country+Homes;");

aI("text=Waterfront Homes;url=http://www.lakeshoreadventures.com/tm-bin/tm_list1.cgi/0?property=Waterfront+Homes;");

aI("text=Waterfront Land and Lots;url=http://www.lakeshoreadventures.com/tm-bin/tm_list1.cgi/0?property=Waterfront+Land+and+Lots;");

aI("text=Vacant Land;url=http://www.lakeshoreadventures.com/tm-bin/tm_list1.cgi/0?property=Vacant+Land;");


aI("text=Commercial Listings;url=http://www.lakeshoreadventures.com/tm-bin/tm_list1.cgi/0?property=Commercial+Listings;");

aI("text=Voyager Village;url=http://www.lakeshoreadventures.com/tm-bin/tm_list1.cgi/0?property=Voyager+Village;");








}



with(milonic=new menuname("area")){
style=menuStyle2;
itemwidth=300;



aI("text=Lake information;url=http://www.lakeshoreadventures.com/lakes.html;");



}



drawMenus();

