function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",128,17,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#000000","#fff5ff","#ffcc66");
  fw_menu_0.addMenuItem("Home Page","location='http://www.derwentside.org.uk/index.asp'");
  fw_menu_0.addMenuItem("Local News","location='http://www.derwentside.org.uk/localnews.asp'");
  fw_menu_0.addMenuItem("National News","location='http://www.derwentside.org.uk/newsfeed.asp'");
  fw_menu_0.addMenuItem("IT &amp; Business News","location='http://www.derwentside.org.uk/busfeed.asp'");
  fw_menu_0.addMenuItem("What's On","location='http://www.derwentside.org.uk/whatson/'");
  fw_menu_0.addMenuItem("Site Map","location='http://www.derwentside.org.uk/sitemap.asp'");
  fw_menu_0.addMenuItem("Message Board","location='http://www.derwentside.org.uk/forum/index.asp'");
  
  window.fw_menu_1 = new Menu("root",147,17,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#000000","#fff5ff","#ffcc66");
  fw_menu_1.addMenuItem("Council Services","location='http://www.derwentside.org.uk/services'");
  fw_menu_1.addMenuItem("Local Information","location='http://www.derwentside.org.uk/localinfo'");
  fw_menu_1.addMenuItem("Tourism","location='http://www.derwentside.org.uk/tourism'");
  fw_menu_1.addMenuItem("Business Opportunities","location='http://www.derwentside.org.uk/edru'");
  fw_menu_1.addMenuItem("Local Democracy","location='http://www.derwentside.org.uk/localdem'");
  fw_menu_1.addMenuItem("Pay Bills","location='http://www.derwentside.org.uk/paybills'");
  fw_menu_1.addMenuItem("Contact the Council","location='http://www.derwentside.org.uk/contacts'");
  fw_menu_1.addMenuItem("Search","location='http://www.derwentside.org.uk/search'");
  fw_menu_1.addMenuItem("Message Board","location='http://www.derwentside.org.uk/forum/index.asp'");

  window.fw_menu_2 = new Menu("root",150,17,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#000000","#fff5ff","#ffcc66");
  fw_menu_2.addMenuItem("News","location='http://www.derwentside.org.uk/localnews.asp'");
  fw_menu_2.addMenuItem("Voluntary Orgs","location='http://www.derwentside.org.uk/cominfo/voluntary.asp'");
  fw_menu_2.addMenuItem("Statutory Orgs","location='http://www.derwentside.org.uk/cominfo/statutory.asp'");
  fw_menu_2.addMenuItem("Charities","location='http://www.derwentside.org.uk/cominfo/charities.asp'");
  fw_menu_2.addMenuItem("Community Businesses","location='http://www.derwentside.org.uk/cominfo/business.asp'");
  fw_menu_2.addMenuItem("Site Map","location='http://www.derwentside.org.uk/sitemap.asp'");
  fw_menu_2.addMenuItem("Message Board","location='http://www.derwentside.org.uk/forum/index.asp'");

  window.fw_menu_3 = new Menu("root",113,17,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#000000","#fff5ff","#ffcc66");
  fw_menu_3.addMenuItem("Primary &amp; Infant","location='http://www.derwentside.org.uk/education/infant.asp'");
  fw_menu_3.addMenuItem("Junior","location='http://www.derwentside.org.uk/education/junior.asp'");
  fw_menu_3.addMenuItem("Secondary","location='http://www.derwentside.org.uk/education/second.asp'");
  fw_menu_3.addMenuItem("Higher Education","location='http://www.derwentside.org.uk/education/higher.asp'");
  fw_menu_3.addMenuItem("Adult Education","location='http://www.derwentside.org.uk/education/adult.asp'");
  fw_menu_3.addMenuItem("Libraries","location='http://www.derwentside.org.uk/education/libraries.asp'");
  fw_menu_3.addMenuItem("Site Map","location='http://www.derwentside.org.uk/sitemap.asp'");
  fw_menu_3.addMenuItem("Message Board","location='http://www.derwentside.org.uk/forum/'");

  window.fw_menu_4 = new Menu("root",127,17,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#000000","#fff5ff","#ffcc66");
  fw_menu_4.addMenuItem("Access Points","location='http://www.derwentside.org.uk/infonet/access.asp'");
  fw_menu_4.addMenuItem("Rural Access Points","location='http://www.derwentside.org.uk/infonet/ruralap.asp'");
  fw_menu_4.addMenuItem("Web Resources","location='http://www.derwentside.org.uk/infonet/resources.asp'");
  fw_menu_4.addMenuItem("Webcams","location='http://www.derwentside.org.uk/infonet/webcams.asp'");
  fw_menu_4.addMenuItem("Site Map","location='http://www.derwentside.org.uk/sitemap.asp'");
  fw_menu_4.addMenuItem("Message Board","location='http://www.derwentside.org.uk/forum/index.asp'");

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