function LinkPrenota(obj){
	Valore_DMen = document.frmPrenota.DMen.value;
	Valore_Destino = document.frmPrenota.Destino.value;
	Valore_Puerto = document.frmPrenota.Puerto.value;
	Valore_Barco = document.frmPrenota.Barco.value;
        Valore_VarMesLle = document.frmPrenota.VarMesLle.value;
	STR_URL = "http://www.royalcaribbean.it/onlinetrunc/reserve/apicruceros1.asp?vienedehome=1&DMen="+Valore_DMen+"&VarMesLle="+Valore_VarMesLle+"&Destino="+Valore_Destino+"&Puerto="+Valore_Puerto+"&Barco="+Valore_Barco;
	STR_URL = pageTracker._getLinkerUrl(STR_URL); 
	obj.target='_blank';
	obj.href=STR_URL;
}
