<!--

/*
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=10 // 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="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="lightblue";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="navy";
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText=" DMR LINKS 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]=["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LINKS MENU"] //create header
ssmItems[1]=[" DMR Home", "http://www.maine.gov/dmr", ""]
ssmItems[2]=[" Aquaculture", "http://www.maine.gov/dmr/aquaculture/index.htm",""]
ssmItems[3]=[" Aquarium", "http://www.maine.gov/dmr/rm/aquarium/index.html", ""]
ssmItems[4]=[" Commercial Fisheries", "http://www.maine.gov/dmr/commercialfishing/commercialfishing.html", ""]
ssmItems[5]=[" Job Opportunities", "http://www.maine.gov/dmr/jobop/index.htm", ""]
ssmItems[6]=[" Lobsters", "http://www.maine.gov/dmr/rm/lobster/lobster_info.html", ""]
ssmItems[7]=[" Marine Patrol", "http://www.maine.gov/dmr/bmp/homepage.html", "",]

ssmItems[8]=[" Public Health", "http://www.maine.gov/dmr/rm/public_health/publichealth.html", ""] 
ssmItems[9]=[" Recreational Fishing", "http://www.maine.gov/dmr/recreational/rechomepage.html", ""]
ssmItems[10]=[" Resource Management", "http://www.maine.gov/dmr/rm/homepage.htm", ""]
ssmItems[11]=[" Species Information", "http://www.maine.gov/dmr/rm/speciesinformation.htm", ""]

buildMenu();

//-->