<!--
<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=12; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=700; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=150; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#467CAC";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="center";
barBGColor="#FFFFA5";
barFontFamily="arial";
barFontSize="1";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("ROATAN LINKS", " ROATAN MENU ")
addItem("More About Roatan", "experiencemandm.htm", "");
addItem("Moving to Roatan", "2.htm", "");
addItem("Real Life Experiences", "http://www.roatanrealestate.com/dreams_mf.htm", "");
addItem("Housing in Roatan", "http://www.roatanrealestate.com", "");
addItem("Map of Roatan", "http://www.roatanrealestate.com/map.htm", "");
addItem("Detailed Weather", "http://weather.cnn.com/weather/forecast.jsp?locCode=MHRO&zipCode=336282728972", "");
addItem("Useful Links", "roatan_links.htm", "");
addItem("Contact Us", "mailto:halliday@margotandmatt.com", "");
addItem("Home Page", "index.htm", "");
endMenu()

//-->


//-->
