<!--

// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=100; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=140; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="orange";
hdrBGColor="#004080";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#00FFFF";
linkOverBGColor="#C0C0C0";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0080C0";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("* UW Videos *", "UW VIDEOS")
addItem("-- MAIN INDEX --", "diveclubs.html", "");
addItem("Dive with us!", "video/cbdive.html", target="MAIN");
addItem("Wolf Eel!", "video/eel.html", target="MAIN");
addItem("Undersea Critters", "video/cbdive1.html", target="MAIN");
addItem("Seal Fun", "video/seal.html", target="MAIN");
addItem("Moose Cube", "video/moose.html", target="MAIN");
addItem("Try-a-Tank", "video/tankrm.html", target="MAIN");
addItem("Dive Wrecks", "video/cbdive2.html", target="MAIN");
addItem("Atocha Treasure", "video/realatocha.html", target="MAIN");
addItem("Halifax Harbour", "http://www.courseworld.com/swf/harbour.html", target="MAIN");
addItem("-- Slide Shows --", "frameslide.html", target="MAIN");

endMenu()

//-->