codice:
var myTR = null;
function cambia(tr) { 
 myTR = tr;
 alert(tr); 
} 

function finestra(){ 
 window.location = myTR ; 
}