/*
 * Pinta el cuerpo central de la operativa
 */
function writeBibliographyBody()
{
    document.write( "<!-- CUERPO CENTRAL -->" );
    document.write( "<table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">" );
    document.write( "<tr><td rowspan=\"100\"><img src=\"images/bs.gif\" width=\"50\" height=\"1\"></td>" );
    document.write( "<td><img src=\"images/bs.gif\" width=\"855\" height=\"20\"></td>" );
    document.write( "<td rowspan=\"100\"><img src=\"images/bs.gif\" width=\"50\" height=\"1\"></td>" );
    document.write( "</tr><tr><td align=\"center\" class=\"view_title\" width=\"76%\">" );
    document.write( "<iframe scrolling=\"yes\" hspace=\"0\" vspace=\"0\" frameborder=\"0\" height=\"500\" width=\"855\" src=\"./contents.html\" class=scroll\"></iframe>" );
    document.write( "</td></tr><tr><td><img src=\"images/bs.gif\" width=\"855\" height=\"25\"></td>" );
    document.write( "</tr></table><!-- FIN CUERPO CENTRAL -->" );
}        
