var popprenotatraghetto_id = "PopPrenotaTraghetto";
var popprenotatraghetto_status = 0;

function ShowPopPrenotaTraghetto()
{
	popprenotatraghetto_status += 1;
	document.getElementById(popprenotatraghetto_id).style.visibility = "visible";
	document.getElementById("divFramePrenotaTraghetti").innerHTML="<iframe id=\"framePrenotaTraghetti\" src=\"http://www.traghettilines.it/it/traghetti-sicilia.aspx?AID=2512&amp;iframe_booking=true\" marginwidth=\"0\" marginheight=\"0\" frameborder=\"0\" height=\"660\" width=\"620\" scrolling=\"auto\"></iframe>";
}

function CheckPopPrenotaTraghetto(id)
{
  popprenotatraghetto_status -= 1;
  setTimeout('HidePopPrenotaTraghetto()',500);
}

function HidePopPrenotaTraghetto()
{
	document.getElementById(popprenotatraghetto_id).style.visibility = "hidden";
}

function refresh_iframe() 
{
	var myIFrame = document.getElementById('framePrenotaTraghetti');
	if (!myIFrame) return false;
	myIFrame.src = myIFrame.src;
}

