function OnSelectDestination(newURL) {
      if ( newURL != "" )
          if ( newURL != "none")
              location.href = newURL;
}

