<!--

/*
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=50 // no quotes!!
waitTime=500; // 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="#00,99,33";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_blank";
linkAlign="Left";
barBGColor="#FF,FF,66";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MAIN 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]=["Menú"] //create header
ssmItems[1]=["Home", "patagonia_argentine/index.htm", "_top"]
ssmItems[2]=["The Cottages", "cottages.htm", ""]
ssmItems[3]=["Our gardens", "http://lihuen.com/jardin", ""]
ssmItems[4]=["Cerro Bayo", "cerro_bayo.htm", "_top"]
ssmItems[5]=["Lacustrine services", "fishing.htm", "_new"]

ssmItems[6]=["How to arrive", "maps.htm", ""]
ssmItems[7]=["Send message", "message.htm", "_new"]
ssmItems[8]=["Reserve", "reserve.htm", "", 1, "no"] //create two column row
ssmItems[9]=["Prices", "consults.htm", "",1]

ssmItems[10]=["Externals Links", "", ""] //create header
ssmItems[11]=["Rent a Car", "http://www.terpinturismo.com.ar", "_new"]
ssmItems[12]=["Real Estate", "http://www.frixionepropiedades.com", "_new"]


buildMenu();

//-->
