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=-50            // 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="#25AF50";
oncolor="#ffffff";
offbgcolor="#800000";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=2;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily=" Arial, Verdana, Tahoma";
align="center";


}









with(menuStyleb=new mm_style()){
onbgcolor="#26743E";
oncolor="#ffffff";
offbgcolor="#56141F";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="2";
padding=2;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily=" Arial, Verdana, Tahoma";
align="center";


}










with(menuStyleinside=new mm_style()){
onbgcolor="#25AF50";
oncolor="#ffffff";
offbgcolor="#800000";
offcolor="#ffffff";
borderwidth="1";
bordercolor="#000000";
separatorcolor="#000000";
separatorsize="1";
padding="3";
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily=" Arial, Verdana, Tahoma";
align="left";

}



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



aI("text=Treelands;url=http://www.treelandresorts.com/treelands-bin/show_cabins.cgi/0?feed_cabin=TR;");
aI("text=Pat's Landing;url=http://www.treelandresorts.com/treelands-bin/show_cabins.cgi/0?feed_cabin=PL;");
aI("text=Oak Shores;url=http://www.treelandresorts.com/treelands-bin/show_cabins.cgi/0?feed_cabin=OS;");
aI("text=Timber Cove;url=http://www.treelandresorts.com/treelands-bin/show_cabins.cgi/0?feed_cabin=TC;");

aI("text=Rate Sheet;url=http://www.treelandresorts.com/pdf/treelandbrochure.pdf;");

//aI("text=Last Minute Openings;url=http://www.treelandresorts.com/pdf/resortopenings.pdf;");
aI("text=Check availability;url=http://www.treelandresorts.com/availability.html;");

aI("text=Resort Maps;url=http://www.patslandingresort.com/resortmaps.html;");

aI("text=How to get here;url=http://www.patslandingresort.com/drivemap.html;");




}


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

aI("text=Fishing;showmenu=fishing;");
aI("text=Kids Activities;url=http://www.patslandingresort.com/children.html;");
aI("text=Four Seasons;url=http://www.patslandingresort.com/seasons.html;");

aI("text=Swimming Pools;url=http://www.patslandingresort.com/pool.html;");



}





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


aI("text=Fishing the Chippewa Flowage;url=http://www.treelandresorts.com/lake.html;");
aI("text=Fishing Contests;url=http://www.patslandingresort.com/contests.html;");
aI("text=Guide Services;url=http://www.patslandingresort.com/guide.html;");
aI("text=Marina/Rentals;url=http://www.patslandingresort.com/marina.html;");
aI("text=Links of Interest;url=http://www.patslandingresort.com/links.html;");


}


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


aI("text=Fishing reports;url=http://www.treelandresorts.com/fishingnews/;");
aI("text=Resort news;url=http://www.treelandresorts.com/news/;");
aI("text=Screen Saver;url=http://www.patslandingresort.com/savers.html;");
aI("text=What do you know?;url=http://www.treelandresorts.com/treelands-bin/show_what.cgi;");


}



drawMenus();

