
// ------------------------------ abilita lo scroll nel flash 

document.onmousewheel = function() {
  // Adds mousewheel support to the flash movie - credits to the flashcoders list, http://chattyfig.figleaf.com
  document["start"].setVariable("_level0.__wheelDelta",event.wheelDelta);
};



///  ----------------------  non viene usato

function ridimensiona()
		{
			var max_largh = 600;
			var alt_largh = 540;
			var largh_fin = document.fotografia.immagine.width + 100;
			var alt_fin = document.fotografia.immagine.height + 100;

				//alert (document.fotografia.immagine.width)
				//alert (document.fotografia.immagine.height)
					
			if ((largh_fin<=alt_largh) && (alt_fin<=alt_largh))
				{ window.resizeTo(largh_fin,alt_fin); }
			else
				{ window.resizeTo(max_largh,alt_largh); }
		}
			
			
			
// -------------------------- GALLERY pop img	
function openGallery(numLyr,pos){
	nomePop = new String (numLyr);
	nomePop = nomePop.replace(".", "_")
var win="";
	
	
	 if  (pos == "o")
			{
			var widthImg=700;
			var heighImg=450;
			}
	else  {
			var widthImg=430;
			var heighImg=550;
			}
	
		
	win+='<html><head><title>Accademia Disney</title></head><body bgcolor="#000000" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"><table border="0" height="100%" align="center" cellspacing="0" cellpadding="0" bgcolor="#000000"><tr><td align="center"><img src="content/galleria/big/'+numLyr+'" border="0"></td></tr></table></body></html>';			
		
	var finestra=window.open("",nomePop,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+widthImg+',height='+heighImg+',left=10,top=10');

	finestra.document.open();
	finestra.document.write(win);
	finestra.document.close();
		
	finestra.focus();
	}		
	

// -------------------------- NEWS pop img
function openNews(imgNews){
	var win="";
		
	win+='<html><head><title>Accademia Disney</title></head><body bgcolor="#000000" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"><table border="0" height="100%" align="center" cellspacing="0" cellpadding="0" bgcolor="#000000"><tr><td align="center"><img src="'+imgNews+'" border="0"></td></tr></table></body></html>';			
		
	var finews=window.open("","imgNews",'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=500,left=10,top=10');
	finews.document.open();
	finews.document.write(win);
	finews.document.close();
		
	finews.focus();
	}
	
			
					
function Apri(quale) {
	    if (quale == 1) window.open("privacy.htm","condizioni","width=420,height=400, resizable=no,menubar=no,scrollBars=1");
		if (quale == 2) window.open("condizioni.htm","condizioni","width=420,height=400, resizable=no,menubar=no,scrollBars=1");
	  }
	  
	  
	  
	  
// -------------
	var isSP2 = false;
	var fullscreen=true;
	var isMac = (navigator.userAgent.indexOf("Mac") != -1); 
	var widthFl;
	var heightFl;
	
	if (isMac)
	{	if (screen.availWidth<1024){
			widthFl=800;
			heightFl=550;
		}else{
			widthFl=1024;
			heightFl=722;
		}
		fullscreen=false;
	} else {	
		if (screen.availWidth<1024){
			widthFl=800;
			heightFl=550;
		} else {
			widthFl=1024;
			heightFl=722;
		}
	
		isSP2 = (window.navigator.userAgent.indexOf("SV1")!=-1);
		if (isSP2==true) fullscreen=false;	
	}
	
	
// -------------