var win = '';
var url = "https://pay.syshotelonline.it/tritone/ma_form.php";

function fnz_ver_win(win,id)
{
	if (win.closed)
	{
			window.clearInterval(id);

			url += "?fl_ctrl_pren=1";
			url += "&hotel=" + document.scheda.hotel.value;
			url += "&lingua=" + document.scheda.lingua.value;
			url += "&id_transazione=" + document.scheda.id_transazione.value;
 		  var e = document.createElement("script");
      e.src = url;
      e.type="text/javascript";
      document.getElementsByTagName("head")[0].appendChild(e); 
	}
}

function fnz_chiudi()
{
	document.getElementById(''+'ma_pannello'+'').style.visibility = "hidden";
	document.getElementById(''+'ma_sfondo'+'').style.visibility = "hidden";
}

id = setInterval("fnz_ver_win(win,id)", 500);