<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=50; // no quotes!!
staticYOffset=50; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="Black";
menuIsStatic="yes";
menuWidth=180; // Must be a multiple of 10! no quotes!!
hdrFontFamily="Arial";
hdrFontSize="3";
hdrFontColor="Yellow";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="Blue";
linkOverBGColor="#4b4343";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FFFF00";
barFontFamily="Arial Black";
barFontSize="4";
barFontColor="Black";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("Menu", "MENU")
addItem("Home", "default.htm", "");
addItem("About US", "aboutus.htm", "");
addItem("Where Are We ", "wherearewe.htm", "");
addItem("Dive Courses ", "divecorses.htm", "");
addItem("Weather Forcast ", "weather.htm", "");
addHdr("Dive Sites");
addItem("Laurieton", "divesitesl.htm", "");
addItem("Crowdy Head", "crwecks.htm", "");
addItem("Port Macquarie", "divesitespm.htm", "");

addHdr("Email");
addItem("info@scubahaven.com.au", "mailto:info@scubahaven.com.au?subject=SCUBA Haven", "");

addHdr("SCUBA Haven on");
addItem("Facebook", "http://www.facebook.com/#/group.php?gid=96083345714&ref=ts", "");

endMenu()

//-->