<!--

// 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="top";
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("* Slide Shows *", "SLIDE SHOWS")
addItem("-- MAIN INDEX --", "http://www.courseworld.com/links/diveclubs.html", "");
addItem("Ocean Intro 1", "http://www.courseworld.com/links/slides/intro1va.swf", target="MAIN");
addItem("Ocean Intro 2", "http://www.courseworld.com/links/slides/intro1vb.swf", target="MAIN");
addItem("Ocean Origins", "http://www.courseworld.com/links/slides/origins.swf", target="MAIN");
addItem("Ocean Overview", "http://www.courseworld.com/links/slides/overviewv.swf", target="MAIN");
addItem("Ecotourism", "http://www.courseworld.com/links/slides/ecov.swf", target="MAIN");
addItem("Ocean History", "http://www.courseworld.com/links/slides/historyv.swf", target="MAIN");
addItem("UW Archaeology", "http://www.courseworld.com/links/slides/archpower.swf", target="MAIN");
addItem("Ocean Tools", "http://www.courseworld.com/links/slides/toolst.swf", target="MAIN");
addItem("Oceans/Seas", "http://www.courseworld.com/links/slides/oceanst.swf", target="MAIN");
addItem("Plankton", "http://www.courseworld.com/links/slides/plankton.swf", target="MAIN");
addItem("Pollution 1", "http://www.courseworld.com/links/slides/pollute1.swf", target="MAIN");
addItem("Pollution 2", "http://www.courseworld.com/links/slides/pollute2.swf", target="MAIN");
addItem("Pollution 3", "http://www.courseworld.com/links/slides/pollute3.swf", target="MAIN");
addItem("Scuba", "http://www.courseworld.com/links/slides/scuba.swf", target="MAIN");
addItem("Scuba History 1", "http://www.courseworld.com/links/slides/ScubaHistta1.swf", target="MAIN");
addItem("Scuba History 2", "http://www.courseworld.com/links/slides/ScubaHisttb1.swf", target="MAIN");
addItem("Shipwrecks", "http://www.courseworld.com/links/slides/wrecks.swf", target="MAIN");
addItem("The Abyss", "http://www.courseworld.com/links/slides/abyss.swf", target="MAIN");
addItem("AbyssLife", "http://www.courseworld.com/links/slides/abyssLife.swf", target="MAIN");
addItem("The Deeps", "http://www.courseworld.com/links/slides/deep.swf", target="MAIN");
addItem("Plate Tectonics 1", "http://www.courseworld.com/links/slides/tectonics.swf", target="MAIN");
addItem("Plate Tectonics 2", "http://www.courseworld.com/links/slides/tectonics1.swf", target="MAIN");
addItem("Hot Vents", "http://www.courseworld.com/links/slides/smokerst.swf", target="MAIN");
addItem("Tides", "http://www.courseworld.com/links/slides/tidalt.swf", target="MAIN");
addItem("Whales 1", "http://www.courseworld.com/links/slides/whale1t.swf", target="MAIN");
addItem("Whales 2", "http://www.courseworld.com/links/slides/whale2t.swf", target="MAIN");
addItem("-- Dive Videos --", "http://www.courseworld.com/links/frameplotv.html", target="MAIN");

endMenu()

//-->