  function myWindowClose(){
  win.close();
  }	
	var ll,aa,sa,sl;
   if(document.layers || (document.getElementById && (navigator.appName=="Netscape"))) {
     ll=window.innerWidth;
     aa=window.innerHeight;
   }
   else if(document.all || (document.getElementById && (navigator.appName=="Microsoft Internet Explorer"))) {
      ll=document.body.clientWidth;
      aa=document.body.clientHeight;
	}
	sl=screen.width/2-75;
	sa=screen.height/2-35;
  var win = window.open("about:blank","Progress","toolbar=no,width=150,height=70,directories=no,status=no,scrollbars=no,resize=no,resizable=0,menubar=no,top="+sa+",left="+sl);
  win.document.open();
  win.document.writeln('<hmtl><head><title>www.abc-fotografia.com</title></head>');  
  win.document.writeln('<body bgcolor="black"><br><center>');
  win.document.writeln('<font face="Arial,Helvetica" size=+1 color="yellow"><b>ATTENDERE</b></font><br>');
  win.document.writeln('</center>');
     win.document.writeln('</body></html>');
  win.document.close();
  window.onload=myWindowClose

