<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=5; // 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="yellow";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=600; // Must be a multiple of 10! no quotes!!
//menuCols=2;
menuCols=5;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";// dark blue
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#E8F7FF";//#FFFF99
linkTarget="_top";
linkAlign="Left";
barBGColor="#3A953A";// black #444444
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="APARTMENTS";//<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]=["Apartments in Benidorm"] //create header
ssmItems[1]=["Atrium Beach", "new-elatriumbeach.htm","_new",1, "no"]
ssmItems[2]=["Atrium Beach***", "/pictures/pictures 12D.htm","_new",1, "no"]
ssmItems[3]=["La Palmera", "new-lapalmera.htm","_new",1, "no"]
ssmItems[4]=["Aguaviva", "new-aguaviva.htm","_new",1,"1"]

//ssmItems[5]=["Gemelos:", "", "", 1, "no"] //create four column row
ssmItems[5]=["Gemelos-2/4", "new-gemelos2.htm", "_new",1,"no"]
ssmItems[6]=["Gemelos-20", "new-gemelos20.htm", "_new",1,"no"]
ssmItems[7]=["Gemelos-22", "new-gemelos22.htm", "_new",1,"no"]
ssmItems[8]=["Gemelos-23", "new-gemelos23.htm", "_new",1,"1"]

ssmItems[9]=["Terra Mar", "new-terramar.htm","_new",1,"no"]
ssmItems[10]=["Sierra (house) I", "new-sierra1.htm","_new",1,"no"]
ssmItems[11]=["Sierra (house) II", "new-sierra2.htm","_new",1,"no"]
ssmItems[12]=["More", "new-levante.htm","_new",1]

ssmItems[13]=["Apartments in Albir"] //create header
ssmItems[14]=["Estrella I", "new-estrella1.htm", "_new", 1,"no"]
ssmItems[15]=["Estrella II", "new-estrella2.htm", "_new", 1,"no"]
ssmItems[16]=["Golf I", "new-golf1.htm","_new",1,"no"]
ssmItems[17]=["Golf II", "new-golf2.htm","_new",1,"no"]
ssmItems[18]=["Avenida", "new-avenida.htm","_new",1]

ssmItems[19]=["Apartments in La Nucia"] //create header
ssmItems[20]=["Baracca", "new-baracca.htm","_new",1,"no"]
ssmItems[21]=["Bello (house)", "new-bellohouse.htm","_new",1]

ssmItems[22]=[""] //create header
ssmItems[23]=["Email us", "new-feedbackinfo.htm", "_blank", 1,"no"] //create two column row
ssmItems[24]=["Quotation", "new-reservation.htm", "_blank", 1,"no"]
ssmItems[25]=["Reservation", "new-reservation.htm", "_blank", 1,"no"]
ssmItems[26]=["Home", "new-costablanca-apartments.htm","_blank",1]

buildMenu();

//-->