function headerFlash(){

document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='795' height='208' id='flashheader' align='middle' >");
document.write("      <param name='allowScriptAccess' value='sameDomain' />");
document.write("	  <param name='swLiveConnect' value='true' />");
document.write("      <param name='movie' value='../flash/prova.swf' />");
 document.write("     <param name='quality' value='high' />");
document.write("     <param name='bgcolor' value='#ffffff' />");
document.write("      <embed src='../flash/prova.swf' quality='high' bgcolor='#ffffff' width='795' height='208' name='prova' align='middle'  swLiveConnect='true'");
document.write(" allowscriptaccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></embed>");
document.write("    </object>");

}

function cartinaFlash() {

document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='700' height='600' id='cartina' align='middle'>");
document.write("<param name='allowScriptAccess' value='sameDomain' />");
document.write("<param name='movie' value='../flash/cartina.swf' />");
document.write("<param name='quality' value='high' />");
document.write("<param name='bgcolor' value='#ffffff' />");
document.write("<embed src='../flash/cartina.swf' quality='high' bgcolor='#ffffff' width='700' height='600' name='cartina' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
document.write("</object>");

}

function localitaSantantiocoFlash() {

document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='424' height='530' id='localita_santantioco' align='middle'>");
document.write("<param name='allowScriptAccess' value='sameDomain' />");
document.write("<param name='movie' value='../flash/localita_santantioco.swf' />");
document.write("<param name='quality' value='high' />");
document.write("<param name='bgcolor' value='#ffffff' />");
document.write("<embed src='../flash/localita_santantioco.swf' quality='high' bgcolor='#ffffff' width='434' height='530' name='localita_santantioco' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
document.write("</object>");

}

function showDetails(url)
{
window.open(url,'Album','width=800,height=600 ,toolbar=no, location=no,status=no,menubar=no,scrollbars=yes,resizable=no');
}

function onImageOver(id) {
	
	var table = document.getElementById(id);
	table.className = "bordoblu";

}

function onImageOut(id) {
	
	var table = document.getElementById(id);
	table.className = "bordobianco";

}


function switchfoto(foto) {
	document.foto_g.src = "" + foto;											
}


function switchRicerca() {
	var el=document.getElementById('divricerca');
	var el2=document.getElementById('divbutton');
	var eld = el.style.visibility;
	var eld2 = el2.style.visibility;
	
	if (el2.style.visibility == "visible") {
		elricerca = document.getElementById('ricerca');
		elricerca.value = '';
	}
	
	el.style.visibility = (eld == "visible") ? "hidden" : "visible";
	el2.style.visibility = (eld2 == "visible") ? "hidden" : "visible";
	
}


function switchSistemazione() {
	var el=document.getElementById('divsistemazione');
	
	var v = document.contact_form.sistemazione.options[document.contact_form.sistemazione.selectedIndex].value;
	if (v=='0') {
		var eld = el.style.visibility;	
		el.style.visibility = "visible";

	}else  {
		el.style.visibility = "hidden";
	}
	
	
}


function onVImageOver(id) {
	
	var table = document.getElementById(id);
	var table2 = document.getElementById(id+'x');
	table.background = "../images/v_foto2.gif";
	table2.background="../images/v_testo2.gif";

}

function onVImageOut(id) {
	
	var table = document.getElementById(id);
	var table2 = document.getElementById(id+'x');
	table.background = "../images/v_foto.gif";
	table2.background="../images/v_testo.gif";

}


function onKeyPressed() {

if (window.event && window.event.keyCode == 13) {
	document.periodo.submit();
}

}

function Loading() {
	var el=document.getElementById('loading');
	var w = screen.width;
	var h = screen.height;
	
	el.style.visibility = "hidden";

	

}
onload=Loading();


function popupIMG(apri,altezza,larghezza) {
    var stile = "top=0, left=0, height=" + altezza + ", width=" + larghezza + " ,status=no, menubar=no, toolbar=no scrollbar=no";
    window.open(apri, "",stile);
}
