//dimensione dell'IFRAME
function iframeAltezza(){
	/*var larghezza=screen.width;
	if(larghezza==800){
	      document.all("txt").style.height="240";
	}*/
}



//dimensione dell'IFRAME
function fontClass(numero){
	var larghezza=screen.width;
	if(larghezza==800){
		for(i=1;i<=numero;i++){
			document.all("txt"+i).className="font11";
		}
	}
}


function apriFoto(url){
	window.open(url,'Foto01',"height=330,width=520,scrollbars=1,resizable=0,menubar=0,toolbar=0,status=0,location=0,directories=0,left=0,top=0");

}
