<!-- Begin
function CaricaFoto(img){
  foto1= new Image();
  foto1.src=(img);
  Controlla(img);
}
function Controlla(img){
  if((foto1.width!=0)&&(foto1.height!=0)){
    viewFoto(img);
  }
  else{
    funzione="Controlla('"+img+"')";
    intervallo=setTimeout(funzione,20);
  }
}
function viewFoto(img){
  largh=foto1.width+20;
  altez=foto1.height+20;
  stringa="width="+largh+",height="+altez;
  finestra=window.open(img,"",stringa);
}
//  End -->

<!-- A HREF="javascript:CaricaFoto('/img/auto-resizable-pop-up/lg-1.gif')" BORDER="0" -->
<!-- IMG SRC="/img/auto-resizable-pop-up/1.gif" BORDER="0"></A -->
<!-- DIV ALIGN="CENTER">Click for zooming the image at it's real dimensions ... -->
<!-- Free JavaScripts provided -->
<!-- by http://javascriptsource.com The JavaScript Source -->
<!-- Script Size:  1.97 KB -->