

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#FFFFCC";
oncolor="#0000FF";
offbgcolor="#FFD78A";
offcolor="#0000FF";
bordercolor="#FFD78A";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFD78A";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FF0000";
pagebgcolor="#FFFF00";
headercolor="#FFFFFF";
headerbgcolor="#F16101";
pageimage="images/double_red_arrows.gif";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
left=10;
alwaysvisible=1;
orientation="verticle";
position="relative";
menuwidth="100%";
aI("text=General Information;type=header;fontweight=bold;fontsize=100%;");
aI("text=Forecast this season;url=http://www.terryally.com/vob/forecast.php;status=Forecast this season;");
aI("text=Storm names;url=http://www.terryally.com/vob/hurrnames.php;status=Storm names;");
aI("text=Storm terms;url=http://www.terryally.com/vob/hurrterms.php;status=Storm terms;");
aI("text=Can Barbados be hit?;url=http://www.terryally.com/vob/barbadoshit.php;status=A look at the history of storms affecting Barbados;");
aI("text=How storms form;url=http://www.terryally.com/vob/hurrform.php;status=What causes cyclones to form;");
aI("text=Emergency shelters;url=http://www.terryally.com/vob/hurrshelters.php;status=A list of public shelters;");
aI("text=Emergency numbers;url=http://www.terryally.com/vob/emergnums.php;status=List of emergency numbers;");
aI("text=Preparedness ...;type=header;fontweight=bold;fontsize=100%;");
aI("text=Preparing for a hurricane;url=http://www.terryally.com/vob/hurrprep.php;status=Preparing for a storm or hurricane;");
aI("text=Making a family plan;url=http://www.terryally.com/vob/hurrfamplan.php;status=Making a family plan;");
aI("text=Your survival kit;url=javascript:Start(\'http://www.terryally.com/vob/survivalkit.html\');status=Contents of a survival kit;");
aI("text=Protecting your property;url=http://www.cdera.org/doccentre/hazards.shtml;status=Protecting your property;");
aI("text=Tools ...;type=header;fontweight=bold;fontsize=100%;");
aI("text=Archive of storm tracks;url=http://www.terryally.com/vob/hurrarchive.php;status=Archive of storm tracks;");
aI("text=Links to other websites;url=http://www.terryally.com/vob/hurrlinks.php;status=Links to other weather related websites;");
aI("text=Tracking map;url=http://www.nhc.noaa.gov/AT_Track_chart.pdf;status=Tracking map courtesy the National Hurricane Centre;");
}

drawMenus();

