<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=220; // 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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#FF0000";  
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#000000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="      Options      "; // <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]=["Options"] //create header
ssmItems[1]=["Home","/index.cfm?app=nba", ""]
ssmItems[2]=["Create/View Team", "/index.cfm?app=nba&a=CreateTeam", ""]
ssmItems[3]=["Join League", "/index.cfm?app=nba&a=League", ""]
ssmItems[4]=["Read Articles", "/index.cfm?app=nba&a=ReadArticles", "",1,"no"]
ssmItems[5]=["Write Articles", "/index.cfm?app=nba&a=WriteArticle", "",1]
ssmItems[6]=["View Polls", "/index.cfm?app=nba&a=ReadAllPolls", "",1,"no"]
ssmItems[7]=["Write Polls", "/index.cfm?app=nba&a=CreatePoll", "",1]
ssmItems[8]=["Logoff", "/index.cfm?app=nba&a=logout", ""]

//ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
//ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]

//ssmItems[9]=["External Links", "", ""] //create header
//ssmItems[10]=["JavaScript Kit", "http://www.javascriptkit.com", ""]
//ssmItems[11]=["Freewarejava", "http://www.freewarejava.com", ""]
//ssmItems[12]=["Coding Forums", "http://www.codingforums.com", ""]

buildMenu();

//-->


