function fotoGalleria(pag){		x = 650;		y = 650;		xscreen = screen.width;		yscreen = screen.height;		newFrancescoC=window.open('', '', 'width=' + x +',height= ' + y +',scrollbars=no,resizable=no,titlebar=no');		newFrancescoC.document.write("<html><head><title>Francesco-C</title></head><body bgcolor=\"#000000\" style=\"margin:0; \"><table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\"><tr><td width=\"100px\"></td>");		newFrancescoC.document.write("<td align=\"center\"><img src=\"immagini/" + pag + ".jpg\"></td>");		newFrancescoC.document.write("<td width=\"100px\" valign=\"top\" align=\"right\"></td></tr></table></body></html>");		newFrancescoC.moveTo(xscreen/2-x/2,yscreen/2-y/2);}