maggiore = 0;
m3 = 1;
m4 = 1;

function centra(p,m) {
  with (document) {
		if (p == "intro") {
			if (getElementById('capo').offsetTop <= 5) {
	      getElementById('capo').style.top = "300px";
	      getElementById('capo').style.borderTop = "solid #6d6055 1px";
	      getElementById('capo').style.borderBottom = "solid #6d6055 1px";
			}
		}
		if (p != "intro" && p != "index") {
			if (p != "dettaglio_azienda" && p != "gallery" && p != "vigne_mappa") {
				arr = new Array(getElementById('lato_sx').clientHeight,getElementById('testi').clientHeight,getElementById('lato_dx').clientHeight);
				len = arr.length;
				for (i=0;i<len-1;i++) {
		  		if (arr[i] > maggiore) maggiore = arr[i];
				}
			}

			if (p == "gallery")
				getElementById('foto_zoom').style.height = (getElementById('schermo').clientHeight-getElementById('foto_gallery').offsetTop)-1+"px";
			if (p == "vigne_mappa")
				getElementById('mappa_vigne').style.height = (getElementById('schermo').clientHeight-getElementById('mappa_vigne').offsetTop)-1+"px";
			if (getElementById('coda').offsetTop > getElementById('schermo').clientHeight) {
				if (p != "dettaglio_azienda" && p != "gallery" && p != "vigne_mappa" && p != "index")
					getElementById('testi').style.height = maggiore-55+"px";
				if (p == "index") {
					getElementById('coda').style.display = "none";
					getElementById('img_full').style.height = getElementById('schermo').clientHeight-165+"px";
				} else
					getElementById('capo').style.height = getElementById('coda').offsetTop+"px";
			}
			if (getElementById('coda').offsetTop < getElementById('schermo').clientHeight) {
				if (p != "dettaglio_azienda" && p != "gallery" && p != "vigne_mappa" && p != "index")
					getElementById('testi').style.height = (getElementById('schermo').clientHeight-getElementById('testi').offsetTop)-55+"px";
				else
				getElementById('capo').style.height = getElementById('schermo').clientHeight+"px";
			}
		}
		if (getElementById('capo').offsetLeft <= 5) {
      getElementById('capo').style.left = "500px";
      getElementById('capo').style.borderLeft = "solid #6d6055 1px";
      getElementById('capo').style.borderRight = "solid #6d6055 1px";
		}
		if (p == "dettaglio_azienda")
			getElementById('testo_dati').style.height = getElementById('testo_presentazione').clientHeight-52+"px";
  }
	menu3lvl = m;
}
function roll(m,p,n) {
  with (document) {
		if (n == 1) getElementById('voce_menu0'+m+'_'+p).className = "acceso";
		else getElementById('voce_menu0'+m+'_'+p).className = "spento";
	}
}
function roll_lingue(m,p,n) {
  with (document.getElementById('voce_menu0'+m+'_'+p).style) {
		if (n == 1) background = "#a19e91";
		else {
		  if (p == 1)
			  background = "#7b1c1b";
		  if (p == 2)
			  background = "#4b1515";
		  if (p == 3)
			  background = "#351212";
		}
	}
}
function roll_3lvl(p,n) {
  with (document) {
		if (n == 1) getElementById('voce_menu_3lvl_'+p).className = "acceso";
		else getElementById('voce_menu_3lvl_'+p).className = "spento_01";
	}
}
function cambia_4lvl(n) {
  with (document) {
		getElementById('voce_menu_4lvl_'+m4+'on').className = "disattivato";
		getElementById('voce_menu_4lvl_'+m4+'off').className = "attivato";
		getElementById('voce_menu_4lvl_'+n+'off').className = "disattivato";
		getElementById('voce_menu_4lvl_'+n+'on').className = "attivato";
	}
	m4 = n;
}
function mappa(g) {
  with (document) {
		if (g == 1){
			getElementById('mappa_google').style.visibility = "visible";
			getElementById('chiudi_mappa').style.visibility = "visible";
		} else {
			getElementById('mappa_google').style.visibility = "hidden";
			getElementById('chiudi_mappa').style.visibility = "hidden";
		}
	}
}

