// menu_items.js file
// comments block here

var MENU_ITEMS =[
   
["Interactive", "http://www.stagsnet.net/index.php",
      
["Message Board", "http://stagsnet.net/phpBB3/index.php"],
      
["Chat Room", "http://www.stagsnet.net/interactive/chat/chat.html"],
      
["FTYBR", "http://www.stagsnet.net/ftybr_main.htm"],
      
["Downloads", "http://www.stagsnet.net/interactive/downloads/downloads.html"],
      
["Links", "http://www.stagsnet.net/interactive/links/links.html"]
   ],
   
["Vintage Stags", "http://www.stagsnet.net/index.php",
      
["History of MTFC", "http://www.stagsnet.net/vintage/history/History.html"],
      
["Vintage Video", "http://www.stagsnet.net/vintage/video/video.html"],
      
["Old Reports", "http://www.stagsnet.net/vintage/reports/reports.html"],
      
["Team Pics", "http://www.stagsnet.net/vintage/teampics/teampics.html"],
      
["Club Records", "http://www.stagsnet.net/vintage/records/records01.html"]

   ],
   
["Field Mill", "http://www.stagsnet.net/index.php",
      
["Directions", "http://www.stagsnet.net/fm/directions/directions.html"],
      
["Images", "http://www.stagsnet.net/fm/images/Images.html"],
      
["Statistics", "http://www.stagsnet.net/fm/stats/Stats.html"],
      
["History", "http://www.stagsnet.net/fm/history/History.html"]
   ],

["Match Centre", "http://www.stagsnet.net/index.php",
      
["Match Reports", "http://www.stagsnet.net/match/reports/stagsreports.php"],

["Fixtures", "http://www.stagsnet.net/match/Fixtures.html"],
      
["League Table", "http://www.stagsnet.net/match/Table.html"]
   ],
   
["News", "http://www.stagsnet.net/index.php",
      
["Latest News", "http://www.stagsnet.net/news/stagsnews.php"],
      
["Ticket Prices", "http://www.stagsnet.net/news/tickets.html"]
   ]
];
