function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",190,19,"Arial, Helvetica, sans-serif",10,"#000000","#000000","#CC9966","#CC9966", "#CC9966");
  fw_menu_0.addMenuItem("E-mail: mcalabre@atnf.csiro.au","location='mailto:mcalabre@atnf.csiro.au'");
  fw_menu_0.addMenuItem("Postal address: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<img src='img/mail.gif' width='23' height='15' alt='mail' align='middle'>");
  fw_menu_0.addMenuItem("ATNF/CSIRO, PO Box 76");
  fw_menu_0.addMenuItem("Epping NSW 1710, AUSTRALIA");
  fw_menu_0.addMenuItem("+61-2-93724412 (international)");
  fw_menu_0.addMenuItem("Fax: +61-2-93724442 (international)");
   fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",166,17,"Arial, Helvetica, sans-serif",10,"#000000","#ccffff","#66CC66","#000000");
  fw_menu_1.addMenuItem("New WCSLIB V2.8","location='http://www.atnf.CSIRO.AU/computing/software/wcslib.html'");
  fw_menu_1.addMenuItem("WCS papers","location='WCS.htm'");
  fw_menu_1.addMenuItem("Other background materials","location='tan.htm'");
  fw_menu_1.addMenuItem("Bonnes projection diagram","location='WCS.htm'");
  fw_menu_1.addMenuItem("Curvilinear axis drawing routine","location='pgsbox.htm'");
   fw_menu_1.hideOnMouseOut=true;
  window.fw_menu_2 = new Menu("root",168,17,"Arial, Helvetica, sans-serif",10,"#000000","#ccffff","#99CCFF","#000000");
  fw_menu_2.addMenuItem("Other Project notes","location='other_projects.htm'");
  fw_menu_2.addMenuItem("Parkes 21cm Multibeam system","location='http://www.atnf.CSIRO.AU/research/multibeam/index.html'");
  fw_menu_2.addMenuItem("Livedata","location='http://www.atnf.CSIRO.AU/aips%2B%2B/code/atnf/apps/livedata'");
  fw_menu_2.addMenuItem("ATNF package","location='http://www.atnf.CSIRO.AU/aips%2B%2B/code/atnf'");
  fw_menu_2.addMenuItem("Spectral line analysis","location='http://www.atnf.CSIRO.AU/computing/software/spc.html'");
  fw_menu_2.addMenuItem("Telescope Control System","location='http://www.atnf.CSIRO.AU/computing/software/tcs.html'");
  fw_menu_2.addMenuItem("Java coodinate pkg","location='http://wwwatoms.atnf.csiro.au/products/coord/src/java'");
  fw_menu_2.addMenuItem("AIPS++","location='http://www.atnf.CSIRO.AU/computing/software/aips%2B%2B/docs/html/aips%2B%2B.html'");
   fw_menu_2.hideOnMouseOut=true;

  fw_menu_2.writeMenus();
}
