
  basin = unescape(params["basin"]);
  if( basin == "undefined" ) {
    basin = "atlantic";
  }


