/**
 *	miscellaneous javascript functions for the members-only section of the site
 */   
 
function loadMapHelp() {
  // set this window name
  window.name = "algomacountry" ;
  window.open("inc/map_help.htm", "MapHelp", "toolbar=no,menubar=no,location=no, "
   + "resizeable=no,scrollbars=yes,width=580,height=400") ;
}