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=1;

//_MYROOT='http://web01/foreignsites/portuguese/'  //Testing Site
_MYROOT='http://www.palmbeachfl-pt.com/'  //Live Site


with(menuStyle=new mm_style()){
align="left";
fontsize="10px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#E1E1E1";
offcolor="#000000";
onbgcolor="#C1DEF8";
oncolor="#000000";
padding=4;
separatorcolor="#464646";
separatorsize=1;
subimage="" + _MYROOT + "images/icons/rightarrow.gif"
subimagepadding=0;
onsubimage="" + _MYROOT + "images/icons/downarrow.gif"
borderwidth=1
bordercolor="#464646";

}


with(mainMenuStyle = new mm_style()){
fontsize="10px";
fontstyle="normal";
fontweight="bold";
borderwidth=0;
bordercolor="#C2C2C2";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#165F60";
offcolor="#ffffff";
onbgcolor="#C1DEF8";
oncolor="#000000";
padding=3;
separatorcolor="#ffffff";
separatorsize=1;
subimage="" + _MYROOT + "images/icons/rightarrow.gif"
subimagepadding=0;
onsubimage="" + _MYROOT + "images/icons/downarrow.gif"
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
top=90;
screenposition="center;"; 
style=mainMenuStyle;
aI("text=Bem-vindo&nbsp;&nbsp;;url=" + _MYROOT + "default.aspx;"); //Welcome
aI("text=Regi&otilde;es do condado&nbsp;&nbsp;;showmenu=regions;"); //County Regions
aI("text=Acomoda&ccedil;&otilde;es&nbsp;&nbsp;;showmenu=accommodations;url=" + _MYROOT + "hotels/default.aspx;"); //Accommodations
aI("text=Atra&ccedil;&otilde;es &nbsp;&nbsp;;showmenu=attractions;url=" + _MYROOT + "attractions/;"); //Attractions
aI("text=Eventos&nbsp;&nbsp;;showmenu=events;url=" + _MYROOT + "events/default.aspx;"); //Events
aI("text=Mapas e transporte&nbsp;&nbsp;;url=" + _MYROOT + "maps/default.aspx;"); //Maps & Transportation
aI("text=Reuni&otilde;es e conven&ccedil;&otilde;es ;showmenu=conventioncenter;url=" + _MYROOT + "meetings/default.aspx;"); //Meetings and Conventions
}


with(milonic=new menuname("regions")){
style=menuStyle;
aI("text=Norte ;url=" + _MYROOT + "regions/north.aspx;") //North
aI("text=Centro;url=" + _MYROOT + "regions/central.aspx;") //Central
aI("text=Sul ;url=" + _MYROOT + "regions/south.aspx;") //South
aI("text=Regi&atilde;o dos lagos ;url=" + _MYROOT + "regions/lakeregion.aspx;") //Lake Region
}

with(milonic=new menuname("accommodations")){
style=menuStyle;
aI("text=Informa&ccedil;&otilde;es gerais ;url=" + _MYROOT + "hotels/default.aspx;") //General Information
aI("text=Norte;url=http://www.palmbeachfl.com/visitors/accommodations/north.aspx;") //North County
aI("text=Centro;url=http://www.palmbeachfl.com/visitors/accommodations/central.aspx;") //Central County
aI("text=Sul;url=http://www.palmbeachfl.com/visitors/accommodations/south.aspx;") //South County
//aI("text=Regi&atilde;o dos lagos;url=http://www.palmbeachfl.com/visitors/accommodations/lakeregion.aspx;") //Lake Region
}

with(milonic=new menuname("attractions")){
style=menuStyle;
aI("text=Praias e parques ;url=" + _MYROOT + "attractions/beach.aspx;") //Beaches and parks
aI("text=Esportes ;url=" + _MYROOT + "attractions/sports.aspx;") //Sports
aI("text=Golfe ;url=" + _MYROOT + "attractions/golf.aspx;") //Golf
aI("text=Compras;url=" + _MYROOT + "attractions/shopping.aspx;") //Shopping
aI("text=Jantar e vida noturna ;url=" + _MYROOT + "attractions/dining.aspx;") //Dining and Nightlife
aI("text=Ecoturismo ;url=" + _MYROOT + "attractions/ecotourism.aspx;") //Ecotourism
aI("text=Cultura ;url=" + _MYROOT + "attractions/culture.aspx;") //Culture
aI("text=Atividades para as crian&ccedil;as;url=" + _MYROOT + "attractions/kids.aspx;") //Kids activities
}


with(milonic=new menuname("events")){
style=menuStyle;
aI("text=M&uacute;sica, festivais e concertos ;url=" + _MYROOT + "events/music.aspx") //Music, festivals and concerts
aI("text=Feiras verdes ;url=" + _MYROOT + "events/greenmarkets.aspx;") //Greenmarkets
aI("text=Eventos e passeios culturais ;url=" + _MYROOT + "events/culture.aspx;") //Cultural events and tours
}


with(milonic=new menuname("conventioncenter")){
style=menuStyle;
aI("text=Centro de conven&ccedil;&otilde;es ;url=" + _MYROOT + "conventioncenter/default.aspx") //Convention Center
}





drawMenus();

