function printContent()
{
    pw=window.open("","IMPRIMIR","width=630,height=600,resizable=yes,scrollbars=yes,toolbar=1,menubar=1,status=1,directories=1");      pw.document.open();
    pw.document.write("<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'><html xmlns='http://www.w3.org/1999/xhtml'><head><meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' /><link href='estilos.css' rel='stylesheet' type='text/css' /><script type='text/javascript' src='scripts.js'></script><title>Wellcomp</title></head><body>"+
    "<table width='598' border='1' cellspacing='0' cellpadding='0'><tr>"+
    "<table id='Table_01' border='0' cellpadding='0' cellspacing='0'><tr><td><img src='images/cabecera_impr.gif' width='598' height='70' alt=''></td></tr></table>" +
    "</tr><tr height='40'><td>&nbsp;</td></tr>" +
    "<tr height='40'><td width='590px'><table id='Table_01' border='0' cellpadding='0' cellspacing='0' width='100%'><tr><td width='100%' align='right'><a href='#' onClick='window.close();'><image src='images/bt_volver.gif' border='0'></a>&nbsp;&nbsp;&nbsp;</td></tr></table></td><tr>"+
    document.getElementById('contenido_generico').innerHTML+
      "</tr></table></body></html>");

    pw.document.writeln("<script>window.print();</"+"script>");
    pw.document.writeln("</html>");
    pw.document.close();
      
}