<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=29; // 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="no"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="blue";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="left";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#7B75A6";
linkOverBGColor="#CDAFAF";
linkTarget="_top";
linkAlign="left";
barBGColor="#CDAFAF";
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]=["Habitaciones", "tipo_doble0.htm", ""]
ssmItems[1]=["Servicios", "servicios.htm",""]
ssmItems[2]=["Salones y eventos", "salones.htm", ""]
ssmItems[3]=["Empresa", "empresa.htm", ""]
ssmItems[4]=["Contactar", "contactar.htm", ""]
ssmItems[5]=["Localización", "localizacion.htm", ""]
ssmItems[6]=["Galería", "galeria.htm", ""]
// ssmItems[7]=["Webcam - Playa", "camara.htm", ""]

// ssmItems[8]=["Tour virtual", "http://195.57.202.150/Visita/visita.jsp?signatura=CV%20H00854%20A&idioma=1&tipoRecurso=21", ""]

// ssmItems[7]=["Webcam - Benidorm", "camara.htm", ""]


buildMenu();

//-->
