function fwLoadMenus() {
  if (window.fw_menu_0) return;

  window.fw_menu_0 = new Menu("root",330,18,"Verdana, Arial, Helvetica, sans-serif",12,"#ffffff","#ffffff","#000000","#000077");
  fw_menu_0.addMenuItem("New FCC License","location='newlicense.htm'");
  fw_menu_0.addMenuItem("Special Temporary Authority","location='newlicense.htm#sta'");
  fw_menu_0.addMenuItem("Modification of Existing FCC License","location='modification.htm'");
  fw_menu_0.addMenuItem("Adminstrative Update to An Existing FCC License","location='adminupdate.htm'");
  fw_menu_0.addMenuItem("Assignment of An Existing FCC License","location='assignment.htm'");
  fw_menu_0.addMenuItem("Renewal of An Existing FCC License","location='renewal.htm'");
  fw_menu_0.addMenuItem("Construction Filing of a New FCC License","location='construction.htm'");
  fw_menu_0.addMenuItem("FAA Tower Registration","location='tower.htm'");
  fw_menu_0.hideOnMouseOut=true;
  fw_menu_0.childMenuIcon="images/arrows.gif";

  fw_menu_0.writeMenus();
} // fwLoadMenus()

