addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){
window.scrollTo(0,1);
}
var ricerca = 1;
function SwitchRicerca()
{
if (ricerca == 1)
{
document.getElementById("form-ricerca").style.display = "block";
ricerca = 0;
}
else
{
document.getElementById("form-ricerca").style.display = "none";
ricerca = 1;
}}
function VisScheda(IdStruttura)
{document.location.href = "http://www.aebb.it/iphone/it/scheda/?Id="+IdStruttura;}
function VisSchedaEn(IdStruttura)
{document.location.href = "http://www.aebb.it/iphone/en/accomodation/?Id="+IdStruttura;}
function VisSchedaNews(IdNews)
{document.location.href = "http://www.aebb.it/iphone/it/news/scheda.php?Id="+IdNews;}
