
YOffset=250; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=130; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial, Helvetica, sans-serif";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#3366CC";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial, Helvetica, sans-serif";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFCC00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Arial, Helvetica, sans-serif";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="ABRIR   MENÚ"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Menú"] //create header
ssmItems[1]=["Índice de Autores", "../indice.htm", ""]
ssmItems[2]=["Últimos Autores", "../ultimosautores.htm", ""]
ssmItems[3]=["Colaboradores", "../ultimascolaboraciones.htm", ""]
ssmItems[4]=["Un Autor al Azar", "unpoeta.htm",""]
ssmItems[5]=["Artículos y Estudios", "../articulos.htm",""]

ssmItems[6]=["Servicios", "", ""] //create header
ssmItems[7]=["Mándenos su Obra", "../index.htm#colaboraciones", ""]
ssmItems[8]=["Chat de Poesía", "../chat.htm", ""]
ssmItems[9]=["Dedique un Poema", "http://www.melodysoft.com/cgi-bin/foro.cgi?ID=mundopoesia%20", "blank"]

ssmItems[10]=["Otros", "", ""] //create header
ssmItems[11]=["Enlaces / Links", "../links.htm", ""]
ssmItems[12]=["Bases de Concursos", "http://idd005mu.eresmas.net/concursos/index.htm", "blank"]
ssmItems[13]=["Recomiéndenos", "http://www.redfind.com/refpages/sugerir.html", "_blank"]

buildMenu();

//-->