function dm_ext_ruleObjectHide()
{
// Safari detect
   if ((parseInt(navigator.productSub)>=20020000) && (navigator.vendor.indexOf('Apple Computer') != -1) && (navigator.product=='Gecko'))
     return true;
   else
     return false;
} 

var dmObjectsCheck = 1;


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="#000";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Verdana";
fontsize="13px";
onbold=0;
offbold=1;
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="";
offcolor="#000";
oncolor="#fcd500";
padding=0;
pagebgcolor="";
pagecolor="";
separatorcolor="#000";
separatorsize=0;
fontstyle="normal";
headercolor="#2872a9";
headerbgcolor="";
position="relative";
orientation="horizontal";
menuwidth="580";

}


with(submenuStyle=new mm_style()){
bordercolor="#000";
borderstyle="solid";
borderwidth=0;
headercolor="#a02008";
fontfamily="Arial, Verdana";
fontsize="13px";
fontstyle="normal";
offbgcolor="#000";
offcolor="#ffcc66";
onbgcolor="000";
oncolor="#fcd500";
outfilter="Fade(duration=0.1);Alpha(opacity=90);";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=0;
pagebgcolor="";
separatorcolor="#000";
separatorsize=0;
textalign="left";
}


with(milonic=new menuname("Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;

aI("text=Corporate Teambuilding;url=/team_building.html;")
aI("text=&nbsp;|&nbsp;type=header;");

aI("text=Memorial Services;url=/memorial_services.htm;")
aI("text=&nbsp;|&nbsp;type=header;");

aI("text=Marine Events;url=/events.htm;")
aI("text=&nbsp;|&nbsp;type=header;");

aI("text=Marine Film Services;url=/film.htm")
aI("text=&nbsp;|&nbsp;type=header;");

aI("text=Links;url=/cgi-bin/DJlinks.cgi?T=links.html&SORT=V1")
}


with(milonic=new menuname("About")){
style=submenuStyle;
aI("text=;url=;")
}


drawMenus();

