<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=155; // no quotes!!
XOffset=0;
staticYOffset=50; // 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="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#444444";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="12";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText="QUICK 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]=["Home", "index.php", ""]
ssmItems[1]=["Forums", "index2.php", ""]
ssmItems[2]=["New Posts", "http://www.teammr.com/search.php?do=getnew&exclude=17,18,19,57,20,65,59,22",""]
ssmItems[3]=["My Settings", "usercp.php", ""]
ssmItems[4]=["Mailbox", "private.php", ""]
ssmItems[5]=["Search", "search.php", ""]
ssmItems[6]=["=|MR|=Tunes", "http://www.teammr.com/mp3s/mywimpy.html", "_blank"]
ssmItems[7]=["Disable This Menu", "profile.php?do=editoptions", ""]

buildMenu();

//-->