
<!-- hide
function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",140,16,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#ffffff","#999966","#996633");
  fw_menu_0.addMenuItem("Africa: Central","window.open('africa_central/framesource_central_africa.html', '_top');");
  fw_menu_0.addMenuItem("Africa: Northern","window.open('africa_north/framesource_north_africa.html', '_top');");
  fw_menu_0.addMenuItem("Africa: Southern","window.open('africa_southern/framesource_southern_africa.html', '_top');");
  fw_menu_0.addMenuItem("Antarctica","window.open('antarctica/framesource_antarctica.html', '_top');");
  fw_menu_0.addMenuItem("Asia: Far East","window.open('far_east_asia/framesource_far_east_asia.html', '_top');");
  fw_menu_0.addMenuItem("Asia: Subcontinent","window.open('asia_subcontinent/framesource_subcontinent_asia.html', '_top');");
  fw_menu_0.addMenuItem("Australia/Oceania","window.open('oceania/framesource_oceania.html', '_top');");
  fw_menu_0.addMenuItem("Caribbean","window.open('caribbean/framesource_caribbean.html', '_top');");
  fw_menu_0.addMenuItem("Central America","window.open('central_america/framesource_central_america.html', '_top');");
  fw_menu_0.addMenuItem("Europe: Balkans","window.open('balkans/framesource_balkans.html', '_top');");
  fw_menu_0.addMenuItem("Europe: Eastern","window.open('eastern_europe/framesource_eastern_europe.html', '_top');");
  fw_menu_0.addMenuItem("Europe: Northern","window.open('northern_europe/framesource_northern_europe.html', '_top');");
  fw_menu_0.addMenuItem("Europe: Western","window.open('western_europe/framesource_western_europe.html', '_top');"); 
  fw_menu_0.addMenuItem("Middle East","window.open('middle_east/framesource_middle_east.html', '_top');");
  fw_menu_0.addMenuItem("North America","window.open('north_america/framesource_north_america.html', '_top');");

  fw_menu_0.addMenuItem("South America","window.open('south_america/framesource_south_america.html', '_top');");
   fw_menu_0.hideOnMouseOut=true;
   fw_menu_0.childMenuIcon="images/arrows.gif";
  fw_menu_0.writeMenus();
} // fwLoadMenus()

// stop hiding -->



