<!--
/*
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=200; // 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=110; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="arial, sans serif";
linkFontSize="1";
linkBGColor="#F7F7E7";
linkOverBGColor="yellow";
linkTarget="_self";
linkAlign="Left";
barBGColor="#FF4400";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("Month", "M E N U")
addItem("August 2008", "#aug08", "");
addItem("July 2008", "#jul08", "");
addItem("June 2008", "#jun08", "");
addItem("April 2008", "#apr08", "");
addItem("March 2008", "#mar08", "");
addItem("December 2007", "#dec07", "");
addHdr("Special Pages");
addItem("News Archives", "archives.html", "");
addItem("Spanish News", "http://www.enigmamusica.com/actualidad/actualidad.htm", "");
addHdr("Related Artists");
addItem("Andru Donalds News", "../andru/news.html", "_blank");
addItem("TAAW News", "../taaw/news.html", "_blank");
addItem("Sandra News", "http://www.sandranet.com", "_blank");
endMenu()

//-->
