<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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="#ff9900";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#ff9900";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="M E N U"; // <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]=["Menu"] //create header
ssmItems[1]=["Home", "http://spainhomefinder.netfirms.com/home.htm", ""]
ssmItems[2]=["Search Form", "http://spainhomefinder.netfirms.com/form.htm",""]
ssmItems[3]=["Buying in Spain", "http://spainhomefinder.netfirms.com/guide.htm", ""]
ssmItems[4]=["About the Area", "http://spainhomefinder.netfirms.com/area.htm", ""]

ssmItems[5]=["About Us", "http://spainhomefinder.netfirms.com/about.htm", "", 1, "no"] //create two column row
ssmItems[6]=["E-mail", "mailto:spainhomefinder@yahoo.es", "",1]

ssmItems[7]=["Useful Links", "", ""] //create header
ssmItems[8]=["Andalucía", "http://www.andalucia.org/modulos.php?modulo=Index&nuevoidioma=eng", "_new"]
ssmItems[9]=["Costa del Sol", "http://www.visitcostadelsol.com/indexeng.htm", "_new"]
ssmItems[10]=["All about Spain", "http://www.red2000.com/spain/index-eng.html", "_new"]
ssmItems[11]=["Mapping Details", "http://www.multimap.com/map/home.cgi?db=ES&client=public&advanced=", "_new"]
ssmItems[12]=["Currency Convertor", "http://www.xe.com/pca/launch.cgi?AmountSet=0&FromSelect=GBP&ToSelect=EUR", ""]
ssmItems[13]=["Flight Information", "http://www.easyjet.com", "_new"]

buildMenu();

//-->