
<!--
/*
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=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="#CCCC33";
menuIsStatic="yes";
menuWidth=160; // Must be a multiple of 10! no quotes!!
hdrFontFamily="Verdana, Arial, sans serif";
hdrFontSize="2";
hdrFontColor="#FF0000";
hdrBGColor="#CCCC33";
hdrAlign="Right";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana, Arial, sans serif";
linkFontSize="1";
linkBGColor="#FFFFFF";
linkOverBGColor="#C0C0C0";
linkTarget="_top";
linkAlign="Left";
barBGColor="#CCCC33";
barFontFamily="Verdana, Arial, sans serif";
barFontSize="1";
barFontColor="#FF0000";
barVAlign="center";
barWidth=16; // no quotes!!

startMenu("Bonemap", ">>>>")
addItem("PROJECTS", "http://bonemap.com/2003/company.html", "");
addItem(" >> On Edge Festival", "http://bonemap.com/2005/brink.html");
addItem(" >> Rupture and Residue", "http://bonemap.com/rupture/rupture.html");
addItem(" >> Bridge Song", "http://bonemap.com/bridge/bridgeSong.html", "");
addItem(" >> Conflux", "http://bonemap.com/conflux/content.html", "");
addItem(" >> The Wild Edge", "http://bonemap.com/bone.html", "");
addItem(" >> Listening to Skin", "http://bonemap.com/becki/index.html", "");
addItem("COMPANY", "http://bonemap.com/2003/company.html", "");
addItem(" >> Live Calendar", "http://bonemap.com/2003/live.html", "");
addItem(" >> Repertoire", "http://bonemap.com/2003/repertoire.html", "");
addItem(" >> Information", "http://bonemap.com/2003/company.html", "");
addItem(" >> Media Presence", "http://bonemap.com/2003/media.html", "");
addItem("CONTACT", "mailto:rtn@bonemap.com", "");
addItem(" >> E-mail", "mailto:rtn@bonemap.com", "");
addItem(" >> Forum", "http://two.pairlist.net/mailman/listinfo/creativecommunity", "");
addItem(" >> Search", "http://bonemap.com/index02.html", "");
addItem(" >> Web Links", "http://bonemap.com/bridge/bsLinks.html", "");
endMenu()

//-->


function test ()
{
}
