<!-- Begin

function aprischeda(m,largo,alto,r,t,z,menu,s,f)
{
var finestra=window.open("",m, config="width="+largo+",height="+alto+", resizable="+r+", toolbar="+t+", scrollbars="+z+", menubar="+menu+", location=0, directories=0, status="+s+"");

finestra.document.write("<html>\n");
finestra.document.write("<title>GS AIR</title>\n");
finestra.document.write("<head><link rel=\"stylesheet\" type=\"text/css\" href=\"./style.css\"></head>\n");

finestra.document.write("<body bgcolor=#ffffff marginwidth=0 topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0 marginheight=0>\n");

finestra.document.write("<table cellpadding=0 cellspacing=8 border=0 width=100% height=100%>\n");

finestra.document.write("<tr>\n");

finestra.document.write("<td valign=middle align=center>\n");

finestra.document.write("<table cellpadding=0 cellspacing=8 border=0>\n");

finestra.document.write("<tr>\n");

finestra.document.write("<td align=center><img src=./"+f+".jpg class=anteprime></td>\n");

finestra.document.write("</tr>\n");

finestra.document.write("</table>\n");

finestra.document.write("</td>\n");

finestra.document.write("</tr>\n");

finestra.document.write("</table>\n");

finestra.document.write("</body>\n");

finestra.document.write("</html>\n");

finestra.focus();
}





function aprischeda_carta(m,largo,alto,r,t,z,menu,s,f)
{
var finestra=window.open("",m, config="width="+largo+",height="+alto+", resizable="+r+", toolbar="+t+", scrollbars="+z+", menubar="+menu+", location=0, directories=0, status="+s+"");

finestra.document.write("<html>\n");
finestra.document.write("<title>GS AIR</title>\n");
finestra.document.write("<head><link rel=\"stylesheet\" type=\"text/css\" href=\"./style.css\"></head>\n");

finestra.document.write("<body bgcolor=#DEDEDE marginwidth=0 topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0 marginheight=0>\n");

finestra.document.write("<center>\n");

finestra.document.write("<table cellpadding=0 cellspacing=0 border=0 width=100% height=100%>\n");

finestra.document.write("<tr>\n");

finestra.document.write("<td colspan=2 align=center valign=middle><img src=./"+f+"></td>\n");

finestra.document.write("</tr>\n");

finestra.document.write("</table>\n");

finestra.document.write("</center>\n");

finestra.document.write("</body>\n");

finestra.document.write("</html>\n");

finestra.focus();
}






function aprischeda2(n,m,largo,alto,s)
{
var finestra=window.open(n, m, config="width="+largo+",height="+alto+",scrollbars="+s+"")
finestra.focus();
}





// End -->



