<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=20; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
menuIsStatic="yes";
menuWidth=200; // Must be a multiple of 10! no quotes!!
hdrFontFamily="Veranda";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#0099FF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="orange";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!

startMenu("Hoop Links", "Street Ball Links")
addItem("ESPN College Hoops", "http://college.espn.go.com/ncaa/mbasketball/index", "");
addItem("CBS Sportsline", "http://cbs.sportsline.com", "");
addItem("Division II", "http://www.umr.edu/~sports/bbindex.html", "");
addItem("Division III", "http://www.d3hoops.com/", "");
addItem("Basketball Highway", "http://bbhighway.com", "");
addItem("My Family", "family_page.htm", "");
addItem("Rottina.com", "http://rottina.com", "");
addItem("March Madness", "march_madness.htm", "");
addItem("Home", "index.htm", "");
endMenu()

//-->