<!--

/*
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="Red";
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="RED";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="black";
linkOverBGColor="white";
linkTarget="_top";
linkAlign="Left";
barBGColor="Black";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="White";
barVAlign="center";
barWidth=30; // no quotes!!
barText="HAWKS ICE NAV 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]=["Hawks Ice"] //create header
ssmItems[1]=["HOME", "home.html",""]
ssmItems[2]=["NEWS", "news.html",""]
ssmItems[3]=["SCHEDULE", "schedule.html",""]
ssmItems[4]=["PICTURES", "pictures.html",""]
ssmItems[5]=["SPONSORS", "sponsors.html",""]
ssmItems[6]=["TIPS", "tips.html",""]
ssmItems[7]=["HAMBURGHAWKS.ORG", "http://www.hamburghawks.org/", target="blank",""]
ssmItems[8]=["STANDINGS", "http://www.wnyahl.com/Standings/index.htm",target="blank", ""]
ssmItems[9]=["WNYAHL.COM", "http://www.wnyahl.com", target="blank", ""]
ssmItems[10]=["RINK MAPS", "http://www.hamburghawks.org/Page.asp?id=8582&org=HAMBURGHAWKS.ORG", target="blank", ""]
ssmItems[11]=["CONTACTS", "contact.html",""]
ssmItems[12]=["E-MAIL", "http://www.ipower.com/mailadmin/mailcentral.bml", target="blank",""]
buildMenu();

//-->