<!--
/*
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=150; // 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="#F7F7E7";
linkOverBGColor="#FFCC66";
linkTarget="_self";
linkAlign="Left";
barBGColor="#E9036F";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("M E S", "ARCHIVO")
addItem("Diciembre 2006", "2006.htm#12", "");
addItem("Noviembre 2006", "2006.htm#11", "");
addItem("Octubre 2006", "2006.htm#10", "");
addItem("Septiembre 2006", "2006.htm#09", "");
addItem("Agosto 2006", "2006.htm#08", "");
addItem("Julio 2006", "2006.htm#07", "");
addItem("Junio 2006", "2006.htm#06", "");
addItem("Mayo 2006", "2006.htm#05", "");
addItem("Abril 2006", "2006.htm#04", "");
addItem("Marzo 2006", "2006.htm#03", "");
addItem("Febrero 2006", "2006.htm#02", "");
addItem("Enero 2006", "2006.htm#01", "");
addHdr("AÑO ANTERIOR");
addItem("Noticias Anteriores", "../2005/2005.htm", "");
addHdr("Enlaces");
addItem("EnigmaMúsica.com", "http://www.enigmamusica.com", "_blank");
addItem("Enigma Música Forum", "http://www.enigmamusica.com/forum", "_blank");
addItem("EnigmaMusic.com", "http://www.enigmamusic.com", "_blank");


endMenu()

//-->

