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="Comic Sans MS";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#eeeeee";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#eeeeee";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#eeeeee";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left="offset=-64";
screenposition="right";
orientation="vertical";
style=menuStyle;
right="400";
menuwidth=205;
aI("image=images/captains_wheel_lg_clr_starboard.gif;");
aI("image=/images/menu_starboard.jpg;");
aI("image=/images/gravy_boat_icon.gif;url=real_gravy.htm;text= Real Gravy;");
aI("image=/images/handshake_icon.jpg;showmenu=contact;text= Contact Us;");
aI("image=/images/candle_icon.gif;url=main_deck.htm;text= The Main Deck;");
aI("image=/images/clock_icon.jpg;url=openings.htm;text= Ship Ahoy!;");
aI("image=/images/welcome_icon.jpg;url=skippers.htm;text= The Skippers;");
aI("image=/images/home_icon.jpg;url=index.htm;text= Home Page;");
}

               with(milonic=new menuname("contact")){
	         style=menuStyle;
               top="offset=-4";
               left="offset=2"; 
               aI("text=On-Line;url=contact_on.htm;");
	         aI("text=Off-Line;url=contact_off.htm;");
               }  

              
drawMenus();

