function abreFoto(nombre,ancho,alto,comentario) {  props = 'width=' + ancho + ',height=' + alto + ',scrollbars=yes,resizable=yes'; var w=window.open("",'',props) 
w.moveTo(50,5); w.document.write("<html><head><title>Complejo Sierras Blancas</title></head><body topmargin=0 leftmargin=0 bgcolor=#3399CC background=imagenes/sitio/f-azul.gif><center>"); 
w.document.write("<img src="+nombre+" border=1 hspace=4 vspace=4 alt='Cargando Imagen'>"); 
w.document.write(""); w.document.write(""); w.document.write(""); }
