<!--
/*
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=10; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=400; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=200; // Must be a multiple of 10! no quotes!!
hdrFontFamily="Arial";
hdrFontSize="5";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="right";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Arial";
linkFontSize="5";
linkBGColor="#fffff0";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="Right";
barBGColor="#FF0000";
barFontFamily="Arial";
barFontSize="5";
barFontColor="#ffffff";
barVAlign="center";
barWidth=50; // no quotes!!

startMenu("Menu", "M E N U")
addItem("Home ", "index.htm", "");
addItem("Different Stages: Gigs ", "gigs.htm", "");
addItem("The Camera Eye: Photos", "photos.htm", "");
addItem("Circumstances: What We Do", "whatwedo.htm", "");
addItem("Archives: The History", "archive.htm", "");
addItem("Virtuality: Links", "links.htm", "");

endMenu()

//-->