<!--
/*
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="#C39D49"; 
menuIsStatic="yes";
menuWidth=140; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="#FFFFFF";
hdrBGColor="#660000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#CC6666";
linkOverBGColor="#9A0023";
linkTarget="_top";
linkAlign="Left";
barBGColor="#660000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("TheFoxTavern", " SECCIONES ")
addItem("HOME", "index.htm", "");
addItem("CONCIERTOS", "conciertos.htm", "");
addItem("EVENTOS", "eventos.htm", "");
addItem("NUESTRA CARTA", "carta.htm", "");
addItem("CONTACTO", "contacto.htm", "");
addItem("eMail", "mailto:info@thefoxtavern.tk", "");
endMenu()

//-->

