window.defaultStatus='Miti3000.it - Mitologia e... dintorni';
var w=screen.width;
function showpic(img){
 foto= new Image();
 foto.src=(img);
 check(img);
};
function check(img){
 if((foto.width!=0)&&(foto.height!=0)){
  viewFoto(img);
 }
 else{
  funzione="check('"+img+"')";
  intervallo=setTimeout(funzione,100);
 }
};
function viewFoto(img){
 if(foto.height>660){
  largh=foto.width+41;
  altez=660;
  window.open('imagesd41d.htm?'+img,'_blank','toolbar=no,status=no,scrollbars=yes,resizable=yes,location=no,width='+largh+',height='+altez);
 }
 else{
  largh=foto.width+20;
  altez=foto.height+50;
  window.open('imagesd41d.htm?'+img,'_blank','toolbar=no,status=no,scrollbars=no,resizable=no,location=no,width='+largh+',height='+altez);
 }  
};
