if(!myPopup){var myPopup;}
function popupProdotti(url){
	myWidth=600;
	myHeight=310;
	return popup(url,myWidth,myHeight);
}

function popup(url,myWidth,myHeight){
/*	myWidth=580;
	myHeight=300;
*/	
	if(screen.width > myWidth){
		myLeft=(screen.width-myWidth)/2;
	}
	if(screen.height > myHeight){
		myTop=(screen.height-myHeight)/2;
	}
	if(myPopup){
		myPopup.close();
	}
	myPopup=window.open(url,'myWin','toolbar=no,status=no,resizable=yes,menubar=no,scrollbars=yes,width='+myWidth+',height='+myHeight+',top='+myTop+',left='+myLeft+'');
    if (navigator.appName=="Netscape") {
        myPopup.outerWidth=myWidth;
        myPopup.outerHeight=myHeight;
   }
   else{ myPopup.resizeTo(myWidth,myHeight);}
	myPopup.focus();
	return 	myPopup;
}

/*function right(e) {
	if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)){
			alert("Operazione non permessa");
			return false;
	}else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
		alert("Operazione non permessa");
		}
return true;
	}*/
/*document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;*/
function startIntro(){
	document.getElementById('intro').style.visibility="visible";
	document.getElementById('intro').style.display="block";
	document.getElementById('content').style.visibility="hidden";
	document.getElementById('content').style.display="none";
}
function skipIntro(){
	document.getElementById('content').style.visibility="visible";
	document.getElementById('content').style.display="block";
	document.getElementById('intro').style.visibility="hidden";
	document.getElementById('intro').style.display="none";
}



setInterval("x()",10);
function x(){window.status="ORTO BIG s.n.c. - C.da Piana-Cannella, SS 115 - 92027 Licata (Ag)"}
