/*lancio pop up*/	
function openW(pagina,tit,lar,alt){
        pop = window.open(pagina,tit,'toolbar=1,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1,width='+lar+',height='+alt);
}		
function show(){
	//alert("ok");
//if (!document.all&&!document.layers)
//return;
var ogg = document.getElementById("spazio_altezza");

//alert(" og " + screen.height);
//var ogg = eval('document.all.spazio_altezza');

//alert(ogg.width);
//default
ogg.height=651;
switch (screen.height) { 
  case 600: 
    ogg.height=390; 
  break; 
  case 768: 
    ogg.height=555; 
  break; 
  case 864: 
    ogg.height=651;
  break; 
  case 1024: 
   	ogg.height=815;
  break; 
  case 1200: 
    ogg.height=991; 
  break; 
}
 
}

function _clear_ogg_showMenu(){
	_clear_ogg();
	parent.window.menu_sx.showMenu();//menu lato sinistro del sito	
    parent.window.menu_dx.showMenu();//menu lato destro del sito
}
/*metodo che elimina il colore ai background*/
function _clear_ogg(){
	if ((parent.window.menu_sx.document.getElementById("profilo")!=null || parent.window.menu_sx.document.getElementById("profilo") != "undefined" ) || (parent.window.menu_dx.document.getElementById("eventi")!=null || parent.window.menu_dx.document.getElementById("eventi") != "undefined" )){
		parent.window.menu_sx.document.getElementById("profilo").style.backgroundColor="#F6861F";
		parent.window.menu_sx.document.getElementById("merc_rif").style.backgroundColor="#F6861F";	
		parent.window.menu_sx.document.getElementById("piano_svil").style.backgroundColor="#F6861F";	
		parent.window.menu_sx.document.getElementById("aree_b").style.backgroundColor="#F6861F";
		parent.window.menu_sx.document.getElementById("sbo").style.backgroundColor="#F6861F";
		parent.window.menu_sx.document.getElementById("sa").style.backgroundColor="#F6861F";	
		parent.window.menu_sx.document.getElementById("sas").style.backgroundColor="#F6861F";
		parent.window.menu_sx.document.getElementById("sc").style.backgroundColor="#F6861F";
		parent.window.menu_sx.document.getElementById("nl").style.backgroundColor="#F6861F";
		parent.window.menu_sx.document.getElementById("pl").style.backgroundColor="#F6861F";
		parent.window.menu_sx.document.getElementById("sol").style.backgroundColor="#F6861F";
		parent.window.menu_sx.document.getElementById("clienti").style.backgroundColor="#F6861F";
		parent.window.menu_sx.document.getElementById("doc").style.backgroundColor="#F6861F";
		//Aggiunti Salvatore Traina 5.2.2007
		parent.window.menu_dx.document.getElementById("eventi").style.backgroundColor="#F6861F";
		parent.window.menu_dx.document.getElementById("sponsor").style.backgroundColor="#F6861F";
		parent.window.menu_dx.document.getElementById("as").style.backgroundColor="#F6861F";
		parent.window.menu_dx.document.getElementById("cs").style.backgroundColor="#F6861F";
		parent.window.menu_dx.document.getElementById("ap").style.backgroundColor="#F6861F";
		
		
	}else{
		//l'oggetto nn č pių reperibile aggiorno la pagina
		parent.window.menu_sx.location.reload();	
		parent.window.menu_dx.location.reload();	
	}	
}
