_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="Crimson";
borderstyle="solid";
borderwidth="2";
fontfamily="Arial Black";
fontsize="10pt";
fontstyle="normal";
image="images/dots1.gif";
offbgcolor="#FFCD35";
offcolor="Crimson";
onbgcolor="DarkOrange";
oncolor="Blue";
padding="6";
separatorcolor="Crimson";
separatorsize="2";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/dots2.gif";
imagepadding="6";
itemwidth="1000";
}

with(submenuStyle=new mm_style()){
bordercolor="Crimson";
borderstyle="solid";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
offbgcolor="#FFCD35";
offcolor="Crimson";
onbgcolor="DarkOrange";
oncolor="Blue";
padding="4";
separatorcolor="Crimson";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Hollywood Beach;target=;url=http://HollywoodBeach.info/;");
aI("text=Hollywood Beach Florida;target=;url=Hollywood-Beach-Florida.html;");
aI("text=Resources;target=;url=Resources.html;");
aI("text=News;target=;url=News.html;");
aI("text=Contact;target=;url=Contact.html;");
aI("text=Privacy;target=;url=Privacy.html;");
}


 drawMenus();

