_menuCloseDelay=150           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

/// Style Definitions ///

with(subStyle=new mm_style()){
onbgcolor="#274596";
oncolor="#ffffff";
offbgcolor="#CF3C48";
offcolor="#ffffff";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#325235";
separatorsize=2;
padding=4;
fontsize=12;
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="menu/submenu_arrow_right-off.gif";
onsubimage="menu/submenu_arrow_right-on.gif";
subimagepadding="0 0 0 10";
high3dcolor="#ffffff";
low3dcolor="#cc0000";
swap3d=1;
headerbgcolor="#548959";
headercolor="#f2f2ff";
//overfilter="Pixelate(squares=20, duration=0.3)";
//outfilter="Pixelate(squares=20, duration=0.3)";
}

/// Submenu Definitions ///

with(milonic=new menuname("foodshops")){
style=subStyle;
aI("text=Food;url=food/food.html;target=body;");
aI("text=Shops;url=food/shops.html;target=body;");
}

with(milonic=new menuname("parkinfo")){
style=subStyle;
aI("text=Calendar;url=parkinfo/pricecal.html;target=body;");
aI("text=Park Info;url=parkinfo/parkinfo.html;target=body;");
aI("text=Travel Info;url=parkinfo/travelinfo.html;target=body;");
aI("text=Disabled Persons;url=parkinfo/disabled.html;target=body;");
aI("text=Themed Areas;url=parkinfo/themed.html;target=body;");
aI("text=History;url=parkinfo/history.html;target=body;");
}

with(milonic=new menuname("parkmaps")){
style=subStyle;
aI("text=2010 Map;url=maps/2010map.html;target=body;");
aI("text=2009 Map;url=maps/2009map.html;target=body;");
aI("text=2008 Map;url=maps/2008map.html;target=body;");
aI("text=2007 Map;url=maps/2007map.html;target=body;");
aI("text=2006 Map;url=maps/2006map.html;target=body;");
aI("text=2005 Map;url=maps/2005map.html;target=body;");
aI("text=2004 Map;url=maps/2004map.html;target=body;");
aI("text=2003 Map;url=maps/2003map.html;target=body;");
aI("text=2002 Map;url=maps/2002map.html;target=body;");
aI("text=2001 Map;url=maps/2001map.html;target=body;");
aI("text=2000 Map;url=maps/2000map.html;target=body;");
}

with(milonic=new menuname("rides")){
style=subStyle;
aI("text=Height Chart;url=rides/ridechart.html;target=body;");
aI("text=Flat Rides;url=flatrides/flat.html;target=body;");
aI("text=Kiddy Rides;url=kiddy/kiddy.html;target=body;");
aI("text=Roller Coasters;url=rollercoasters/rollercoasters.html;target=body;");
aI("text=Water Rides;url=waterrides/waterrides.html;target=body;");
}

with(milonic=new menuname("events")){
style=subStyle;
//aI("text=FrightFest;url=frightfest/frightfest2010.html;target=body;");
aI("text=2011 Events;url=events/events.html;target=body;");
}

with(milonic=new menuname("links")){
style=subStyle;
aI("text=Theme Parks;url=links/amusementparklinks.html;target=body;");
aI("text=General Links;url=links/links.html;target=body;");
aI("text=Water Parks;url=links/waterparklinks.html;target=body;");
}

with(milonic=new menuname("siteinfo")){
style=subStyle;
aI("text=Site Info;url=parkinfo/thissite.html;target=body;");
aI("text=Track Record;url=rides/trackrecord.html;target=body;");
aI("text=Site Map;url=sitemap.html;target=body;");
}

with(milonic=new menuname("games")){
style=subStyle;
aI("text=Clicker Puzzle;url=games/clicker/clicker.html;target=body;");
aI("text=Concentration;url=games/concentration/concentration.html;target=body;");
aI("text=Jigsaw Puzzle;url=games/jigsaw/jigsaw.html;target=body;");
aI("text=Slider Puzzle;url=games/slider/slider.html;target=body;");
aI("text=Word Search;url=games/wordsearch/wordsearch.html;target=body;");
}


with(milonic=new menuname("hharbor")){
style=subStyle;
aI("text=General Info;url=hurricane_harbor/hurricane.html;target=body;");
aI("text=Attractions;url=hurricane_harbor/attractions.html;target=body;");
aI("text=Food/ Shops;url=hurricane_harbor/foodshops.html;target=body;");
}

drawMenus();


