


_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=-10            // 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="#C5D2CF";
oncolor="#0C2577";
offbgcolor="#0C2577";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#C0C0C0";
separatorsize="2";
padding=2;
fontsize="12";
fontstyle="normal";
fontweight="normal";
fontfamily=" Arial, Verdana, Tahoma";
align="center";
//overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";

}




with(menuStyleb=new mm_style()){
onbgcolor="#C5D2CF";
oncolor="#0C2577";
offbgcolor="#106A98";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#C0C0C0";
separatorsize="2";
padding=2;
fontsize="12";
fontstyle="normal";
fontweight="normal";
fontfamily=" Arial, Verdana, Tahoma";
align="center";
//overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";

}








with(menuStyleinside=new mm_style()){
onbgcolor="#C5D2CF";
oncolor="#0C2577";
offbgcolor="#0C2577";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#2C522C";
separatorsize="2";
padding=2;
fontsize="12";
fontstyle="normal";
fontweight="normal";
fontfamily=" Arial, Verdana, Tahoma";
align="left";
//overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";

}




with(milonic=new menuname("cabins")){
style=menuStyleinside;
itemwidth=200;

aI("text=Cottage # 1;url=http://www.muskytale.com/muskytale-bin/list.cgi/0?feed_objective=Cottage1;");
aI("text=Cottage # 2;url=http://www.muskytale.com/muskytale-bin/list.cgi/0?feed_objective=Cottage2;");
aI("text=Cottage # 3;url=http://www.muskytale.com/muskytale-bin/list.cgi/0?feed_objective=Cottage3;");
aI("text=Cottage # 4;url=http://www.muskytale.com/muskytale-bin/list.cgi/0?feed_objective=Cottage4;");
aI("text=Cottage # 5;url=http://www.muskytale.com/muskytale-bin/list.cgi/0?feed_objective=Cottage5;");
aI("text=Cottage # 6;url=http://www.muskytale.com/muskytale-bin/list.cgi/0?feed_objective=Cottage6;");
aI("text=Cottage # 7;url=http://www.muskytale.com/muskytale-bin/list.cgi/0?feed_objective=Cottage7;");
aI("text=Cottage # 10;url=http://www.muskytale.com/muskytale-bin/list.cgi/0?feed_objective=Cottage10;");
aI("text=Cottage # 11;url=http://www.muskytale.com/muskytale-bin/list.cgi/0?feed_objective=Cottage11;");


}





with(milonic=new menuname("fishing")){
style=menuStyleinside;
itemwidth=200;
aI("text=Fishing Contests;url=http://www.muskytale.com/forms.html;");
aI("text=Fishing Reports;url=http://www.muskytale.com/fishingreports.html;");
aI("text=Guide Services;url=http://www.muskytale.com/guide_service.html;");
aI("text=Boat Rental;url=http://www.muskytale.com/boats.html;");

}







drawMenus();

