_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
bordercolor="Black";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
offbgcolor="#CC0000";
offcolor="White";
onbgcolor="#003399";
oncolor="White";
outfilter="Blinds( Bands=1,direction=down, duration=0.5)";
overfilter="Blinds( Bands=1,direction=up, duration=0.3)";
padding="3";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
}

with(menuStyle=new mm_style()){
bordercolor="#CC0000";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="images/blackblue.gif";
offbgcolor="White";
offcolor="Black";
onbgcolor="#003399";
oncolor="White";
outfilter="Fade(Overlap=1.00)";
padding="5";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
overimage="images/blackred.gif";
imagepadding="6";
itemwidth="1000";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Emergency;target=;url=Emergency.php;");
aI("showmenu=Accommodation/HotelsINFO_BAR_MENU;text=Accommodation;target=;url=Accommodation.php;");
aI("showmenu=Regional Maps/Local Weather ForecastINFO_BAR_MENU;text=Regional Maps;target=;url=Regional-Maps.php;");
aI("showmenu=Food and Wine/RestaurantsINFO_BAR_MENU;text=Food and Wine;target=;url=Food-and-Wine.php;");
aI("showmenu=Events & Festivals/List Your EventINFO_BAR_MENU;text=Events & Festivals;target=;url=Events-&-Festivals.php;");
aI("showmenu=News/Local NewsINFO_BAR_MENU;text=News;target=;url=News.php;");
}

with(milonic=new menuname("Accommodation/HotelsINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Hotels;target=;url=Hotels.php;");
aI("text=Resorts;target=;url=Resorts.php;");
aI("text=Apartments;target=;url=Apartments.php;");
aI("text=Houses;target=;url=Houses.php;");
aI("text=Motels;target=;url=Motels.php;");
aI("text=Bed & Breakfasts;target=;url=Bed-&-Breakfasts.php;");
aI("text=Camps & Caravan Parks;target=;url=Camps-&-Caravan-Parks.php;");
aI("text=Backpackers;target=;url=Backpackers.php;");
aI("text=Getaways;target=;url=Getaways.php;");
aI("text=Retirement Villages;target=;url=Retirement-Villages.php;");
aI("text=Accommodation Search;target=;url=Accommodation-Search.php;");
}

with(milonic=new menuname("Regional Maps/Local Weather ForecastINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Local Weather Forecast;target=;url=Local-Weather-Forecast.php;");
}

with(milonic=new menuname("Food and Wine/RestaurantsINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Restaurants;target=;url=Restaurants.php;");
aI("text=Take Away;target=;url=Take-Away.php;");
aI("text=Pubs & Clubs;target=;url=Pubs-&-Clubs.php;");
aI("text=Cafes;target=;url=Cafes.php;");
aI("text=Wineries;target=;url=Wineries.php;");
}

with(milonic=new menuname("Events & Festivals/List Your EventINFO_BAR_MENU")){
style=submenuStyle;
aI("text=List Your Event;target=;url=List-Your-Event.php;");
}

with(milonic=new menuname("News/Local NewsINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Local News;target=;url=Local-News.php;");
aI("text=State News;target=;url=State-News.php;");
aI("text=Country News;target=;url=Country-News.php;");
aI("text=Submit News;target=;url=Submit-News.php;");
aI("text=News Archive;target=;url=News-Archive.php;");
}


 drawMenus();

