  function abreVent(myUrl){

    var Amplio;

    Amplio=open("",myUrl,"menubar=0,width=400,height=330,top=100,left=100");

    Amplio.document.write("<html><head><title>CauceEscultura</title>");
    Amplio.document.write("</head>");
    Amplio.document.write('<body bgcolor="#0099ff" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">');
    Amplio.document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">');
    Amplio.document.write('<tr><td colspan="3"><table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%" bgcolor="#006699">');
    Amplio.document.write("<tr><td>");
    Amplio.document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#006699">');
    Amplio.document.write('<tr><td align="center"><a href="javascript:self.close()"><img src="img/fotos/');
    Amplio.document.write(Amplio.name);
    Amplio.document.write('.jpg" border="0" alt="cerrar ventana"></a>');
    Amplio.document.write("</td></tr></table>");
    Amplio.document.write("</td></tr></table></td></tr>");
    Amplio.document.write('<tr height="36"><td align="center"></td>');
    Amplio.document.write('<td align="left"  valign="middle">');
    Amplio.document.write('<img src="img/textocauce.gif" width="380" height="27" border="0"></td>');
    Amplio.document.write('<td align="center"></td></tr></table></body></html>');
  }
