<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=25 // 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=260; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#c0c0c0";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#c00000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="  MENU  "; // <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]=[" LOS PEREGRINOS"] //create header
ssmItems[1]=[" Inicio", "index.htm", ""]
ssmItems[2]=[" Un poco de historia", "historia.htm", ""]
ssmItems[3]=[" El presente", "presente.htm",""]
ssmItems[4]=[" Reconocimiento", "reconocimiento.htm",""]
ssmItems[5]=[" ¿Quiere escucharnos?", "mp3.htm", ""]
ssmItems[6]=[" Fotografías", "actuaciones.htm", ""]
ssmItems[7]=[" Videos", "videos.htm", ""]
ssmItems[8]=[" Discografía", "discografia.htm", ""]
ssmItems[9]=[" Comprar CD!!", "COMPRAcd.htm", ""]
ssmItems[10]=[" LLEGA NUESTRO DISCO DEL 2010!!", "nuevodisco.htm", ""]
ssmItems[11]=[" Contrataciones", "contrataciones.htm", ""]
ssmItems[12]=[" Enlaces", "enlaces.htm", ""]
ssmItems[13]=[" Libro de Visitas", "http://miarroba.com/libros/leer.php?id=67911", "blank"]
ssmItems[14]=[" Contáctenos", "contactenos.htm", ""]

buildMenu();

//-->