function showTools() { var content = '
\n' + '
\n' + '\n' + ' \n' + ' \n' + ' \n' + ' \n' + ' \n' + ' \n' + ' \n' + ' \n' + ' \n' + '
gbib-logo GenBank \n' + ' in a Box - GBIB
\n' + '
\n' + ' GenBank in a Box (GBIB) puts the GenBank© database \n' + ' from NCBI, the National Center for Biotechnology Information, into your \n' + ' hands, on your network, behind your firewall.   \n' + ' <Read More>

\n' + '
\n' + '
intercalate-logo Intercalate
\n' + '
\n' + ' Intercalate is a template-based modeling tool that \n' + ' turns a single high level description of your data into many concrete implementations \n' + ' you need for real software.  It creates Java source, SQL, tag files, html \n' + ' pages, and virtually everything else you need to produce a J2EE application.   \n' + ' With the addition of some open source tools, it can also address Web Services \n' + ' requirements. <Read \n' + ' more>
'; showContentTitle('Tools'); hideContentPageNav(); requestId = "contentBody"; document.getElementById('contentBody').innerHTML = content; }