<!--

/*
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=5;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=1000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="gray";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="gray";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="yellow";
linkTarget="_top";
linkAlign="Left";
barBGColor="black";
barFontFamily="arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU BAR"; // <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]=["Main"] //create header
ssmItems[0]=["About", "index.html", ""]
ssmItems[1]=["PR Coastal Hazards Maps", "mainmap.html",""]
ssmItems[2]=["Downloads", "#",""]
ssmItems[3]=["Publications", "publications.html", ""]
ssmItems[4]=["Other Reports", "#", ""]
ssmItems[5]=["Search", "#", ""]
ssmItems[6]=["Contact Us", "#", ""]

ssmItems[7]=["Press", "press.html", "", 1, "no"] //create two column row
ssmItems[8]=["FTP", "#", "",1]

ssmItems[9]=["Related Links", "", ""] //create header
ssmItems[10]=["PRTWMP (Poseidon)", "http://poseidon.uprm.edu", "New"]
ssmItems[11]=["UPRM", "http://www.uprm.edu", "New"]
ssmItems[12]=["Sea Grant", "http://seagrant.uprm.edu/", "New"]
ssmItems[13]=["Hit counter: <IMG src='http://poseidon.uprm.edu/cgi-bin/Count.cgi?ft=1&df=maps.dat&dd=B' height=15 width=54>"] //create header

buildMenu();

//-->