function popupFe(pag){		x = 400;		y = 400;		xscreen = screen.width;		yscreen = screen.height;		pag = "../foto/scritta/" + pag;		newwinEtoile=window.open('', '', 'width=' + x +',height= ' + y +',scrollbars=no,resizable=no,titlebar=no');		newwinEtoile.document.write("<html><head><title>Simone il fotografo</title></head><body bgcolor=\"#000\" style=\"margin:0; \"><table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\"><tr><td width=\"100px\"></td>");		newwinEtoile.document.write("<td align=\"center\"><img src=\"" + pag + ".jpg\"></td>");		newwinEtoile.document.write("<td width=\"100px\" valign=\"top\" align=\"right\"></td></tr></table></body></html>");		newwinEtoile.moveTo(xscreen/2-x/2,yscreen/2-y/2);}function popupFe2(pag){		x = 400;		y = 400;		xscreen = screen.width;		yscreen = screen.height;		pag = "../foto/scritta2/" + pag;		newwinEtoile=window.open('', '', 'width=' + x +',height= ' + y +',scrollbars=no,resizable=no,titlebar=no');		newwinEtoile.document.write("<html><head><title>Simone il fotografo</title><style type=\"text/css\">html,body{margin:0;padding:0;background-color:#000000}table,td,tr{margin:0; padding:0;};</style></head>");		newwinEtoile.document.write("<body><table style=\"height:100%; width:100%;\" cellpadding=\"0\" cellspacing=\"0\"><tr valign=\"middle\"><td align=\"center\" valign=\"middle\">");		newwinEtoile.document.write("<img src=\"" + pag + ".jpg\">");		newwinEtoile.document.write("</td></tr></table></body></html>");		newwinEtoile.moveTo(xscreen/2-x/2,yscreen/2-y/2);}
