<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=85; // 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=100; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="ARIAL";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000000";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="ARIAL";
linkFontSize="2";
linkBGColor="#99FFFF";
linkOverBGColor="#99FFFF";
linkTarget="_top";
linkAlign="center";
barBGColor="#0000FF";
barFontFamily="ARIAL";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=16; // no quotes!!
barText="Academy 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]=["Academy"] //create header
ssmItems[1]=["Academy Home", "index.htm", ""]
ssmItems[2]=["Town.Net Home", "../current/index.htm",""]
ssmItems[3]=["News", "news.htm", "", 1, "no"] //create two column row
ssmItems[4]=["Links", "links.htm", "",1]
ssmItems[5]=["Our History", "history.htm",""]
ssmItems[6]=["Site Archive", "archive.htm",""]
ssmItems[7]=["Matches", "", ""] //create header
ssmItems[8]=["Reports", "reports.htm", "", 1, "no"] //create two column row
ssmItems[9]=["Tables", "tables.htm", "",1]
ssmItems[10]=["Fixtures", "fixtures.htm", "", 1, "no"] //create two column row
ssmItems[11]=["MotM", "motm.htm", "",1]
ssmItems[12]=["Players", "", ""] //create header
ssmItems[13]=["Profiles", "profiles.htm", "", 1, "no"] //create two column row
ssmItems[14]=["News", "playnews.htm", "",1]
ssmItems[15]=["Sponsorship", "", ""] //create header
ssmItems[16]=["News", "sponnews.htm", "", 1, "no"] //create two column row
ssmItems[17]=["Join", "sponsors.htm", "",1]

buildMenu();

//-->