fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
//bordercolor="#999999";
//borderstyle="solid";
//borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="12px";
fontstyle="normal";
offbgcolor="#F8C400";
offcolor="#000000";
onbgcolor="#282574";
oncolor="#FFFFFF";
padding=2;
separatorcolor="#000000";
separatorsize="1";
padding=4;
//pagecolor="black";
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
subimage="./images/arrow.gif";
subimagepadding="4";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=226;
left=60;
//aI("image=images/inviso.gif;itemwidth=0px;pointer=default;");
aI("text=Home;url=index.html;");
aI("text=Before You Sail;url=before-you-set-sail.htm;");
aI("showmenu=Marine Access;text=Marine Access");
aI("showmenu=Charts;text=Charts");
aI("showmenu=Fishing Sites;text=Reefs");
aI("text=Weather;url=weather.htm;");
aI("showmenu=Regulations;text=Regulations");
aI("showmenu=Guides;text=Guides");
aI("showmenu=fishing videos;text=Videos");
aI("showmenu=Fishing Records;text=Records");
aI("text=Links;url=links-you-need.htm;");
//aI("image=images/inviso.gif;itemwidth=0px;pointer=default;");
}

with(milonic=new menuname("Marine Access")){
style=menuStyle;
aI("text=Public Marine Areas;url=marine-access_pma.htm;");
aI("text=NY & NJ Boat Ramps, Fuel and More;url=marine-access_nynjbr.htm;");
aI("text=NJ Peir Locations;url=NJ_Peir_Locations.htm;");
}

with(milonic=new menuname("Charts")){
style=menuStyle;
aI("text=Free Charts;url=charts_free-charts.htm;");
}

with(milonic=new menuname("Fishing Sites")){
style=menuStyle;
aI("text=Existing Artificial Reef Sites;url=fishing-sites_ears.htm;");
}

with(milonic=new menuname("Regulations")){
style=menuStyle;
aI("text=NY Saltwater Fishing Regulations;url=regulations_sfr.htm;");
aI("text=NY Tidal Wetlands Land Use Regulations;url=regulations_twlur.htm;");
aI("text=NY Lobster And Crab Regulations;url=regulations_lcr.htm;");
aI("text=NJ Saltwater Fishing Regulations;url=regulations_nj_sfr.htm;");
}

with(milonic=new menuname("Guides")){
style=menuStyle;
aI("text=I Fish NY;url=guides_ifishny.htm;");
}

with(milonic=new menuname("fishing videos")){
style=menuStyle;
aI("text=Tips, Techniques & More;url=fishing videos.html;");

}
with(milonic=new menuname("Fishing Records")){
style=menuStyle;
aI("text=NY State Marine Fish Records;url=fishing-records_nysmfr.htm;");
}

drawMenus();


