<!--

/*
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="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#52F3FF";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#151B8D";
barVAlign="center";
barWidth=15; // no quotes!!
barText="SITE MENU HERE"; // <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]=["PSG Project pages"] //create header
ssmItems[1]=["Home page", "http://www.portstgeorge.net", ""]
ssmItems[2]=["Location", "http://location.portstgeorge.net", ""]
ssmItems[3]=["Port St George", "http://psg.portstgeorge.net", ""]
ssmItems[4]=["Marina", "http://marina.portstgeorge.net", ""]
ssmItems[5]=["Oceanfront", "http://oceanfront.portstgeorge.net", ""]
ssmItems[6]=["Golf/Lakeside", "http://golf.portstgeorge.net", ""]
ssmItems[7]=["News", "http://news.portstgeorge.net", ""]
ssmItems[8]=["Boat slips", "http://slips.portstgeorge.net", ""]
ssmItems[9]=["Photos", "http://photos.portstgeorge.net", ""]
ssmItems[10]=["Maps", "http://www.portstgeorge.net/psg12.html", ""]
ssmItems[11]=["Helpful information", "http://information.portstgeorge.net", ""]
ssmItems[12]=["Residency/Business", "http://www.portstgeorge.net/psg16.html", ""]
ssmItems[13]=["Tax Issues", "http://www.portstgeorge.net/psg17.html", ""]
ssmItems[14]=["FAQs", "http://www.portstgeorge.net/psg9.html", ""]
ssmItems[15]=["Bahamas history", "http://www.portstgeorge.net/psg14.html", ""]
ssmItems[16]=["Pirate History", "http://www.portstgeorge.net/psg15.html", ""]

ssmItems[17]=["Contact us", "http://www.portstgeorge.net/psg3.html", ""]

buildMenu();

//-->