<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=124; // 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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#669966";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#cccc99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#ffffff";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="HOTEL PARAÍSO"; // <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]=["Página principal", "index.htm", ""]
ssmItems[2]=["Descripción del Hotel", "hotel.htm",""]
ssmItems[3]=["Tour Virtual", "album.htm", ""]
ssmItems[4]=["info@hotelparaiso.net", "mailto:info@hotelparaiso.net", ""]


ssmItems[5]=["Otros servicios", "", ""] //create header
ssmItems[6]=["Turismo y Aventura", "aventura.htm", ""]
ssmItems[7]=["Joyería y perfumería", "ampudia.htm", ""]
ssmItems[8]=["Otros alojamientos", "", ""]
ssmItems[9]=["Aptos. en Llanes", "aloja.htm", ""]
ssmItems[10]=["Casa en La Portilla", "chole.htm", ""]

buildMenu();

//-->
