function GoToTrack()

{

  var thepage;

  page=document.forma.trasa.value;

  thepage=page;

  location.href=thepage;

}
