<!--
function fwLoadMenus() {

  if (window.fw_menu_0) return;                                                     

  window.fw_menu_0 = new Menu("root",150,18,"Verdana",10,"#000000","#000000","#FFFDCE","#e4e2b4");
  fw_menu_0.addMenuItem("Roster","location=''");
  fw_menu_0.addMenuItem("Depth Chart"," location=''");
  fw_menu_0.addMenuItem("Statistics","location=''");
  fw_menu_0.addMenuItem("Coaching Staff","location=''");
  fw_menu_0.addMenuItem("Transactions","location=''");
  fw_menu_0.addMenuItem("Front Office","location=''");
   fw_menu_0.hideOnMouseOut=true;

  window.fw_menu_1 = new Menu("root",150,18,"Verdana",10,"#000000","#000000","#FFFDCE","#e4e2b4");
  fw_menu_1.addMenuItem("Draft Central","location='draft_central.php'");
  fw_menu_1.addMenuItem("UFL Insider", "location='ufl_insider.htm'");
  fw_menu_1.addMenuItem("Countdown UFL","location='countdown_ufl.htm'");
  fw_menu_1.addMenuItem("Page 2","location='page2.htm'");
  fw_menu_1.addMenuItem("Archives","location='archives.htm'");
  fw_menu_1.addMenuItem("Hall of Fame","location='hall_of_fame.htm'");
  fw_menu_1.hideOnMouseOut=true;

  window.fw_menu_2 = new Menu("root",150,18,"Verdana",10,"#000000","#000000","#FFFDCE","#e4e2b4");
  fw_menu_2.addMenuItem("Injury Report","window.open('http://www.sportsline.com/nfl/injuries', '_blank');");
  fw_menu_2.addMenuItem("NFL Schedule","window.open('http://www.nfl.com/schedules', '_blank');");
  fw_menu_2.addMenuItem("CBS Sportsline","window.open('http://www.sportsline.com/nfl/fantasy/story', '_blank');");
  fw_menu_2.addMenuItem("Football Guys","window.open('http://www.footballguys.com/', '_blank');");
  fw_menu_2.addMenuItem("Player Updates","window.open('http://www.uflfootball.net/player_updates.htm', '_blank');");
  fw_menu_2.addMenuItem("RotoWorld.com","window.open('http://www.rotoworld.com/content/Home_NFL.aspx', '_blank');");
  fw_menu_2.hideOnMouseOut=true;

  window.fw_menu_3 = new Menu("root",150,18,"Verdana",10,"#000000","#000000","#FFFDCE","#e4e2b4");
  fw_menu_3.addMenuItem("UFL Calendar","location='ufl_calendar.htm'");
  fw_menu_3.addMenuItem("Official Rules","location='rulebook.htm'");
  fw_menu_3.addMenuItem("Commissioner","location='mailto:commissioner@uflfootball.net'");
  fw_menu_3.addMenuItem("Message Board","window.open('http://uflfootball.net/phpBB2/index.php', '_blank');");
  fw_menu_3.hideOnMouseOut=true;

  fw_menu_1.writeMenus();
} // fwLoadMenus()

//-->
