_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="Gray";
borderstyle="Groove";
borderwidth="4";
fontfamily="Times New Roman";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="DodgerBlue";
offcolor="#000000";
onbgcolor="#55FF00";
onbold="bold";
oncolor="#FF0000";
padding="6";
separatorcolor="#000000";
separatorsize="1";
subimage="images/black_13x13_greyboxed.gif";
subimagepadding="6";
itemwidth="100";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Times New Roman";
fontsize="10pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FF0000";
offcolor="#000000";
onbgcolor="#FFFF00";
onbold="bold";
oncolor="#000000";
padding="4";
subimage="images/black_13x13_greyboxed.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Upgrade;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=Tribeca;target=;url=Tribeca.html;");
aI("text=Tribeca Video Preview;target=;url=Tribeca-Video-Preview.html;");
aI("text=Beach Side Car Cranking;target=;url=Beach-Side-Car-Cranking.html;");
aI("text=Site Map;target=;url=sitemap-alphabetical.html;");
}


 drawMenus();
