<!--

/*
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]=["Rooms", "tipo_doble0.htm", ""]
ssmItems[1]=["Services", "servicios.htm",""]
ssmItems[2]=["Conference rooms", "salones.htm", ""]
ssmItems[3]=["Company", "empresa.htm", ""]
ssmItems[4]=["Contact", "contactar.htm", ""]
ssmItems[5]=["Location", "localizacion.htm", ""]
ssmItems[6]=["Gallery", "galeria.htm", ""]
// ssmItems[7]=["Levante Beach Webcam", "camara.htm", ""]
// ssmItems[7]=["Virtual tour", "http://195.57.202.150/Visita/visita.jsp?signatura=CV%20H00854%20A&idioma=1&tipoRecurso=21", ""]//
// ssmItems[8]=["Webcam - Benidorm", "camara.htm", ""]



buildMenu();

//-->
