function abrirfoto2 (foto){

if (navigator.appName=="Netscape") {

   miventana= window.open("","_blank","menubar=NO,scrollbars=no,resizable=yes ");
miventana.document.write("<html>");
miventana.document.write("<head><title>Clorato Potásico, para aclarar la voz.</title>");
miventana.document.write("</head>");
miventana.document.write("<body background='./images/fondoclorato.gif' leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
miventana.document.write("<center><img src='");
miventana.document.write(foto);
miventana.document.write("' name='");
miventana.document.write("fotogr'></center>");
miventana.document.write("</body>");
miventana.document.write("</html>");

 
}

else

{

   miventana= window.open("","_blank","top=15,left=30,width=10,height=10,menubar=NO,scrollbars=no,status=NO,resizable=no ");
miventana.document.write("<html>");
miventana.document.write("<head><title>Clorato Potásico, para aclarar la voz.</title>");
miventana.document.write("</head>");
miventana.document.write("<body background='./images/fondoclorato.gif' leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
miventana.document.write("<center><img src='");
miventana.document.write(foto);
miventana.document.write("' name='");
miventana.document.write("fotogr'></center>");
miventana.document.write("</body>");
miventana.document.write("</html>");

cargado = 'n'
   while (cargado = 'n') 
   {
	if (miventana.document.images[0].complete) { break; }
   }
   miventana.window.resizeTo(miventana.document.fotogr.width + 20,miventana.document.fotogr.height + 50);




}

}

