function apriw(arg)
{
	if (arg=='') 
	 alert('Immagine non disponibile')
  if (screen.height < 601)
	  larg=700
  else 
	  larg=780


 alt = screen.height - 150
 
 
    window.open("foto.php?name="+arg,"zoom","width="+larg+",height="+alt+",scrollbars=yes,left=40,top=10,status=yes,resizable=yes");	
	
	
}
function apriarg(arg)
{
	if (arg=='') 
	 alert('Immagine non disponibile')
  
  larg=750
  alt = screen.height - 150
   

    window.open("arg/leggi.php?arg="+arg,"zoom","width="+larg+",height="+alt+",scrollbars=yes,left=10,top=10,status=yes,resizable=yes");	
	
	
}