function finestra0()
{
zero=open("","zero","height=250,width=250,status=no,toolbar=no,directories=no,menubar=no,location=no,resizable=no,left=0,top=0");
zero.document.write("<html><title>Zero Pixels</title>"
+"<body background='../matt.gif' onblur=window.close()>"
+"<table height=100% width=100% border=0>"
+"<tr><td align=center valign=center width=100%>"
+"<img src='../weblink1.gif' width=230 height=55 border=0>"
+"<b><a href='javascript:window.close()'>"
+"<br>0 pixels left<br>0 pixels "
+" top<br>chiudi finestra</a></b></td></tr>"
+"</table></body></html>");
}
function finestra100()
{
cento=open("","cento","height=250,width=250,status=no,toolbar=no,directories=no,menubar=no,location=no,resizable=no,left=100,top=100");
cento.document.write("<html><title>100 Pixels</title>"
+"<body background='../matt.gif' onblur=window.close()>"
+"<table height=100% width=100% border=0>"
+"<tr><td align=center valign=center width=100%>"
+"<img src='../weblink1.gif' width=230 height=55 border=0>"
+"<b><a href='javascript:window.close()'>"
+"<br>100 pixels left<br>100 pixels "
+" top<br>chiudi finestra</a></b></td></tr>"
+"</table></body></html>");
}
function finestra200()
{
duecento=open("","duecento","height=250,width=250,status=no,toolbar=no,directories=no,menubar=no,location=no,resizable=no,left=200,top=200");
duecento.document.write("<html><title>200 Pixels</title>"
+"<body background='../matt.gif' onblur=window.close()>"
+"<table height=100% width=100% border=0>"
+"<tr><td align=center valign=center width=100%>"
+"<img src='../weblink1.gif' width=230 height=55 border=0>"
+"<b><a href='javascript:window.close()'>"
+"<br>200 pixels left<br>200 pixels "
+" top<br>chiudi finestra</a></b></td></tr>"
+"</table></body></html>");
}
function finestra300()
{
trecento=open("","trecento","height=250,width=250,status=no,toolbar=no,directories=no,menubar=no,location=no,resizable=no,left=300,top=300");
trecento.document.write("<html><title>300 Pixels</title>"
+"<body background='../matt.gif' onblur=window.close()>"
+"<table height=100% width=100% border=0>"
+"<tr><td align=center valign=center width=100%>"
+"<img src='../weblink1.gif' width=230 height=55 border=0>"
+"<b><a href='javascript:window.close()'>"
+"<br>300 pixels left<br>300 pixels "
+" top<br>chiudi finestra</a></b></td></tr>"
+"</table></body></html>");
}
