/*
 * Escribe el cuerpo central de la operativa
 */       
function writeContactsBody()
{
    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=\"1\" height=\"1\"></td>" );
    document.write( "<td><img src=\"images/bs.gif\" width=\"855\" height=\"15\"></td>" );
    document.write( "<td rowspan=\"100\"><img src=\"images/bs.gif\" width=\"1\" height=\"1\"></td>" );
    document.write( "</tr><tr><td align=\"center\" height=\"400px\" class=\"view_title\">" );
    document.write( "<b>SIMON EDMONDSON</b><br>" );
    document.write( "<a class=\"left_menu\" href=\"mailto:contact@simon-edmondson.com\">contact@simon-edmondson.com</a><br><br><br>" );
    document.write( "</td></tr><tr><td><img src=\"images/bs.gif\" width=\"855\" height=\"30\"></td>" );
    document.write( "</tr></table><!-- FIN CUERPO CENTRAL -->" );
}