<!--
var win=null;
function NewWindow(myimg,extens,usawh,myname,w,h,scroll,pos){
if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}

if (usawh=="si"){
				settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
} else{
				settings=',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';	
	}

			win=window.open("",myname,settings);
			win.document.write(' <html><head><title>imgs</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ');
			win.document.write(' <style type="text/css"><!--body {margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;}--></style>');
			win.document.write(' </head><body> ');
			win.document.write(' <img src="../Images/' + myimg + '.' + extens + '" border="0" alt="VIA.gg.IO" name="immagine"> ');
if (usawh!="si"){
			win.document.write(' <script language="javascript" type="text/javascript">function ReimpostaDimensioni(){window.resizeTo(immagine.width, immagine.height);} ');
			win.document.write(' window.setTimeout("ReimpostaDimensioni()", 500); ');
			win.document.write(' //window.resizeTo(immagine.width, immagine.height);} ');
			win.document.write(' </script> ');
}					
			win.document.write(' </body></html> ');
			win.document.write('  ');
			win.document.write('  ');



 
win.document.bgColor="#ece7d0"
//win.document.close() 
//alert(pos)
}
// -->

