<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=190; // 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="#C10000";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#C10000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#C10000";
barFontFamily="Arial";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=35; // no quotes!!
barText="SCPBA SITE 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]=["Navigation"] //create header
ssmItems[1]=["Home", "http://www.suffolkpba.org", ""]
ssmItems[2]=["Memorial", "http://www.suffolkpba.org/honor.htm",""]
ssmItems[3]=["Members In The News", "http://www.suffolkpba.org/media.htm", ""]
ssmItems[4]=["**MEDIA - KNOW THE TRUTH**", "http://www.suffolkpba.org/kttmedia.htm", ""]
ssmItems[5]=["Top Cop/Examples of Excellence", "http://www.suffolkpba.org/topcop.htm", ""]
ssmItems[6]=["Public Info", "http://www.suffolkpba.org/publicinfo.htm", ""]
ssmItems[7]=["Contact Us", "http://www.suffolkpba.org/contactus.htm", ""]
ssmItems[8]=["Silver Shield", "http://www.suffolkpba.org/silvershield.htm", ""]
ssmItems[9]=["PBA Board", "http://www.suffolkpba.org/board.htm", ""]
ssmItems[10]=["Member Log In", "http://www.suffolkpba.org/login.php", ""]
ssmItems[11]=["Event Calendar", "http://www.suffolkpba.org/events.php", ""]
ssmItems[12]=["Contract", "http://www.suffolkpba.org/contract.php", ""]
ssmItems[13]=["Benefit Fund", "http://www.suffolkpba.org/benefitfund.php", ""]
ssmItems[14]=["PBA Forms", "http://www.suffolkpba.org/forms.php", ""]
ssmItems[15]=["Update Magazine", "http://www.suffolkpba.org/update.php", ""]
ssmItems[16]=["Quartermaster", "http://www.suffolkpba.org/quartermaster.php", ""]
ssmItems[17]=["Announcements", "http://www.suffolkpba.org/or.php", ""]
ssmItems[18]=["PBA Links", "http://www.suffolkpba.org/links.php", ""]
ssmItems[19]=["Political Action", "http://www.suffolkpba.org/scpbapac.php", ""]
ssmItems[20]=["FYI", "http://www.suffolkpba.org/fyi.php", ""]
ssmItems[21]=["Admin", "http://www.suffolkpba.org/admin.php", ""]
buildMenu();

//-->