function CaricaFoto(a,c,b,d,e){foto1=new Image;foto1.src=a;foto2=new Image;foto2.src=b;viewFotos(a,c,b,d,e)} function viewFotos(a,c,b,d,e){features="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+d+",height="+e;dlg=window.open("","Details",features);if(dlg.document.innerHTML!=""){dlg.close();dlg=window.open("","Details",features)}dlg.document.write("<html><head><ti");dlg.document.write("tle>"+c+" Zoom</title></head>");dlg.document.write("<body bgcolor=white><center>");dlg.document.write("<table width=100% height=100%>");dlg.document.write("<tr><td align=center valign=middle>"); dlg.document.write("<img src="+b+">");dlg.document.write("</td></tr><tr><td align=center valign=middle>");dlg.document.write("<img src="+a+">");dlg.document.write("</td></tr>");dlg.document.write("<tr><td align=center valign=middle>");dlg.document.write("<a href=# onClick=window.close();>");dlg.document.write("<font size=1 face=Arial>Click to close</font></a>");dlg.document.write("</td></tr>");dlg.document.write("</table></body></html>")};
