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

startMenu("ÁLBUM", "LETRAS")
addItem("MCMXC a. D.", "e1.htm", "");
addItem("The Cross of Changes", "e2.htm", "");
addItem("Le Roi est Mort, Vive Le Roi!", "e3.htm", "");
addItem("The Screen Behind The Mirror", "e4.htm", "");
addItem("Turn Around", "turnaround.htm", "");
addItem("Voyageur", "e5.htm", "");
addItem("Hello + Welcome", "hellowelcome.htm", "");
addItem("A Posteriori", "e6.htm", "");
addItem("Seven Lives Many Faces", "e7.htm", "");
addHdr("Enlaces");
addItem("EnigmaMúsica.com", "http://www.enigmamusica.com", "_blank");
addItem("Enigma Música Forum", "http://www.enigmamusica.com/forum", "_blank");

endMenu()

//-->
