<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=50; // 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="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=90; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#638cc6";
hdrBGColor="white";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#638cc6";
linkOverBGColor="#h3c4f20";
linkTarget="_top";
linkAlign="Left";
barBGColor="#5274A5";
barFontFamily="arial narrow";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText="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]=["Menu"] //create header
ssmItems[1]=["Home", "index.htm", ""]
ssmItems[2]=["Visitors", "visitors page.htm", ""]
ssmItems[3]=["Birds", "Birds Page .htm", ""]
ssmItems[4]=["Information", "information page.htm", ""]
ssmItems[5]=["Guest Book", "Guest Book Page.htm", ""]
ssmItems[6]=["E - Mail", "mailto:mail@salteeislands.info", ""]
ssmItems[7]=["Return", "information page.htm", ""]

buildMenu();

//-->