<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=80; // 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="Verdana";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#fffff0";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#00FF00";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#000000";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("ERIDU", "M E N U")
addItem("Tour Information", "http://www.astraltraveler.com/eridu/tour-information.html", "");
addItem("Psychedeliscope", "http://www.astraltraveler.com/eridu/psych.html", "");
addItem("Mind Games", "http://www.astraltraveler.com/eridu/mind-games/index.html", "");
addItem("Flash", "http://www.astraltraveler.com/eridu/vr-flash.html", "");
addItem("Basic - Page 1", "http://www.astraltraveler.com/eridu/gallery.html", "");
addItem("Basic - Page 2", "http://www.astraltraveler.com/eridu/gallery-page2/index.html", "");
addItem("Basic - Page 3", "http://www.astraltraveler.com/eridu/gallery-page3/index.html", "");
addItem("Basic - Page 4", "http://www.astraltraveler.com/eridu/gallery-page4/index.html", "");
addItem("Basic - Page 5", "http://www.astraltraveler.com/eridu/gallery-page5/index.html", "");
addHdr("TranceFormations");
addItem("2D is not Enough", "http://www.astraltraveler.com/tranceformations.html", "");
addHdr("Astral Traveler");
addItem("Menu Page", "http://www.astraltraveler.com/menu.html", "");
addHdr("Liquid Mind");
addItem("Take a Dive?", "http://www.astraltraveler.com/liquid-mind/index.html", "");
endMenu()

//-->
