changeset 118:7f3f8c10f44b

fix for Rikilt issues 8, 11, 12, 14
author Jan Kanis <jan.code@jankanis.nl>
date Thu, 31 Jul 2014 13:09:30 +0200
parents 8ae714069687
children 591dc9c24824
files blast2html.html.jinja blast2html.py test-data/blast xml example1.html test-data/blast xml example3.html test-data/blast xml example3b.html test-data/blast xml example4.html test-data/blast xml example4b.html
diffstat 7 files changed, 1893 insertions(+), 1894 deletions(-) [+]
line wrap: on
line diff
--- a/blast2html.html.jinja	Thu Jul 31 14:55:07 2014 +0200
+++ b/blast2html.html.jinja	Thu Jul 31 13:09:30 2014 +0200
@@ -422,9 +422,8 @@
 
         {% for result in blast.BlastOutput_iterations.Iteration %}
         <div class=indexentry><a href="#match{{result|nodeid}}">
-            {% set hits = result|hits %}
             {{result['Iteration_query-ID']}}: {{result['Iteration_query-def']}}
-            ({{result|len}} letters, {{hits|length}} hits)
+            ({{result|len}} letters, {{result|hits|length}} hits)
         </a></div>
         {% endfor %}
 
@@ -476,7 +475,7 @@
                   <div class=graphicitem style="background-color: {{colors[1]}}">40–50</div>
                   <div class=graphicitem style="background-color: {{colors[2]}}">50–80</div>
                   <div class=graphicitem style="background-color: {{colors[3]}}">80–200</div>
-                  <div class=graphicitem style="background-color: {{colors[4]}}">200≤</div>
+                  <div class=graphicitem style="background-color: {{colors[4]}}">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -611,12 +610,12 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>{{hsp['Hsp_bit-score']|fmt('.1f')}} bits({{hsp.Hsp_score}})</td>
-                      <td>{{hsp.Hsp_evalue|fmt('.1f')}}</td>
-                      <td>{{ hsp.Hsp_identity }}/{{ hsp|len }}({{
+                      <td>{{hsp['Hsp_bit-score']}} bits ({{hsp.Hsp_score}})</td>
+                      <td>{{hsp.Hsp_evalue}}</td>
+                      <td>{{ hsp.Hsp_identity }}/{{ hsp|len }} ({{
                         ((hsp.Hsp_identity|float)/hsp|len) | fmt('.0%') }})</td>
                       <td>{{ hsp.Hsp_gaps }}/{{ hsp|len
-                        }}({{ ((hsp.Hsp_gaps|float) / hsp|len) | fmt('.0%') }})</td>
+                        }} ({{ ((hsp.Hsp_gaps|float) / hsp|len) | fmt('.0%') }})</td>
                       <td>{{ hsp['Hsp_query-frame']|asframe }}/{{ hsp['Hsp_hit-frame']|asframe }}</td>
                     </tr>
                   </table>
--- a/blast2html.py	Thu Jul 31 14:55:07 2014 +0200
+++ b/blast2html.py	Thu Jul 31 13:09:30 2014 +0200
@@ -342,7 +342,7 @@
                        maxscore = "{0:.1f}".format(max(hsp_val('Hsp_bit-score'))),
                        totalscore = "{0:.1f}".format(sum(hsp_val('Hsp_bit-score'))),
                        cover = "{0:.0%}".format(cover_count / query_length),
-                       e_value = "{0:.4g}".format(min(hsp_val('Hsp_evalue'))),
+                       e_value = "{0:.4}".format(float(min(hsp_val('Hsp_evalue')))),
                        # FIXME: is this the correct formula vv?
                        # float(...) because non-flooring division doesn't work with lxml elements in python 2.6
                        ident = "{0:.0%}".format(float(min(float(hsp.Hsp_identity) / blastxml_len(hsp) for hsp in hsps))))
@@ -383,7 +383,7 @@
             return text if display_nolink else ''
 
         classattr = 'class="{0}" '.format(jinja2.escape(cssclass)) if cssclass is not None else ''
-        return jinja2.Markup("<a {0}href=\"{1}\">{2}</a>".format(classattr, jinja2.escape(link), jinja2.escape(text)))
+        return jinja2.Markup("<a {0}target=\"_top\" href=\"{1}\">{2}</a>".format(classattr, jinja2.escape(link), jinja2.escape(text)))
 
 
 genelinks_entry = namedtuple('genelinks_entry', 'dbname template')
--- a/test-data/blast xml example1.html	Thu Jul 31 14:55:07 2014 +0200
+++ b/test-data/blast xml example1.html	Thu Jul 31 13:09:30 2014 +0200
@@ -440,7 +440,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -1868,7 +1868,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5K_A?report=genbank&amp;log$=nuclalign">3J5K_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5K_A?report=genbank&amp;log$=nuclalign">3J5K_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-2"
@@ -1881,7 +1881,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5I_A?report=genbank&amp;log$=nuclalign">3J5I_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5I_A?report=genbank&amp;log$=nuclalign">3J5I_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-3"
@@ -1894,7 +1894,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5G_A?report=genbank&amp;log$=nuclalign">3J5G_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5G_A?report=genbank&amp;log$=nuclalign">3J5G_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-4"
@@ -1907,7 +1907,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5E_A?report=genbank&amp;log$=nuclalign">3J5E_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5E_A?report=genbank&amp;log$=nuclalign">3J5E_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-5"
@@ -1920,7 +1920,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5C_A?report=genbank&amp;log$=nuclalign">3J5C_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5C_A?report=genbank&amp;log$=nuclalign">3J5C_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-6"
@@ -1933,7 +1933,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5A_A?report=genbank&amp;log$=nuclalign">3J5A_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5A_A?report=genbank&amp;log$=nuclalign">3J5A_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-7"
@@ -1946,7 +1946,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J58_A?report=genbank&amp;log$=nuclalign">3J58_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J58_A?report=genbank&amp;log$=nuclalign">3J58_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-8"
@@ -1959,7 +1959,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J56_A?report=genbank&amp;log$=nuclalign">3J56_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J56_A?report=genbank&amp;log$=nuclalign">3J56_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-9"
@@ -1972,7 +1972,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J54_A?report=genbank&amp;log$=nuclalign">3J54_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J54_A?report=genbank&amp;log$=nuclalign">3J54_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-10"
@@ -1985,7 +1985,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J52_A?report=genbank&amp;log$=nuclalign">3J52_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J52_A?report=genbank&amp;log$=nuclalign">3J52_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-11"
@@ -1998,7 +1998,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J51_A?report=genbank&amp;log$=nuclalign">3J51_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J51_A?report=genbank&amp;log$=nuclalign">3J51_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-12"
@@ -2011,7 +2011,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J50_A?report=genbank&amp;log$=nuclalign">3J50_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J50_A?report=genbank&amp;log$=nuclalign">3J50_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-13"
@@ -2024,7 +2024,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J4X_A?report=genbank&amp;log$=nuclalign">3J4X_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J4X_A?report=genbank&amp;log$=nuclalign">3J4X_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-14"
@@ -2037,7 +2037,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J37_A?report=genbank&amp;log$=nuclalign">3J37_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J37_A?report=genbank&amp;log$=nuclalign">3J37_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-15"
@@ -2050,7 +2050,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3IZT_B?report=genbank&amp;log$=nuclalign">3IZT_B</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3IZT_B?report=genbank&amp;log$=nuclalign">3IZT_B</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-16"
@@ -2063,7 +2063,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3FIK_B?report=genbank&amp;log$=nuclalign">3FIK_B</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3FIK_B?report=genbank&amp;log$=nuclalign">3FIK_B</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-17"
@@ -2076,7 +2076,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3E1B_B?report=genbank&amp;log$=nuclalign">3E1B_B</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3E1B_B?report=genbank&amp;log$=nuclalign">3E1B_B</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-18"
@@ -2089,7 +2089,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/2GYC_0?report=genbank&amp;log$=nuclalign">2GYC_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2GYC_0?report=genbank&amp;log$=nuclalign">2GYC_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-19"
@@ -2102,7 +2102,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/2GYA_0?report=genbank&amp;log$=nuclalign">2GYA_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2GYA_0?report=genbank&amp;log$=nuclalign">2GYA_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-20"
@@ -2115,7 +2115,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/2I2V_B?report=genbank&amp;log$=nuclalign">2I2V_B</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2I2V_B?report=genbank&amp;log$=nuclalign">2I2V_B</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-21"
@@ -2128,7 +2128,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/2AW4_B?report=genbank&amp;log$=nuclalign">2AW4_B</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2AW4_B?report=genbank&amp;log$=nuclalign">2AW4_B</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-22"
@@ -2141,7 +2141,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/2AWB_B?report=genbank&amp;log$=nuclalign">2AWB_B</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2AWB_B?report=genbank&amp;log$=nuclalign">2AWB_B</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-23"
@@ -2154,7 +2154,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/1VS6_B?report=genbank&amp;log$=nuclalign">1VS6_B</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1VS6_B?report=genbank&amp;log$=nuclalign">1VS6_B</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-24"
@@ -2167,7 +2167,7 @@
                   <td>100%</td>
                   <td>0.0007913</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/1P85_0?report=genbank&amp;log$=nuclalign">1P85_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1P85_0?report=genbank&amp;log$=nuclalign">1P85_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-25"
@@ -2180,7 +2180,7 @@
                   <td>81%</td>
                   <td>0.04882</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/1C2W_B?report=genbank&amp;log$=nuclalign">1C2W_B</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1C2W_B?report=genbank&amp;log$=nuclalign">1C2W_B</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-30"
@@ -2193,7 +2193,7 @@
                   <td>81%</td>
                   <td>11.9</td>
                   <td>92%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J44_1?report=genbank&amp;log$=nuclalign">3J44_1</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J44_1?report=genbank&amp;log$=nuclalign">3J44_1</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-35"
@@ -2206,7 +2206,7 @@
                   <td>81%</td>
                   <td>11.9</td>
                   <td>92%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J2L_1?report=genbank&amp;log$=nuclalign">3J2L_1</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J2L_1?report=genbank&amp;log$=nuclalign">3J2L_1</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-26"
@@ -2219,7 +2219,7 @@
                   <td>88%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J62_AA?report=genbank&amp;log$=nuclalign">3J62_AA</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J62_AA?report=genbank&amp;log$=nuclalign">3J62_AA</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-27"
@@ -2232,7 +2232,7 @@
                   <td>56%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/4CE4_A?report=genbank&amp;log$=nuclalign">4CE4_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4CE4_A?report=genbank&amp;log$=nuclalign">4CE4_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-28"
@@ -2245,7 +2245,7 @@
                   <td>81%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/4BYP_5?report=genbank&amp;log$=nuclalign">4BYP_5</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4BYP_5?report=genbank&amp;log$=nuclalign">4BYP_5</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-29"
@@ -2258,7 +2258,7 @@
                   <td>81%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/4BYW_5?report=genbank&amp;log$=nuclalign">4BYW_5</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4BYW_5?report=genbank&amp;log$=nuclalign">4BYW_5</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-31"
@@ -2271,7 +2271,7 @@
                   <td>75%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/4HUB_0?report=genbank&amp;log$=nuclalign">4HUB_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4HUB_0?report=genbank&amp;log$=nuclalign">4HUB_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-32"
@@ -2284,7 +2284,7 @@
                   <td>100%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3F_5?report=genbank&amp;log$=nuclalign">3J3F_5</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3F_5?report=genbank&amp;log$=nuclalign">3J3F_5</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-33"
@@ -2297,7 +2297,7 @@
                   <td>100%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3E_5?report=genbank&amp;log$=nuclalign">3J3E_5</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3E_5?report=genbank&amp;log$=nuclalign">3J3E_5</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-34"
@@ -2310,7 +2310,7 @@
                   <td>81%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3ZEX_B?report=genbank&amp;log$=nuclalign">3ZEX_B</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3ZEX_B?report=genbank&amp;log$=nuclalign">3ZEX_B</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-36"
@@ -2323,7 +2323,7 @@
                   <td>56%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3OW2_0?report=genbank&amp;log$=nuclalign">3OW2_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3OW2_0?report=genbank&amp;log$=nuclalign">3OW2_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-37"
@@ -2336,7 +2336,7 @@
                   <td>75%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/4ADX_0?report=genbank&amp;log$=nuclalign">4ADX_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4ADX_0?report=genbank&amp;log$=nuclalign">4ADX_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-38"
@@ -2349,7 +2349,7 @@
                   <td>88%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3U5F_6?report=genbank&amp;log$=nuclalign">3U5F_6</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3U5F_6?report=genbank&amp;log$=nuclalign">3U5F_6</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-39"
@@ -2362,7 +2362,7 @@
                   <td>88%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3U5B_2?report=genbank&amp;log$=nuclalign">3U5B_2</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3U5B_2?report=genbank&amp;log$=nuclalign">3U5B_2</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-40"
@@ -2375,7 +2375,7 @@
                   <td>75%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/4A1D_1?report=genbank&amp;log$=nuclalign">4A1D_1</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4A1D_1?report=genbank&amp;log$=nuclalign">4A1D_1</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-41"
@@ -2388,7 +2388,7 @@
                   <td>75%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/4A18_1?report=genbank&amp;log$=nuclalign">4A18_1</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4A18_1?report=genbank&amp;log$=nuclalign">4A18_1</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-42"
@@ -2401,7 +2401,7 @@
                   <td>75%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/4A1B_1?report=genbank&amp;log$=nuclalign">4A1B_1</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4A1B_1?report=genbank&amp;log$=nuclalign">4A1B_1</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-43"
@@ -2414,7 +2414,7 @@
                   <td>56%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J0L_8?report=genbank&amp;log$=nuclalign">3J0L_8</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J0L_8?report=genbank&amp;log$=nuclalign">3J0L_8</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-44"
@@ -2427,7 +2427,7 @@
                   <td>56%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J0O_8?report=genbank&amp;log$=nuclalign">3J0O_8</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J0O_8?report=genbank&amp;log$=nuclalign">3J0O_8</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-45"
@@ -2440,7 +2440,7 @@
                   <td>81%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3O58_1?report=genbank&amp;log$=nuclalign">3O58_1</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3O58_1?report=genbank&amp;log$=nuclalign">3O58_1</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-46"
@@ -2453,7 +2453,7 @@
                   <td>81%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3O5H_1?report=genbank&amp;log$=nuclalign">3O5H_1</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3O5H_1?report=genbank&amp;log$=nuclalign">3O5H_1</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-47"
@@ -2466,7 +2466,7 @@
                   <td>88%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3O2Z_1?report=genbank&amp;log$=nuclalign">3O2Z_1</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3O2Z_1?report=genbank&amp;log$=nuclalign">3O2Z_1</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-48"
@@ -2479,7 +2479,7 @@
                   <td>88%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3O30_1?report=genbank&amp;log$=nuclalign">3O30_1</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3O30_1?report=genbank&amp;log$=nuclalign">3O30_1</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-49"
@@ -2492,7 +2492,7 @@
                   <td>81%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3IZF_A?report=genbank&amp;log$=nuclalign">3IZF_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3IZF_A?report=genbank&amp;log$=nuclalign">3IZF_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-50"
@@ -2505,7 +2505,7 @@
                   <td>88%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3IZE_A?report=genbank&amp;log$=nuclalign">3IZE_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3IZE_A?report=genbank&amp;log$=nuclalign">3IZE_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-51"
@@ -2518,7 +2518,7 @@
                   <td>56%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_I?report=genbank&amp;log$=nuclalign">3KO2_I</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_I?report=genbank&amp;log$=nuclalign">3KO2_I</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-52"
@@ -2531,7 +2531,7 @@
                   <td>56%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_H?report=genbank&amp;log$=nuclalign">3KO2_H</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_H?report=genbank&amp;log$=nuclalign">3KO2_H</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-53"
@@ -2544,7 +2544,7 @@
                   <td>56%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_D?report=genbank&amp;log$=nuclalign">3KO2_D</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_D?report=genbank&amp;log$=nuclalign">3KO2_D</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-54"
@@ -2557,7 +2557,7 @@
                   <td>56%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_C?report=genbank&amp;log$=nuclalign">3KO2_C</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_C?report=genbank&amp;log$=nuclalign">3KO2_C</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-55"
@@ -2570,7 +2570,7 @@
                   <td>75%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3I56_0?report=genbank&amp;log$=nuclalign">3I56_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3I56_0?report=genbank&amp;log$=nuclalign">3I56_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-56"
@@ -2583,7 +2583,7 @@
                   <td>81%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3JYX_5?report=genbank&amp;log$=nuclalign">3JYX_5</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3JYX_5?report=genbank&amp;log$=nuclalign">3JYX_5</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-57"
@@ -2596,7 +2596,7 @@
                   <td>88%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3JYV_A?report=genbank&amp;log$=nuclalign">3JYV_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3JYV_A?report=genbank&amp;log$=nuclalign">3JYV_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-58"
@@ -2609,7 +2609,7 @@
                   <td>56%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/1S1I_3?report=genbank&amp;log$=nuclalign">1S1I_3</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1S1I_3?report=genbank&amp;log$=nuclalign">1S1I_3</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-59"
@@ -2622,7 +2622,7 @@
                   <td>56%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/2QEX_0?report=genbank&amp;log$=nuclalign">2QEX_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2QEX_0?report=genbank&amp;log$=nuclalign">2QEX_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-60"
@@ -2635,7 +2635,7 @@
                   <td>56%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CPW_0?report=genbank&amp;log$=nuclalign">3CPW_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CPW_0?report=genbank&amp;log$=nuclalign">3CPW_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-61"
@@ -2648,7 +2648,7 @@
                   <td>75%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCV_0?report=genbank&amp;log$=nuclalign">3CCV_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCV_0?report=genbank&amp;log$=nuclalign">3CCV_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-62"
@@ -2661,7 +2661,7 @@
                   <td>75%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCU_0?report=genbank&amp;log$=nuclalign">3CCU_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCU_0?report=genbank&amp;log$=nuclalign">3CCU_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-63"
@@ -2674,7 +2674,7 @@
                   <td>75%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCS_0?report=genbank&amp;log$=nuclalign">3CCS_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCS_0?report=genbank&amp;log$=nuclalign">3CCS_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-64"
@@ -2687,7 +2687,7 @@
                   <td>75%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCR_0?report=genbank&amp;log$=nuclalign">3CCR_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCR_0?report=genbank&amp;log$=nuclalign">3CCR_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-65"
@@ -2700,7 +2700,7 @@
                   <td>75%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCQ_0?report=genbank&amp;log$=nuclalign">3CCQ_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCQ_0?report=genbank&amp;log$=nuclalign">3CCQ_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-66"
@@ -2713,7 +2713,7 @@
                   <td>75%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCM_0?report=genbank&amp;log$=nuclalign">3CCM_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCM_0?report=genbank&amp;log$=nuclalign">3CCM_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-67"
@@ -2726,7 +2726,7 @@
                   <td>75%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCL_0?report=genbank&amp;log$=nuclalign">3CCL_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCL_0?report=genbank&amp;log$=nuclalign">3CCL_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-68"
@@ -2739,7 +2739,7 @@
                   <td>75%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCJ_0?report=genbank&amp;log$=nuclalign">3CCJ_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCJ_0?report=genbank&amp;log$=nuclalign">3CCJ_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-69"
@@ -2752,7 +2752,7 @@
                   <td>75%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCE_0?report=genbank&amp;log$=nuclalign">3CCE_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCE_0?report=genbank&amp;log$=nuclalign">3CCE_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-70"
@@ -2765,7 +2765,7 @@
                   <td>75%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CC7_0?report=genbank&amp;log$=nuclalign">3CC7_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CC7_0?report=genbank&amp;log$=nuclalign">3CC7_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-71"
@@ -2778,7 +2778,7 @@
                   <td>75%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CC2_0?report=genbank&amp;log$=nuclalign">3CC2_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CC2_0?report=genbank&amp;log$=nuclalign">3CC2_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-72"
@@ -2791,7 +2791,7 @@
                   <td>81%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/2ZKR_0?report=genbank&amp;log$=nuclalign">2ZKR_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2ZKR_0?report=genbank&amp;log$=nuclalign">2ZKR_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-73"
@@ -2804,7 +2804,7 @@
                   <td>56%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/2QA4_0?report=genbank&amp;log$=nuclalign">2QA4_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2QA4_0?report=genbank&amp;log$=nuclalign">2QA4_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-74"
@@ -2817,7 +2817,7 @@
                   <td>56%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/2FTC_R?report=genbank&amp;log$=nuclalign">2FTC_R</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2FTC_R?report=genbank&amp;log$=nuclalign">2FTC_R</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-75"
@@ -2830,7 +2830,7 @@
                   <td>56%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/1S72_0?report=genbank&amp;log$=nuclalign">1S72_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1S72_0?report=genbank&amp;log$=nuclalign">1S72_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-76"
@@ -2843,7 +2843,7 @@
                   <td>75%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/1YIT_0?report=genbank&amp;log$=nuclalign">1YIT_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1YIT_0?report=genbank&amp;log$=nuclalign">1YIT_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-77"
@@ -2856,7 +2856,7 @@
                   <td>75%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/1YHQ_0?report=genbank&amp;log$=nuclalign">1YHQ_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1YHQ_0?report=genbank&amp;log$=nuclalign">1YHQ_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-78"
@@ -2869,7 +2869,7 @@
                   <td>75%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/1YJW_0?report=genbank&amp;log$=nuclalign">1YJW_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1YJW_0?report=genbank&amp;log$=nuclalign">1YJW_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-79"
@@ -2882,7 +2882,7 @@
                   <td>56%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/1Q86_A?report=genbank&amp;log$=nuclalign">1Q86_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1Q86_A?report=genbank&amp;log$=nuclalign">1Q86_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-80"
@@ -2895,7 +2895,7 @@
                   <td>56%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/1JJ2_0?report=genbank&amp;log$=nuclalign">1JJ2_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1JJ2_0?report=genbank&amp;log$=nuclalign">1JJ2_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-81"
@@ -2908,7 +2908,7 @@
                   <td>56%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/1KC8_A?report=genbank&amp;log$=nuclalign">1KC8_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1KC8_A?report=genbank&amp;log$=nuclalign">1KC8_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-82"
@@ -2921,7 +2921,7 @@
                   <td>56%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/1FFK_0?report=genbank&amp;log$=nuclalign">1FFK_0</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1FFK_0?report=genbank&amp;log$=nuclalign">1FFK_0</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-83"
@@ -2934,7 +2934,7 @@
                   <td>56%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/1FG0_A?report=genbank&amp;log$=nuclalign">1FG0_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1FG0_A?report=genbank&amp;log$=nuclalign">1FG0_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-84"
@@ -2947,7 +2947,7 @@
                   <td>56%</td>
                   <td>11.9</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/1FFZ_A?report=genbank&amp;log$=nuclalign">1FFZ_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1FFZ_A?report=genbank&amp;log$=nuclalign">1FFZ_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-85"
@@ -2960,7 +2960,7 @@
                   <td>50%</td>
                   <td>47.03</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/4LGT_F?report=genbank&amp;log$=nuclalign">4LGT_F</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4LGT_F?report=genbank&amp;log$=nuclalign">4LGT_F</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-86"
@@ -2973,7 +2973,7 @@
                   <td>50%</td>
                   <td>47.03</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/4LGT_E?report=genbank&amp;log$=nuclalign">4LGT_E</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4LGT_E?report=genbank&amp;log$=nuclalign">4LGT_E</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-87"
@@ -2986,7 +2986,7 @@
                   <td>69%</td>
                   <td>47.03</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/4BTD_A?report=genbank&amp;log$=nuclalign">4BTD_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4BTD_A?report=genbank&amp;log$=nuclalign">4BTD_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-88"
@@ -2999,7 +2999,7 @@
                   <td>69%</td>
                   <td>47.03</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/4L6J_A?report=genbank&amp;log$=nuclalign">4L6J_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4L6J_A?report=genbank&amp;log$=nuclalign">4L6J_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-89"
@@ -3012,7 +3012,7 @@
                   <td>69%</td>
                   <td>47.03</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/4KFI_A?report=genbank&amp;log$=nuclalign">4KFI_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4KFI_A?report=genbank&amp;log$=nuclalign">4KFI_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-90"
@@ -3025,7 +3025,7 @@
                   <td>69%</td>
                   <td>47.03</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/4K0Q_A?report=genbank&amp;log$=nuclalign">4K0Q_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4K0Q_A?report=genbank&amp;log$=nuclalign">4K0Q_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-91"
@@ -3038,7 +3038,7 @@
                   <td>69%</td>
                   <td>47.03</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/4K0M_A?report=genbank&amp;log$=nuclalign">4K0M_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4K0M_A?report=genbank&amp;log$=nuclalign">4K0M_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-92"
@@ -3051,7 +3051,7 @@
                   <td>88%</td>
                   <td>47.03</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3V_A?report=genbank&amp;log$=nuclalign">3J3V_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3V_A?report=genbank&amp;log$=nuclalign">3J3V_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-93"
@@ -3064,7 +3064,7 @@
                   <td>88%</td>
                   <td>47.03</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3W_A?report=genbank&amp;log$=nuclalign">3J3W_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3W_A?report=genbank&amp;log$=nuclalign">3J3W_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-94"
@@ -3077,7 +3077,7 @@
                   <td>69%</td>
                   <td>47.03</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3V6X_A?report=genbank&amp;log$=nuclalign">3V6X_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3V6X_A?report=genbank&amp;log$=nuclalign">3V6X_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-95"
@@ -3090,7 +3090,7 @@
                   <td>69%</td>
                   <td>47.03</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/3V6W_A?report=genbank&amp;log$=nuclalign">3V6W_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3V6W_A?report=genbank&amp;log$=nuclalign">3V6W_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-96"
@@ -3103,7 +3103,7 @@
                   <td>50%</td>
                   <td>47.03</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/2YMI_DD?report=genbank&amp;log$=nuclalign">2YMI_DD</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2YMI_DD?report=genbank&amp;log$=nuclalign">2YMI_DD</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-97"
@@ -3116,7 +3116,7 @@
                   <td>56%</td>
                   <td>47.03</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/2YMF_A?report=genbank&amp;log$=nuclalign">2YMF_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2YMF_A?report=genbank&amp;log$=nuclalign">2YMF_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-98"
@@ -3129,7 +3129,7 @@
                   <td>69%</td>
                   <td>47.03</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/2J01_A?report=genbank&amp;log$=nuclalign">2J01_A</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2J01_A?report=genbank&amp;log$=nuclalign">2J01_A</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-99"
@@ -3142,7 +3142,7 @@
                   <td>50%</td>
                   <td>47.03</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/4AQX_C?report=genbank&amp;log$=nuclalign">4AQX_C</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4AQX_C?report=genbank&amp;log$=nuclalign">4AQX_C</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-100"
@@ -3155,7 +3155,7 @@
                   <td>50%</td>
                   <td>47.03</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/4AQU_C?report=genbank&amp;log$=nuclalign">4AQU_C</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4AQU_C?report=genbank&amp;log$=nuclalign">4AQU_C</a></td>
                 </tr>
               </table>
 
@@ -3172,13 +3172,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5K_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5K_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, E. Coli 70s-fmetval-trnaval Post-translocation Complex (post4, 50s Subunit)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5K_A?report=genbank&amp;log$=nuclalign">gi|557804730|pdb|3J5K|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5K_A?report=genbank&amp;log$=nuclalign">gi|557804730|pdb|3J5K|A</a>
                     <span class=b>Length:</span> 2903
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -3195,10 +3195,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3217,10 +3217,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3239,10 +3239,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3261,10 +3261,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3280,13 +3280,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-2">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5I_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5I_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, E. Coli 70s-fmetval-trnaval-trnafmet Complex In Intermediate Post- Translocation State (post3b, 50s Subunit)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5I_A?report=genbank&amp;log$=nuclalign">gi|557804675|pdb|3J5I|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5I_A?report=genbank&amp;log$=nuclalign">gi|557804675|pdb|3J5I|A</a>
                     <span class=b>Length:</span> 2903
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -3303,10 +3303,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3325,10 +3325,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3347,10 +3347,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3369,10 +3369,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3388,13 +3388,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-3">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5G_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5G_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, E. Coli 70s-fmetval-trnaval-trnafmet Complex In Intermediate Post- Translocation State (post3a, 50s Subunit)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5G_A?report=genbank&amp;log$=nuclalign">gi|557804619|pdb|3J5G|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5G_A?report=genbank&amp;log$=nuclalign">gi|557804619|pdb|3J5G|A</a>
                     <span class=b>Length:</span> 2903
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -3411,10 +3411,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3433,10 +3433,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3455,10 +3455,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3477,10 +3477,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3496,13 +3496,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-4">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5E_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5E_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, E. Coli 70s-fmetval-trnaval-trnafmet Complex In Intermediate Post- Translocation State (post2b, 50s Subunit)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5E_A?report=genbank&amp;log$=nuclalign">gi|557804563|pdb|3J5E|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5E_A?report=genbank&amp;log$=nuclalign">gi|557804563|pdb|3J5E|A</a>
                     <span class=b>Length:</span> 2903
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -3519,10 +3519,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3541,10 +3541,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3563,10 +3563,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3585,10 +3585,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3604,13 +3604,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-5">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5C_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5C_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, E. Coli 70s-fmetval-trnaval-trnafmet Complex In Intermediate Post- Translocation State (post2a, 50s Subunit)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5C_A?report=genbank&amp;log$=nuclalign">gi|557804507|pdb|3J5C|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5C_A?report=genbank&amp;log$=nuclalign">gi|557804507|pdb|3J5C|A</a>
                     <span class=b>Length:</span> 2903
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -3627,10 +3627,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3649,10 +3649,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3671,10 +3671,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3693,10 +3693,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3712,13 +3712,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-6">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5A_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5A_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, E. Coli 70s-fmetval-trnaval-trnafmet Complex In Classic Post- Translocation State (post1, 50s Subunit)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5A_A?report=genbank&amp;log$=nuclalign">gi|557804451|pdb|3J5A|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J5A_A?report=genbank&amp;log$=nuclalign">gi|557804451|pdb|3J5A|A</a>
                     <span class=b>Length:</span> 2903
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -3735,10 +3735,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3757,10 +3757,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3779,10 +3779,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3801,10 +3801,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3820,13 +3820,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-7">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J58_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J58_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, E. Coli 70s-fmetval-trnaval-trnafmet Complex In Hybrid Pre- Translocation State (pre5b, 50s Subunit)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J58_A?report=genbank&amp;log$=nuclalign">gi|557804395|pdb|3J58|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J58_A?report=genbank&amp;log$=nuclalign">gi|557804395|pdb|3J58|A</a>
                     <span class=b>Length:</span> 2903
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -3843,10 +3843,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3865,10 +3865,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3887,10 +3887,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3909,10 +3909,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3928,13 +3928,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-8">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J56_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J56_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, E. Coli 70s-fmetval-trnaval-trnafmet Complex In Hybrid Pre- Translocation State (pre5a, 50s Subunit)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J56_A?report=genbank&amp;log$=nuclalign">gi|557804339|pdb|3J56|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J56_A?report=genbank&amp;log$=nuclalign">gi|557804339|pdb|3J56|A</a>
                     <span class=b>Length:</span> 2903
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -3951,10 +3951,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3973,10 +3973,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3995,10 +3995,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4017,10 +4017,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4036,13 +4036,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-9">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J54_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J54_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, E. Coli 70s-fmetval-trnaval-trnafmet Complex In Hybrid Pre- Translocation State (pre4, 50s Subunit)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J54_A?report=genbank&amp;log$=nuclalign">gi|557804283|pdb|3J54|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J54_A?report=genbank&amp;log$=nuclalign">gi|557804283|pdb|3J54|A</a>
                     <span class=b>Length:</span> 2903
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -4059,10 +4059,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4081,10 +4081,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4103,10 +4103,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4125,10 +4125,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4144,13 +4144,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-10">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J52_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J52_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, E. Coli 70s-fmetval-trnaval-trnafmet Complex In Classic Pre- Translocation State (pre1a, 50s Subunit)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J52_A?report=genbank&amp;log$=nuclalign">gi|557804227|pdb|3J52|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J52_A?report=genbank&amp;log$=nuclalign">gi|557804227|pdb|3J52|A</a>
                     <span class=b>Length:</span> 2903
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -4167,10 +4167,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4189,10 +4189,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4211,10 +4211,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4233,10 +4233,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4252,13 +4252,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-11">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J51_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J51_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, E. Coli 70s-fmetval-trnaval-trnafmet Complex In Intermediate Pre- Translocation State (pre3, 50s Subunit)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J51_A?report=genbank&amp;log$=nuclalign">gi|557804195|pdb|3J51|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J51_A?report=genbank&amp;log$=nuclalign">gi|557804195|pdb|3J51|A</a>
                     <span class=b>Length:</span> 2903
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -4275,10 +4275,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4297,10 +4297,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4319,10 +4319,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4341,10 +4341,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4360,13 +4360,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-12">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J50_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J50_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, E. Coli 70s-fmetval-trnaval-trnafmet Complex In Intermediate Pre- Translocation State (pre2, 50s Subunit)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J50_A?report=genbank&amp;log$=nuclalign">gi|557804163|pdb|3J50|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J50_A?report=genbank&amp;log$=nuclalign">gi|557804163|pdb|3J50|A</a>
                     <span class=b>Length:</span> 2903
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -4383,10 +4383,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4405,10 +4405,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4427,10 +4427,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4449,10 +4449,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4468,13 +4468,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-13">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J4X_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J4X_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, E. Coli 70s-fmetval-trnaval-trnafmet Complex In Classic Pre- Translocation State (pre1b, 50s Subunit)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J4X_A?report=genbank&amp;log$=nuclalign">gi|557804083|pdb|3J4X|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J4X_A?report=genbank&amp;log$=nuclalign">gi|557804083|pdb|3J4X|A</a>
                     <span class=b>Length:</span> 2903
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -4491,10 +4491,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4513,10 +4513,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4535,10 +4535,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4557,10 +4557,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4576,13 +4576,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-14">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J37_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J37_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, Tetracycline Resistance Protein Tet(o) Bound To The Ribosome</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J37_A?report=genbank&amp;log$=nuclalign">gi|474452808|pdb|3J37|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J37_A?report=genbank&amp;log$=nuclalign">gi|474452808|pdb|3J37|A</a>
                     <span class=b>Length:</span> 2904
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -4599,10 +4599,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4621,10 +4621,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4643,10 +4643,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4662,13 +4662,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-15">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3IZT_B?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3IZT_B?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain B, Structural Insights Into Cognate Vs. Near-Cognate Discrimination During Decoding. This Entry Contains The Large Subunit Of A Ribosome Programmed With A Near-Cognate Codon. </p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3IZT_B?report=genbank&amp;log$=nuclalign">gi|326634210|pdb|3IZT|B</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3IZT_B?report=genbank&amp;log$=nuclalign">gi|326634210|pdb|3IZT|B</a>
                     <span class=b>Length:</span> 2904
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -4682,43 +4682,43 @@
                   <div class=title>
                     <p class=hittitle>Chain B, Structural Insights Into Cognate Vs. Near-Cognate Discrimination During Decoding. This Entry Contains The Large Subunit Of A Ribosome Programmed With A Cognate Codon </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|326634243|pdb|3IZU|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|326634243|pdb|3IZU|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Structural Characterization Of Mrna-Trna Translocation Intermediates (50s Ribosome Of Class2 Of The Six Classes) </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|380763703|pdb|3J0T|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|380763703|pdb|3J0T|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Structural Characterization Of Mrna-Trna Translocation Intermediates (50s Ribosome Of Class 4a Of The Six Classes) </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|380763785|pdb|3J0W|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|380763785|pdb|3J0W|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Structural Characterization Of Mrna-Trna Translocation Intermediates (50s Ribosome Of Class 4b Of The Six Classes) </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|380763843|pdb|3J0Y|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|380763843|pdb|3J0Y|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Structural Characterization Of Mrna-Trna Translocation Intermediates (50s Ribosome Of Class 3 Of The Six Classes) </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|380763925|pdb|3J11|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|380763925|pdb|3J11|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Structural Characterization Of Mrna-Trna Translocation Intermediates (50s Ribosome Of Class 5 Of The Six Classes) </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|380763959|pdb|3J12|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|380763959|pdb|3J12|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Structural Characterization Of Mrna-Trna Translocation Intermediates (50s Ribosome Of Class 6 Of The Six Classes)</p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|380764016|pdb|3J14|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|380764016|pdb|3J14|B</a>
                     </p>
                   </div>
                 </div>
@@ -4733,10 +4733,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4755,10 +4755,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4777,10 +4777,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4796,13 +4796,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-16">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3FIK_B?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3FIK_B?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain B, Ternary Complex-Bound E.Coli 70s Ribosome. This Entry Consists Of The 50s Subunit. </p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3FIK_B?report=genbank&amp;log$=nuclalign">gi|224510767|pdb|3FIK|B</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3FIK_B?report=genbank&amp;log$=nuclalign">gi|224510767|pdb|3FIK|B</a>
                     <span class=b>Length:</span> 2903
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -4816,115 +4816,115 @@
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of The E. Coli 70s Ribosome In An Intermediate State Of Ratcheting </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|257097373|pdb|3I1N|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|257097373|pdb|3I1N|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of The E. Coli 70s Ribosome In An Intermediate State Of Ratcheting </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|257097425|pdb|3I1P|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|257097425|pdb|3I1P|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of The E. Coli 70s Ribosome In An Intermediate State Of Ratcheting </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|257097479|pdb|3I1R|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|257097479|pdb|3I1R|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of The E. Coli 70s Ribosome In An Intermediate State Of Ratcheting </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|257097533|pdb|3I1T|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|257097533|pdb|3I1T|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of The E. Coli 70s Ribosome In An Intermediate State Of Ratcheting </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|257097588|pdb|3I20|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|257097588|pdb|3I20|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of The E. Coli 70s Ribosome In An Intermediate State Of Ratcheting </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|257097643|pdb|3I22|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|257097643|pdb|3I22|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, E.Coli 70s Ribosome Stalled During Translation Of Tnac Leader Peptide. This File Contains The 50s, The P-Site Trna And The Tnac Leader Peptide (Part 2 Of 2). </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|294662251|pdb|2WWQ|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|294662251|pdb|2WWQ|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of The E. Coli Ribosome Bound To Chloramphenicol. This File Contains The 50s Subunit Of The First 70s Ribosome With Chloramphenicol Bound. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|309320065|pdb|3OFC|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|309320065|pdb|3OFC|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of The E. Coli Ribosome Bound To Clindamycin. This File Contains The 50s Subunit Of The First 70s Ribosome Bound To Clindamycin. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|309320169|pdb|3OFZ|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|309320169|pdb|3OFZ|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of The E. Coli Ribosome Bound To Clindamycin. This File Contains The 50s Subunit Of The Second 70s Ribosome. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|309320200|pdb|3OG0|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|309320200|pdb|3OG0|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of The E. Coli Ribosome Bound To Telithromycin. This File Contains The 50s Subunit Of The Second 70s Ribosome. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|315113654|pdb|3OAS|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|315113654|pdb|3OAS|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of The E. Coli Ribosome Bound To Telithromycin. This File Contains The 50s Subunit Of The First 70s Ribosome With Telithromycin Bound. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|315113685|pdb|3OAT|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|315113685|pdb|3OAT|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Structures Of The Bacterial Ribosome In Classical And Hybrid States Of Trna Binding </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|334359437|pdb|3R8S|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|334359437|pdb|3R8S|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Structures Of The Bacterial Ribosome In Classical And Hybrid States Of Trna Binding </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|334359468|pdb|3R8T|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|334359468|pdb|3R8T|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of Release Factor Rf3 Trapped In The Gtp State On A Rotated Conformation Of The Ribosome </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|371927526|pdb|3SGF|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|371927526|pdb|3SGF|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of Release Factor Rf3 Trapped In The Gtp State On A Rotated Conformation Of The Ribosome (Without Viomycin) </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|371927651|pdb|3UOS|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|371927651|pdb|3UOS|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Structure Of The Bacterial Ribosome Complexed By Tmrna-Smpb And Ef-G During Translocation And Mld-Loading (50s Subunit) </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|386783121|pdb|3J19|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|386783121|pdb|3J19|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Structure Of The Ribosome With Elongation Factor G Trapped In The Pre- Translocation State (pre-translocation 70s*trna Structure, 50s Subunit) </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|567754995|pdb|3J5U|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|567754995|pdb|3J5U|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Structure Of The Ribosome With Elongation Factor G Trapped In The Pre- Translocation State (pre-translocation 70s*trna*ef-g Structure, 50s Subunit)</p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|567755029|pdb|3J5W|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|567755029|pdb|3J5W|A</a>
                     </p>
                   </div>
                 </div>
@@ -4939,10 +4939,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4961,10 +4961,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -4983,10 +4983,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5005,10 +5005,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5024,13 +5024,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-17">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3E1B_B?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3E1B_B?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain B, Structure Of The 50s Subunit Of E. Coli Ribosome In Pre-Accommodation State </p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3E1B_B?report=genbank&amp;log$=nuclalign">gi|256032374|pdb|3E1B|B</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3E1B_B?report=genbank&amp;log$=nuclalign">gi|256032374|pdb|3E1B|B</a>
                     <span class=b>Length:</span> 2903
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -5044,7 +5044,7 @@
                   <div class=title>
                     <p class=hittitle>Chain B, Structure Of The 50s Subunit Of E. Coli Ribosome In Post-Accommodation State</p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|256032431|pdb|3E1D|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|256032431|pdb|3E1D|B</a>
                     </p>
                   </div>
                 </div>
@@ -5059,10 +5059,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5081,10 +5081,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5103,10 +5103,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5125,10 +5125,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5144,13 +5144,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-18">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/2GYC_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2GYC_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Structure Of The 50s Subunit Of A Secm-Stalled E. Coli Ribosome Complex Obtained By Fitting Atomic Models For Rna And Protein Components Into Cryo-Em Map Emd-1143</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/2GYC_0?report=genbank&amp;log$=nuclalign">gi|157883716|pdb|2GYC|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2GYC_0?report=genbank&amp;log$=nuclalign">gi|157883716|pdb|2GYC|0</a>
                     <span class=b>Length:</span> 2740
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -5167,10 +5167,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5189,10 +5189,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5211,10 +5211,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5233,10 +5233,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5252,13 +5252,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-19">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/2GYA_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2GYA_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Structure Of The 50s Subunit Of A Pre-Translocational E. Coli Ribosome Obtained By Fitting Atomic Models For Rna And Protein Components Into Cryo-Em Map Emd-1056</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/2GYA_0?report=genbank&amp;log$=nuclalign">gi|157883710|pdb|2GYA|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2GYA_0?report=genbank&amp;log$=nuclalign">gi|157883710|pdb|2GYA|0</a>
                     <span class=b>Length:</span> 2740
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -5275,10 +5275,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5297,10 +5297,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5319,10 +5319,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5341,10 +5341,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5360,13 +5360,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-20">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/2I2V_B?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2I2V_B?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain B, Crystal Structure Of Ribosome With Messenger Rna And The Anticodon Stem-Loop Of P-Site Trna. This File Contains The 50s Subunit Of One 70s Ribosome. The Entire Crystal Structure Contains Two 70s Ribosomes And Is Described In Remark 400.</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/2I2V_B?report=genbank&amp;log$=nuclalign">gi|122922257|pdb|2I2V|B</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2I2V_B?report=genbank&amp;log$=nuclalign">gi|122922257|pdb|2I2V|B</a>
                     <span class=b>Length:</span> 2904
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -5383,10 +5383,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5405,10 +5405,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5427,10 +5427,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5449,10 +5449,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5468,13 +5468,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-21">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/2AW4_B?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2AW4_B?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain B, Crystal Structure Of The Bacterial Ribosome From Escherichia Coli At 3.5 A Resolution. This File Contains The 50s Subunit Of One 70s Ribosome. The Entire Crystal Structure Contains Two 70s Ribosomes And Is Described In Remark 400. </p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/2AW4_B?report=genbank&amp;log$=nuclalign">gi|83754062|pdb|2AW4|B</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2AW4_B?report=genbank&amp;log$=nuclalign">gi|83754062|pdb|2AW4|B</a>
                     <span class=b>Length:</span> 2904
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -5488,229 +5488,229 @@
                   <div class=title>
                     <p class=hittitle>Chain B, Crystal Structure Of Ribosome With Messenger Rna And The Anticodon Stem-Loop Of P-Site Trna. This File Contains The 50s Subunit Of One 70s Ribosome. The Entire Crystal Structure Contains Two 70s Ribosomes And Is Described In Remark 400. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|122922241|pdb|2I2T|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|122922241|pdb|2I2T|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Crystal Structure Of The Bacterial Ribosome From Escherichia Coli In Complex With Spectinomycin. This File Contains The 50s Subunit Of The First 70s Ribosome. The Entire Crystal Structure Contains Two 70s Ribosomes. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|157836046|pdb|2QOV|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|157836046|pdb|2QOV|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Crystal Structure Of The Bacterial Ribosome From Escherichia Coli In Complex With Spectinomycin. This File Contains The 50s Subunit Of The Second 70s Ribosome. The Entire Crystal Structure Contains Two 70s Ribosomes. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|157836098|pdb|2QOX|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|157836098|pdb|2QOX|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Crystal Structure Of The Bacterial Ribosome From Escherichia Coli In Complex With Spectinomycin And Neomycin. This File Contains The 50s Subunit Of The First 70s Ribosome, With Neomycin Bound. The Entire Crystal Structure Contains Two 70s Ribosomes. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|157836150|pdb|2QOZ|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|157836150|pdb|2QOZ|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Crystal Structure Of The Bacterial Ribosome From Escherichia Coli In Complex With Spectinomycin And Neomycin. This File Contains The 50s Subunit Of The Second 70s Ribosome, With Neomycin Bound. The Entire Crystal Structure Contains Two 70s Ribosomes. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|157836202|pdb|2QP1|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|157836202|pdb|2QP1|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Crystal Structure Of The Bacterial Ribosome From Escherichia Coli In Complex With Neomycin. This File Contains The 50s Subunit Of The First 70s Ribosome, With Neomycin Bound. The Entire Crystal Structure Contains Two 70s Ribosomes And Is Described In Remark 400. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|158429721|pdb|2QAM|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|158429721|pdb|2QAM|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Crystal Structure Of The Bacterial Ribosome From Escherichia Coli In Complex With Neomycin. This File Contains The 50s Subunit Of The Second 70s Ribosome, With Neomycin Bound. The Entire Crystal Structure Contains Two 70s Ribosomes And Is Described In Remark 400. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|158429773|pdb|2QAO|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|158429773|pdb|2QAO|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Crystal Structure Of The Bacterial Ribosome From Escherichia Coli In Complex With Gentamicin. This File Contains The 50s Subunit Of The First 70s Ribosome, With Gentamicin Bound. The Entire Crystal Structure Contains Two 70s Ribosomes And Is Described In Remark 400. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|158429831|pdb|2QBA|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|158429831|pdb|2QBA|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Crystal Structure Of The Bacterial Ribosome From Escherichia Coli In Complex With Gentamicin. This File Contains The 50s Subunit Of The Second 70s Ribosome, With Gentamicin Bound. The Entire Crystal Structure Contains Two 70s Ribosomes And Is Described In Remark 400. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|158429883|pdb|2QBC|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|158429883|pdb|2QBC|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Crystal Structure Of The Bacterial Ribosome From Escherichia Coli In Complex With Ribosome Recycling Factor (Rrf). This File Contains The 50s Subunit Of The First 70s Ribosome, With Rrf Bound. The Entire Crystal Structure Contains Two 70s Ribosomes And Is Described In Remark 400. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|158429935|pdb|2QBE|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|158429935|pdb|2QBE|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Crystal Structure Of The Bacterial Ribosome From Escherichia Coli In Complex With Ribosome Recycling Factor (Rrf). This File Contains The 50s Subunit Of The Second 70s Ribosome, With Rrf Bound. The Entire Crystal Structure Contains Two 70s Ribosomes And Is Described In Remark 400. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|158429988|pdb|2QBG|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|158429988|pdb|2QBG|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Crystal Structure Of The Bacterial Ribosome From Escherichia Coli In Complex With Gentamicin And Ribosome Recycling Factor (Rrf). This File Contains The 50s Subunit Of The First 70s Ribosome, With Gentamicin And Rrf Bound. The Entire Crystal Structure Contains Two 70s Ribosomes And Is Described In Remark 400. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|158430041|pdb|2QBI|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|158430041|pdb|2QBI|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Crystal Structure Of The Bacterial Ribosome From Escherichia Coli In Complex With Gentamicin And Ribosome Recycling Factor (Rrf). This File Contains The 50s Subunit Of The Second 70s Ribosome, With Gentamicin And Rrf Bound. The Entire Crystal Structure Contains Two 70s Ribosomes And Is Described In Remark 400. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|158430094|pdb|2QBK|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|158430094|pdb|2QBK|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Crystal Structure Of The Bacterial Ribosome From Escherichia Coli In Complex With Paromomycin And Ribosome Recycling Factor (Rrf). This File Contains The 50s Subunit Of The First 70s Ribosome, With Paromomycin And Rrf Bound. The Entire Crystal Structure Contains Two 70s Ribosomes And Is Described In Remark 400. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|158431394|pdb|2Z4L|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|158431394|pdb|2Z4L|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Crystal Structure Of The Bacterial Ribosome From Escherichia Coli In Complex With Paromomycin And Ribosome Recycling Factor (Rrf). This File Contains The 50s Subunit Of The Second 70s Ribosome, With Paromomycin And Rrf Bound. The Entire Crystal Structure Contains Two 70s Ribosomes And Is Described In Remark 400. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|158431447|pdb|2Z4N|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|158431447|pdb|2Z4N|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Structure Of Pdf Binding Helix In Complex With The Ribosome (Part 1 Of 4) </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|168988732|pdb|2VHM|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|168988732|pdb|2VHM|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Structure Of Pdf Binding Helix In Complex With The Ribosome. (Part 2 Of 4) </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|168988763|pdb|2VHN|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|168988763|pdb|2VHN|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, 50s Subunit With Ef-G(Gdpnp) And Rrf Bound </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|169404603|pdb|2RDO|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|169404603|pdb|2RDO|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Crystal Structure Of The Bacterial Ribosome From Escherichia Coli In Complex With Hygromycin B. This File Contains The 50s Subunit Of The First 70s Ribosome. The Entire Crystal Structure Contains Two 70s Ribosomes. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|197107301|pdb|3DF2|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|197107301|pdb|3DF2|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Crystal Structure Of The Bacterial Ribosome From Escherichia Coli In Complex With Hygromycin B. This File Contains The 50s Subunit Of The Second 70s Ribosome. The Entire Crystal Structure Contains Two 70s Ribosomes. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|197107353|pdb|3DF4|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|197107353|pdb|3DF4|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 8, Ribosome-Secy Complex. This Entry 3kcr Contains 50s Ribosomal Subnit. The 30s Ribosomal Subunit Can Be Found In Pdb Entry 3kc4 </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|290560329|pdb|3KCR|8</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|290560329|pdb|3KCR|8</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of The E. Coli Ribosome Bound To Cem-101. This File Contains The 50s Subunit Of The First 70s Ribosome Bound To Cem-101. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|308198729|pdb|3ORB|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|308198729|pdb|3ORB|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of The E. Coli Ribosome Bound To Erythromycin. This File Contains The 50s Subunit Of The Second 70s Ribosome. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|308388007|pdb|3OFQ|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|308388007|pdb|3OFQ|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of The E. Coli Ribosome Bound To Erythromycin. This File Contains The 50s Subunit Of The First 70s Ribosome With Erthromycin Bound. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|308388038|pdb|3OFR|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|308388038|pdb|3OFR|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of The E. Coli Ribosome Bound To Chloramphenicol. This File Contains The 50s Subunit Of The Second 70s Ribosome. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|309320096|pdb|3OFD|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|309320096|pdb|3OFD|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 8, Structure Of The Ribosome-Secye Complex In The Membrane Environment </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|329666014|pdb|3J01|8</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|329666014|pdb|3J01|8</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Allosteric Control Of The Ribosome By Small-Molecule Antibiotics </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|402550607|pdb|4GAR|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|402550607|pdb|4GAR|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Allosteric Control Of The Ribosome By Small-Molecule Antibiotics </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|402550662|pdb|4GAU|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|402550662|pdb|4GAU|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Control Of Ribosomal Subunit Rotation By Elongation Factor G </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|524934273|pdb|4KIX|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|524934273|pdb|4KIX|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Control Of Ribosomal Subunit Rotation By Elongation Factor G </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|524934341|pdb|4KIZ|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|524934341|pdb|4KIZ|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Control Of Ribosomal Subunit Rotation By Elongation Factor G </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|524934404|pdb|4KJ1|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|524934404|pdb|4KJ1|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Control Of Ribosomal Subunit Rotation By Elongation Factor G </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|524934483|pdb|4KJ3|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|524934483|pdb|4KJ3|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Control Of Ribosomal Subunit Rotation By Elongation Factor G </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|524934551|pdb|4KJ5|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|524934551|pdb|4KJ5|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Control Of Ribosomal Subunit Rotation By Elongation Factor G </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|524934613|pdb|4KJ7|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|524934613|pdb|4KJ7|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Control Of Ribosomal Subunit Rotation By Elongation Factor G </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|524934678|pdb|4KJ9|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|524934678|pdb|4KJ9|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Control Of Ribosomal Subunit Rotation By Elongation Factor G </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|524934740|pdb|4KJB|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|524934740|pdb|4KJB|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Visualization Of Two Trnas Trapped In Transit During Ef-g-mediated Translocation (50s Subunit) </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|564730763|pdb|3J5O|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|564730763|pdb|3J5O|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Structure Of The E. Coli 50s Subunit With Ermbl Nascent Chain</p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|597959819|pdb|3J5L|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|597959819|pdb|3J5L|A</a>
                     </p>
                   </div>
                 </div>
@@ -5725,10 +5725,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5747,10 +5747,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5769,10 +5769,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5791,10 +5791,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5810,13 +5810,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-22">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/2AWB_B?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2AWB_B?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain B, Crystal Structure Of The Bacterial Ribosome From Escherichia Coli At 3.5 A Resolution. This File Contains The 50s Subunit Of The Second 70s Ribosome. The Entire Crystal Structure Contains Two 70s Ribosomes And Is Described In Remark 400. </p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/2AWB_B?report=genbank&amp;log$=nuclalign">gi|83754118|pdb|2AWB|B</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2AWB_B?report=genbank&amp;log$=nuclalign">gi|83754118|pdb|2AWB|B</a>
                     <span class=b>Length:</span> 2904
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -5830,13 +5830,13 @@
                   <div class=title>
                     <p class=hittitle>Chain B, Model Of E. Coli Srp Bound To 70s Rncs </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|126031747|pdb|2J28|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|126031747|pdb|2J28|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Crystal Structure Of The Bacterial Ribosome From Escherichia Coli In Complex With The Antibiotic Kasugamyin At 3.5a Resolution. This File Contains The 50s Subunit Of One 70s Ribosome. The Entire Crystal Structure Contains Two 70s Ribosomes And Is Described In Remark 400.</p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|157880574|pdb|1VS8|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|157880574|pdb|1VS8|B</a>
                     </p>
                   </div>
                 </div>
@@ -5851,10 +5851,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5873,10 +5873,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5895,10 +5895,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5917,10 +5917,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -5936,13 +5936,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-23">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/1VS6_B?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1VS6_B?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain B, Crystal Structure Of The Bacterial Ribosome From Escherichia Coli In Complex With The Antibiotic Kasugamyin At 3.5a Resolution. This File Contains The 50s Subunit Of One 70s Ribosome. The Entire Crystal Structure Contains Two 70s Ribosomes And Is Described In Remark 400. </p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/1VS6_B?report=genbank&amp;log$=nuclalign">gi|157880571|pdb|1VS6|B</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1VS6_B?report=genbank&amp;log$=nuclalign">gi|157880571|pdb|1VS6|B</a>
                     <span class=b>Length:</span> 2904
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -5956,37 +5956,37 @@
                   <div class=title>
                     <p class=hittitle>Chain B, The Hsp15 Protein Fitted Into The Low Resolution Cryo-Em Map 50s.Nc-Trna.Hsp15 Complex </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|209870354|pdb|3BBX|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|209870354|pdb|3BBX|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Coordinates Of 16s And 23s Rrnas Fitted Into The Cryo-Em Map Of Ef-G-Bound Translocation Complex </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|222447037|pdb|3DG0|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|222447037|pdb|3DG0|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Coordinates Of 16s And 23s Rrnas Fitted Into The Cryo-Em Map Of A Pretranslocation Complex </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|222447039|pdb|3DG2|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|222447039|pdb|3DG2|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Coordinates Of 16s And 23s Rrnas Fitted Into The Cryo-Em Map Of Rf1-Bound Termination Complex </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|222447041|pdb|3DG4|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|222447041|pdb|3DG4|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain B, Coordinates Of 16s And 23s Rrnas Fitted Into The Cryo-Em Map Of Rf3-Bound Termination Complex </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|222447043|pdb|3DG5|B</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|222447043|pdb|3DG5|B</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of The E. Coli Ribosome Bound To Cem-101. This File Contains The 50s Subunit Of The Second 70s Ribosome.</p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|308198355|pdb|1VT2|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|308198355|pdb|1VT2|A</a>
                     </p>
                   </div>
                 </div>
@@ -6001,10 +6001,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6023,10 +6023,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6045,10 +6045,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6067,10 +6067,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6086,13 +6086,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-24">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/1P85_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1P85_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Real Space Refined Coordinates Of The 50s Subunit Fitted Into The Low Resolution Cryo-Em Map Of The Ef-G.Gtp State Of E. Coli 70s Ribosome </p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/1P85_0?report=genbank&amp;log$=nuclalign">gi|33357900|pdb|1P85|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1P85_0?report=genbank&amp;log$=nuclalign">gi|33357900|pdb|1P85|0</a>
                     <span class=b>Length:</span> 2904
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -6106,7 +6106,7 @@
                   <div class=title>
                     <p class=hittitle>Chain 0, Real Space Refined Coordinates Of The 50s Subunit Fitted Into The Low Resolution Cryo-Em Map Of The Initiation-Like State Of E. Coli 70s Ribosome</p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|33357927|pdb|1P86|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|33357927|pdb|1P86|0</a>
                     </p>
                   </div>
                 </div>
@@ -6121,10 +6121,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>32.2 bits(16)</td>
-                      <td>0.0</td>
-                      <td>16/16(100%)</td>
-                      <td>0/16(0%)</td>
+                      <td>32.2105 bits (16)</td>
+                      <td>0.000791334</td>
+                      <td>16/16 (100%)</td>
+                      <td>0/16 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6143,10 +6143,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6165,10 +6165,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6187,10 +6187,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6206,13 +6206,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-25">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/1C2W_B?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1C2W_B?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain B, 23s Rrna Structure Fitted To A Cryo-Electron Microscopic Map At 7.5 Angstroms Resolution</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/1C2W_B?report=genbank&amp;log$=nuclalign">gi|7767146|pdb|1C2W|B</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1C2W_B?report=genbank&amp;log$=nuclalign">gi|7767146|pdb|1C2W|B</a>
                     <span class=b>Length:</span> 2904
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -6229,10 +6229,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>26.3 bits(13)</td>
-                      <td>0.0</td>
-                      <td>13/13(100%)</td>
-                      <td>0/13(0%)</td>
+                      <td>26.2635 bits (13)</td>
+                      <td>0.0488207</td>
+                      <td>13/13 (100%)</td>
+                      <td>0/13 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6251,10 +6251,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6270,13 +6270,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-30">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J44_1?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J44_1?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 1, Structure Of The Methanococcus Jannaschii Ribosome-secyebeta Channel Complex (50s Ribosomal Subunit)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J44_1?report=genbank&amp;log$=nuclalign">gi|551701574|pdb|3J44|1</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J44_1?report=genbank&amp;log$=nuclalign">gi|551701574|pdb|3J44|1</a>
                     <span class=b>Length:</span> 3049
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -6293,10 +6293,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>12/13(92%)</td>
-                      <td>0/13(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>12/13 (92%)</td>
+                      <td>0/13 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6315,10 +6315,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6334,13 +6334,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-35">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J2L_1?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J2L_1?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 1, Promiscuous Behavior Of Proteins In Archaeal Ribosomes Revealed By Cryo-em: Implications For Evolution Of Eukaryotic Ribosomes (50s Ribosomal Rna)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J2L_1?report=genbank&amp;log$=nuclalign">gi|428697991|pdb|3J2L|1</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J2L_1?report=genbank&amp;log$=nuclalign">gi|428697991|pdb|3J2L|1</a>
                     <span class=b>Length:</span> 3049
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -6357,10 +6357,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>12/13(92%)</td>
-                      <td>0/13(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>12/13 (92%)</td>
+                      <td>0/13 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6379,10 +6379,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6398,13 +6398,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-26">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J62_AA?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J62_AA?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain a, Model Of The Large Subunit Rna Based On A 5.5 A Cryo-em Map Of Triticum Aestivum Translating 80s Ribosome</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J62_AA?report=genbank&amp;log$=nuclalign">gi|582044940|pdb|3J62|AA</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J62_AA?report=genbank&amp;log$=nuclalign">gi|582044940|pdb|3J62|AA</a>
                     <span class=b>Length:</span> 3391
                     <span class=b>Number of Matches:</span> 5
                   </p>
@@ -6421,10 +6421,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6443,10 +6443,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -6465,10 +6465,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6487,10 +6487,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -6509,10 +6509,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6528,13 +6528,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-27">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/4CE4_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4CE4_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, 39s Large Subunit Of The Porcine Mitochondrial Ribosome</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/4CE4_A?report=genbank&amp;log$=nuclalign">gi|567755268|pdb|4CE4|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4CE4_A?report=genbank&amp;log$=nuclalign">gi|567755268|pdb|4CE4|A</a>
                     <span class=b>Length:</span> 1570
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -6551,10 +6551,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6570,13 +6570,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-28">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/4BYP_5?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4BYP_5?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 5, Cryo-em Reconstruction Of The 80s-eif5b-met-itrnamet Eukaryotic Translation Initiation Complex</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/4BYP_5?report=genbank&amp;log$=nuclalign">gi|558704783|pdb|4BYP|5</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4BYP_5?report=genbank&amp;log$=nuclalign">gi|558704783|pdb|4BYP|5</a>
                     <span class=b>Length:</span> 3396
                     <span class=b>Number of Matches:</span> 5
                   </p>
@@ -6593,10 +6593,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6615,10 +6615,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -6637,10 +6637,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6659,10 +6659,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6681,10 +6681,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6700,13 +6700,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-29">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/4BYW_5?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4BYW_5?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 5, Cryo-em Reconstruction Of The 80s-eif5b-met-itrnamet Eukaryotic Translation Initiation Complex</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/4BYW_5?report=genbank&amp;log$=nuclalign">gi|558704825|pdb|4BYW|5</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4BYW_5?report=genbank&amp;log$=nuclalign">gi|558704825|pdb|4BYW|5</a>
                     <span class=b>Length:</span> 3396
                     <span class=b>Number of Matches:</span> 5
                   </p>
@@ -6723,10 +6723,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6745,10 +6745,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -6767,10 +6767,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6789,10 +6789,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6811,10 +6811,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6830,13 +6830,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-31">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/4HUB_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4HUB_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, The Re-refined Crystal Structure Of The Haloarcula Marismortui Large Ribosomal Subunit At 2.4 Angstrom Resolution: More Complete Structure Of The L7/l12 And L1 Stalk, L5 And Lx Proteins</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/4HUB_0?report=genbank&amp;log$=nuclalign">gi|508123724|pdb|4HUB|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4HUB_0?report=genbank&amp;log$=nuclalign">gi|508123724|pdb|4HUB|0</a>
                     <span class=b>Length:</span> 2910
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -6853,10 +6853,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -6875,10 +6875,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6897,10 +6897,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6916,13 +6916,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-32">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3F_5?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3F_5?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 5, Structure Of The H. Sapiens 60s Rrna</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3F_5?report=genbank&amp;log$=nuclalign">gi|485601478|pdb|3J3F|5</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3F_5?report=genbank&amp;log$=nuclalign">gi|485601478|pdb|3J3F|5</a>
                     <span class=b>Length:</span> 5070
                     <span class=b>Number of Matches:</span> 8
                   </p>
@@ -6939,10 +6939,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6961,10 +6961,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -6983,10 +6983,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7005,10 +7005,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7027,10 +7027,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7049,10 +7049,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7071,10 +7071,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7093,10 +7093,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7112,13 +7112,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-33">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3E_5?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3E_5?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 5, Structure Of The D. Melanogaster 60s Rrna</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3E_5?report=genbank&amp;log$=nuclalign">gi|485601474|pdb|3J3E|5</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3E_5?report=genbank&amp;log$=nuclalign">gi|485601474|pdb|3J3E|5</a>
                     <span class=b>Length:</span> 3970
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -7135,10 +7135,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7157,10 +7157,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7179,10 +7179,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7201,10 +7201,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7220,13 +7220,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-34">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3ZEX_B?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3ZEX_B?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain B, High_resolution Cryo-electron Microscopy Structure Of The Trypanosoma Brucei Ribosome</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3ZEX_B?report=genbank&amp;log$=nuclalign">gi|449802187|pdb|3ZEX|B</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3ZEX_B?report=genbank&amp;log$=nuclalign">gi|449802187|pdb|3ZEX|B</a>
                     <span class=b>Length:</span> 1465
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -7243,10 +7243,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7265,10 +7265,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7284,13 +7284,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-36">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3OW2_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3OW2_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Crystal Structure Of Enhanced Macrolide Bound To 50s Ribosomal Subunit</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3OW2_0?report=genbank&amp;log$=nuclalign">gi|392311504|pdb|3OW2|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3OW2_0?report=genbank&amp;log$=nuclalign">gi|392311504|pdb|3OW2|0</a>
                     <span class=b>Length:</span> 2902
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -7307,10 +7307,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7329,10 +7329,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7348,13 +7348,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-37">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/4ADX_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4ADX_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, The Cryo-em Structure Of The Archaeal 50s Ribosomal Subunit In Complex With Initiation Factor 6</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/4ADX_0?report=genbank&amp;log$=nuclalign">gi|374977932|pdb|4ADX|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4ADX_0?report=genbank&amp;log$=nuclalign">gi|374977932|pdb|4ADX|0</a>
                     <span class=b>Length:</span> 2923
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -7371,10 +7371,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -7393,10 +7393,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7415,10 +7415,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7434,13 +7434,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-38">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3U5F_6?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3U5F_6?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 6, The Structure Of The Eukaryotic Ribosome At 3.0 A Resolution. This Entry Contains Ribosomal Rna And Ions Of The 40s Subunit, Ribosome B</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3U5F_6?report=genbank&amp;log$=nuclalign">gi|364506133|pdb|3U5F|6</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3U5F_6?report=genbank&amp;log$=nuclalign">gi|364506133|pdb|3U5F|6</a>
                     <span class=b>Length:</span> 1800
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -7457,10 +7457,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7479,10 +7479,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7501,10 +7501,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -7520,13 +7520,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-39">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3U5B_2?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3U5B_2?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 2, The Structure Of The Eukaryotic Ribosome At 3.0 A Resolution. This Entry Contains Ribosomal Rna And Ions Of The 40s Subunit, Ribosome A </p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3U5B_2?report=genbank&amp;log$=nuclalign">gi|364506095|pdb|3U5B|2</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3U5B_2?report=genbank&amp;log$=nuclalign">gi|364506095|pdb|3U5B|2</a>
                     <span class=b>Length:</span> 1800
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -7540,13 +7540,13 @@
                   <div class=title>
                     <p class=hittitle>Chain 2, Cryo-em Reconstruction Of The 80s-eif5b-met-itrnamet Eukaryotic Translation Initiation Complex </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|558704782|pdb|4BYO|2</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|558704782|pdb|4BYO|2</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 2, Cryo-em Reconstruction Of The 80s-eif5b-met-itrnamet Eukaryotic Translation Initiation Complex</p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|558704824|pdb|4BYV|2</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|558704824|pdb|4BYV|2</a>
                     </p>
                   </div>
                 </div>
@@ -7561,10 +7561,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7583,10 +7583,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7605,10 +7605,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -7624,13 +7624,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-40">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/4A1D_1?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4A1D_1?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 1, T.Thermophila 60s Ribosomal Subunit In Complex With Initiation Factor 6. This File Contains 26s Rrna And Proteins Of Molecule 4.</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/4A1D_1?report=genbank&amp;log$=nuclalign">gi|358440203|pdb|4A1D|1</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4A1D_1?report=genbank&amp;log$=nuclalign">gi|358440203|pdb|4A1D|1</a>
                     <span class=b>Length:</span> 3119
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -7647,10 +7647,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7669,10 +7669,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7691,10 +7691,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7710,13 +7710,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-41">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/4A18_1?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4A18_1?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 1, T.Thermophila 60s Ribosomal Subunit In Complex With Initiation Factor 6. This File Contains 26s Rrna And Proteins Of Molecule 1</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/4A18_1?report=genbank&amp;log$=nuclalign">gi|358440111|pdb|4A18|1</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4A18_1?report=genbank&amp;log$=nuclalign">gi|358440111|pdb|4A18|1</a>
                     <span class=b>Length:</span> 3354
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -7733,10 +7733,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7755,10 +7755,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7777,10 +7777,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7796,13 +7796,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-42">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/4A1B_1?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4A1B_1?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 1, T.Thermophila 60s Ribosomal Subunit In Complex With Initiation Factor 6. This File Contains 26s Rrna And Proteins Of Molecule 3. </p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/4A1B_1?report=genbank&amp;log$=nuclalign">gi|358440157|pdb|4A1B|1</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4A1B_1?report=genbank&amp;log$=nuclalign">gi|358440157|pdb|4A1B|1</a>
                     <span class=b>Length:</span> 3354
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -7816,7 +7816,7 @@
                   <div class=title>
                     <p class=hittitle>Chain 1, T.Thermophila 60s Ribosomal Subunit In Complex With Initiation Factor 6. This File Contains 26s Rrna And Proteins Of Molecule 2.</p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|359807703|pdb|4A19|1</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|359807703|pdb|4A19|1</a>
                     </p>
                   </div>
                 </div>
@@ -7831,10 +7831,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7853,10 +7853,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7875,10 +7875,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7894,13 +7894,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-43">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J0L_8?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J0L_8?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 8, Core Of Mammalian 80s Pre-Ribosome In Complex With Trnas Fitted To A 9.8a Cryo-Em Map: Classic Pre State 1</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J0L_8?report=genbank&amp;log$=nuclalign">gi|357380452|pdb|3J0L|8</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J0L_8?report=genbank&amp;log$=nuclalign">gi|357380452|pdb|3J0L|8</a>
                     <span class=b>Length:</span> 20
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -7917,10 +7917,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7936,13 +7936,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-44">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J0O_8?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J0O_8?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 8, Core Of Mammalian 80s Pre-Ribosome In Complex With Trnas Fitted To A 9a Cryo-Em Map: Classic Pre State 2</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J0O_8?report=genbank&amp;log$=nuclalign">gi|357380483|pdb|3J0O|8</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J0O_8?report=genbank&amp;log$=nuclalign">gi|357380483|pdb|3J0O|8</a>
                     <span class=b>Length:</span> 20
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -7959,10 +7959,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -7978,13 +7978,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-45">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3O58_1?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3O58_1?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 1, Yeast 80s Ribosome. This Entry Consists Of The 60s Subunit Of The First 80s In The Asymmetric Unit. </p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3O58_1?report=genbank&amp;log$=nuclalign">gi|315113523|pdb|3O58|1</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3O58_1?report=genbank&amp;log$=nuclalign">gi|315113523|pdb|3O58|1</a>
                     <span class=b>Length:</span> 3396
                     <span class=b>Number of Matches:</span> 5
                   </p>
@@ -7998,13 +7998,13 @@
                   <div class=title>
                     <p class=hittitle>Chain 5, Cryo-Em Structure Of The 60s Ribosomal Subunit In Complex With Arx1 And Rei1 </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|418837761|pdb|4B6B|5</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|418837761|pdb|4B6B|5</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 1, Arx1 Pre-60s Particle. This Entry Contains The Rrna.</p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|597959861|pdb|3J64|1</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|597959861|pdb|3J64|1</a>
                     </p>
                   </div>
                 </div>
@@ -8019,10 +8019,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8041,10 +8041,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -8063,10 +8063,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8085,10 +8085,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8107,10 +8107,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8126,13 +8126,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-46">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3O5H_1?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3O5H_1?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 1, Yeast 80s Ribosome. This Entry Consists Of The 60s Subunit Of The Second 80s In The Asymmetric Unit. </p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3O5H_1?report=genbank&amp;log$=nuclalign">gi|315113568|pdb|3O5H|1</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3O5H_1?report=genbank&amp;log$=nuclalign">gi|315113568|pdb|3O5H|1</a>
                     <span class=b>Length:</span> 3396
                     <span class=b>Number of Matches:</span> 5
                   </p>
@@ -8146,13 +8146,13 @@
                   <div class=title>
                     <p class=hittitle>Chain 1, The Structure Of The Eukaryotic Ribosome At 3.0 A Resolution. This Entry Contains Ribosomal Rna And Ions Of The 60s Subunit, Ribosome A </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|364506130|pdb|3U5D|1</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|364506130|pdb|3U5D|1</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 5, The Structure Of The Eukaryotic Ribosome At 3.0 A Resolution. This Entry Contains Ribosomal Rna And Ions Of The 60s Subunit, Ribosome B</p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|364506168|pdb|3U5H|5</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|364506168|pdb|3U5H|5</a>
                     </p>
                   </div>
                 </div>
@@ -8167,10 +8167,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8189,10 +8189,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -8211,10 +8211,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8233,10 +8233,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8255,10 +8255,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8274,13 +8274,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-47">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3O2Z_1?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3O2Z_1?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 1, Yeast 80s Ribosome. This Entry Consists Of The 40s Subunit Of The First 80s In The Asymmetric Unit.</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3O2Z_1?report=genbank&amp;log$=nuclalign">gi|315113447|pdb|3O2Z|1</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3O2Z_1?report=genbank&amp;log$=nuclalign">gi|315113447|pdb|3O2Z|1</a>
                     <span class=b>Length:</span> 1800
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -8297,10 +8297,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8319,10 +8319,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8341,10 +8341,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -8360,13 +8360,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-48">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3O30_1?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3O30_1?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 1, Yeast 80s Ribosome. This Entry Consists Of The 40s Subunit Of The Second 80s In The Asymmetric Unit.</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3O30_1?report=genbank&amp;log$=nuclalign">gi|315113475|pdb|3O30|1</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3O30_1?report=genbank&amp;log$=nuclalign">gi|315113475|pdb|3O30|1</a>
                     <span class=b>Length:</span> 1800
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -8383,10 +8383,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8405,10 +8405,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8427,10 +8427,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -8446,13 +8446,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-49">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3IZF_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3IZF_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, Model Of The Large Subunit Rna Based On A 6.1 A Cryo-Em Map Of Saccharomyces Cerevisiae Translating 80s Ribosome (With Es27l-In Conformation)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3IZF_A?report=genbank&amp;log$=nuclalign">gi|313103747|pdb|3IZF|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3IZF_A?report=genbank&amp;log$=nuclalign">gi|313103747|pdb|3IZF|A</a>
                     <span class=b>Length:</span> 3396
                     <span class=b>Number of Matches:</span> 5
                   </p>
@@ -8469,10 +8469,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8491,10 +8491,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -8513,10 +8513,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8535,10 +8535,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8557,10 +8557,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8576,13 +8576,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-50">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3IZE_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3IZE_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, Model Of The Small Subunit Rna Based On A 6.1 A Cryo-Em Map Of Saccharomyces Cerevisiae Translating 80s Ribosome</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3IZE_A?report=genbank&amp;log$=nuclalign">gi|313103744|pdb|3IZE|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3IZE_A?report=genbank&amp;log$=nuclalign">gi|313103744|pdb|3IZE|A</a>
                     <span class=b>Length:</span> 1800
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -8599,10 +8599,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8621,10 +8621,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8643,10 +8643,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -8662,13 +8662,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-51">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_I?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_I?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain I, I-Msoi Re-Designed For Altered Dna Cleavage Specificity (-7c)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_I?report=genbank&amp;log$=nuclalign">gi|296278448|pdb|3KO2|I</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_I?report=genbank&amp;log$=nuclalign">gi|296278448|pdb|3KO2|I</a>
                     <span class=b>Length:</span> 24
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -8685,10 +8685,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -8704,13 +8704,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-52">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_H?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_H?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain H, I-Msoi Re-Designed For Altered Dna Cleavage Specificity (-7c)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_H?report=genbank&amp;log$=nuclalign">gi|296278447|pdb|3KO2|H</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_H?report=genbank&amp;log$=nuclalign">gi|296278447|pdb|3KO2|H</a>
                     <span class=b>Length:</span> 24
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -8727,10 +8727,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8746,13 +8746,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-53">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_D?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_D?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain D, I-Msoi Re-Designed For Altered Dna Cleavage Specificity (-7c)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_D?report=genbank&amp;log$=nuclalign">gi|296278444|pdb|3KO2|D</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_D?report=genbank&amp;log$=nuclalign">gi|296278444|pdb|3KO2|D</a>
                     <span class=b>Length:</span> 24
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -8769,10 +8769,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -8788,13 +8788,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-54">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_C?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_C?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain C, I-Msoi Re-Designed For Altered Dna Cleavage Specificity (-7c)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_C?report=genbank&amp;log$=nuclalign">gi|296278443|pdb|3KO2|C</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3KO2_C?report=genbank&amp;log$=nuclalign">gi|296278443|pdb|3KO2|C</a>
                     <span class=b>Length:</span> 24
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -8811,10 +8811,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8830,13 +8830,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-55">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3I56_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3I56_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Co-Crystal Structure Of Triacetyloleandomcyin Bound To The Large Ribosomal Subunit</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3I56_0?report=genbank&amp;log$=nuclalign">gi|290790096|pdb|3I56|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3I56_0?report=genbank&amp;log$=nuclalign">gi|290790096|pdb|3I56|0</a>
                     <span class=b>Length:</span> 2923
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -8853,10 +8853,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -8875,10 +8875,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8897,10 +8897,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8916,13 +8916,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-56">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3JYX_5?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3JYX_5?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 5, Structure Of The 60s Rrna For Eukaryotic Ribosome Based On Cryo-Em Map Of Thermomyces Lanuginosus Ribosome At 8.9a Resolution</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3JYX_5?report=genbank&amp;log$=nuclalign">gi|281500859|pdb|3JYX|5</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3JYX_5?report=genbank&amp;log$=nuclalign">gi|281500859|pdb|3JYX|5</a>
                     <span class=b>Length:</span> 3170
                     <span class=b>Number of Matches:</span> 5
                   </p>
@@ -8939,10 +8939,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -8961,10 +8961,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -8983,10 +8983,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9005,10 +9005,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9027,10 +9027,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9046,13 +9046,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-57">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3JYV_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3JYV_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, Structure Of The 40s Rrna And Proteins And PE TRNA FOR EUKARYOTIC Ribosome Based On Cryo-Em Map Of Thermomyces Lanuginosus Ribosome At 8.9a Resolution</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3JYV_A?report=genbank&amp;log$=nuclalign">gi|281500807|pdb|3JYV|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3JYV_A?report=genbank&amp;log$=nuclalign">gi|281500807|pdb|3JYV|A</a>
                     <span class=b>Length:</span> 1761
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -9069,10 +9069,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9091,10 +9091,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9113,10 +9113,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -9132,13 +9132,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-58">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/1S1I_3?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1S1I_3?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 3, Structure Of The Ribosomal 80s-Eef2-Sordarin Complex From Yeast Obtained By Docking Atomic Models For Rna And Protein Components Into A 11.7 A Cryo-Em Map. This File, 1s1i, Contains 60s Subunit. The 40s Ribosomal Subunit Is In File 1s1h.</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/1S1I_3?report=genbank&amp;log$=nuclalign">gi|259090425|pdb|1S1I|3</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1S1I_3?report=genbank&amp;log$=nuclalign">gi|259090425|pdb|1S1I|3</a>
                     <span class=b>Length:</span> 2999
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -9155,10 +9155,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9177,10 +9177,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9196,13 +9196,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-59">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/2QEX_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2QEX_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Negamycin Binds To The Wall Of The Nascent Chain Exit Tunnel Of The 50s Ribosomal Subunit</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/2QEX_0?report=genbank&amp;log$=nuclalign">gi|208435493|pdb|2QEX|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2QEX_0?report=genbank&amp;log$=nuclalign">gi|208435493|pdb|2QEX|0</a>
                     <span class=b>Length:</span> 2772
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -9219,10 +9219,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9241,10 +9241,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9260,13 +9260,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-60">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CPW_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CPW_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, The Structure Of The Antibiotic Linezolid Bound To The Large Ribosomal Subunit Of Haloarcula Marismortui</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CPW_0?report=genbank&amp;log$=nuclalign">gi|194368703|pdb|3CPW|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CPW_0?report=genbank&amp;log$=nuclalign">gi|194368703|pdb|3CPW|0</a>
                     <span class=b>Length:</span> 2922
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -9283,10 +9283,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9305,10 +9305,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9324,13 +9324,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-61">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCV_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCV_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Structure Of Anisomycin Resistant 50s Ribosomal Subunit: 23s Rrna Mutation G2616a </p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCV_0?report=genbank&amp;log$=nuclalign">gi|188596372|pdb|3CCV|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCV_0?report=genbank&amp;log$=nuclalign">gi|188596372|pdb|3CCV|0</a>
                     <span class=b>Length:</span> 2923
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -9344,7 +9344,7 @@
                   <div class=title>
                     <p class=hittitle>Chain 0, Co-cystal Of Large Ribosomal Subunit Mutant G2616a With Cc-puromycin</p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|188596403|pdb|3CD6|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|188596403|pdb|3CD6|0</a>
                     </p>
                   </div>
                 </div>
@@ -9359,10 +9359,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -9381,10 +9381,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9403,10 +9403,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9422,13 +9422,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-62">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCU_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCU_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Structure Of Anisomycin Resistant 50s Ribosomal Subunit: 23s Rrna Mutation G2482c</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCU_0?report=genbank&amp;log$=nuclalign">gi|188596341|pdb|3CCU|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCU_0?report=genbank&amp;log$=nuclalign">gi|188596341|pdb|3CCU|0</a>
                     <span class=b>Length:</span> 2923
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -9445,10 +9445,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -9467,10 +9467,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9489,10 +9489,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9508,13 +9508,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-63">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCS_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCS_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Structure Of Anisomycin Resistant 50s Ribosomal Subunit: 23s Rrna Mutation G2482a</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCS_0?report=genbank&amp;log$=nuclalign">gi|188596310|pdb|3CCS|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCS_0?report=genbank&amp;log$=nuclalign">gi|188596310|pdb|3CCS|0</a>
                     <span class=b>Length:</span> 2923
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -9531,10 +9531,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -9553,10 +9553,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9575,10 +9575,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9594,13 +9594,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-64">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCR_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCR_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Structure Of Anisomycin Resistant 50s Ribosomal Subunit: 23s Rrna Mutation A2488c. Density For Anisomycin Is Visible But Not Included In The Model.</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCR_0?report=genbank&amp;log$=nuclalign">gi|188596279|pdb|3CCR|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCR_0?report=genbank&amp;log$=nuclalign">gi|188596279|pdb|3CCR|0</a>
                     <span class=b>Length:</span> 2923
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -9617,10 +9617,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -9639,10 +9639,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9661,10 +9661,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9680,13 +9680,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-65">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCQ_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCQ_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Structure Of Anisomycin Resistant 50s Ribosomal Subunit: 23s Rrna Mutation A2488u</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCQ_0?report=genbank&amp;log$=nuclalign">gi|188596248|pdb|3CCQ|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCQ_0?report=genbank&amp;log$=nuclalign">gi|188596248|pdb|3CCQ|0</a>
                     <span class=b>Length:</span> 2923
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -9703,10 +9703,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -9725,10 +9725,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9747,10 +9747,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9766,13 +9766,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-66">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCM_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCM_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Structure Of Anisomycin Resistant 50s Ribosomal Subunit: 23s Rrna Mutation G2611u</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCM_0?report=genbank&amp;log$=nuclalign">gi|188596217|pdb|3CCM|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCM_0?report=genbank&amp;log$=nuclalign">gi|188596217|pdb|3CCM|0</a>
                     <span class=b>Length:</span> 2923
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -9789,10 +9789,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -9811,10 +9811,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9830,13 +9830,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-67">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCL_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCL_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Structure Of Anisomycin Resistant 50s Ribosomal Subunit: 23s Rrna Mutation U2535c. Density For Anisomycin Is Visible But Not Included In Model.</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCL_0?report=genbank&amp;log$=nuclalign">gi|188596186|pdb|3CCL|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCL_0?report=genbank&amp;log$=nuclalign">gi|188596186|pdb|3CCL|0</a>
                     <span class=b>Length:</span> 2923
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -9853,10 +9853,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -9875,10 +9875,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9897,10 +9897,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9916,13 +9916,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-68">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCJ_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCJ_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Structure Of Anisomycin Resistant 50s Ribosomal Subunit: 23s Rrna Mutation C2534u</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCJ_0?report=genbank&amp;log$=nuclalign">gi|188596155|pdb|3CCJ|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCJ_0?report=genbank&amp;log$=nuclalign">gi|188596155|pdb|3CCJ|0</a>
                     <span class=b>Length:</span> 2923
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -9939,10 +9939,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -9961,10 +9961,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -9983,10 +9983,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10002,13 +10002,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-69">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCE_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCE_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Structure Of Anisomycin Resistant 50s Ribosomal Subunit: 23s Rrna Mutation U2535a</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCE_0?report=genbank&amp;log$=nuclalign">gi|188596124|pdb|3CCE|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CCE_0?report=genbank&amp;log$=nuclalign">gi|188596124|pdb|3CCE|0</a>
                     <span class=b>Length:</span> 2923
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -10025,10 +10025,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -10047,10 +10047,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10069,10 +10069,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10088,13 +10088,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-70">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CC7_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CC7_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Structure Of Anisomycin Resistant 50s Ribosomal Subunit: 23s Rrna Mutation C2487u</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CC7_0?report=genbank&amp;log$=nuclalign">gi|188596093|pdb|3CC7|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CC7_0?report=genbank&amp;log$=nuclalign">gi|188596093|pdb|3CC7|0</a>
                     <span class=b>Length:</span> 2923
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -10111,10 +10111,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -10133,10 +10133,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10155,10 +10155,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10174,13 +10174,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-71">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CC2_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CC2_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, The Refined Crystal Structure Of The Haloarcula Marismortui Large Ribosomal Subunit At 2.4 Angstrom Resolution With Rrna Sequence For The 23s Rrna And Genome-Derived Sequences For R-Proteins </p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3CC2_0?report=genbank&amp;log$=nuclalign">gi|188596031|pdb|3CC2|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3CC2_0?report=genbank&amp;log$=nuclalign">gi|188596031|pdb|3CC2|0</a>
                     <span class=b>Length:</span> 2923
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -10194,43 +10194,43 @@
                   <div class=title>
                     <p class=hittitle>Chain 0, Co-Crystal Structure Of Anisomycin Bound To The 50s Ribosomal Subunit </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|188596062|pdb|3CC4|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|188596062|pdb|3CC4|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, The Structure Of Cca And Cca-Phe-Cap-Bio Bound To The Large Ribosomal Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|206581937|pdb|3CMA|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|206581937|pdb|3CMA|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, The Structure Of Ca And Cca-Phe-Cap-Bio Bound To The Large Ribosomal Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|206581970|pdb|3CME|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|206581970|pdb|3CME|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, Co-Crystal Structure Of Tiamulin Bound To The Large Ribosomal Subunit </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|228312141|pdb|3G4S|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|228312141|pdb|3G4S|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, Co-Crystal Structure Of Homoharringtonine Bound To The Large Ribosomal Subunit </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|228312197|pdb|3G6E|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|228312197|pdb|3G6E|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, Co-crystal Structure Of Bruceantin Bound To The Large Ribosomal Subunit </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|228312233|pdb|3G71|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|228312233|pdb|3G71|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, Co-Crystal Structure Of Mycalamide A Bound To The Large Ribosomal Subunit</p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|290790035|pdb|3I55|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|290790035|pdb|3I55|0</a>
                     </p>
                   </div>
                 </div>
@@ -10245,10 +10245,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -10267,10 +10267,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10289,10 +10289,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10308,13 +10308,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-72">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/2ZKR_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2ZKR_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Structure Of A Mammalian Ribosomal 60s Subunit Within An 80s Complex Obtained By Docking Homology Models Of The Rna And Proteins Into An 8.7 A Cryo-Em Map</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/2ZKR_0?report=genbank&amp;log$=nuclalign">gi|187609272|pdb|2ZKR|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2ZKR_0?report=genbank&amp;log$=nuclalign">gi|187609272|pdb|2ZKR|0</a>
                     <span class=b>Length:</span> 2903
                     <span class=b>Number of Matches:</span> 4
                   </p>
@@ -10331,10 +10331,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10353,10 +10353,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10375,10 +10375,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10397,10 +10397,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10416,13 +10416,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-73">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/2QA4_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2QA4_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, A More Complete Structure Of The The L7L12 STALK OF THE Haloarcula Marismortui 50s Large Ribosomal Subunit</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/2QA4_0?report=genbank&amp;log$=nuclalign">gi|171848835|pdb|2QA4|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2QA4_0?report=genbank&amp;log$=nuclalign">gi|171848835|pdb|2QA4|0</a>
                     <span class=b>Length:</span> 2922
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -10439,10 +10439,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10461,10 +10461,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10480,13 +10480,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-74">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/2FTC_R?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2FTC_R?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain R, Structural Model For The Large Subunit Of The Mammalian Mitochondrial Ribosome</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/2FTC_R?report=genbank&amp;log$=nuclalign">gi|99032306|pdb|2FTC|R</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2FTC_R?report=genbank&amp;log$=nuclalign">gi|99032306|pdb|2FTC|R</a>
                     <span class=b>Length:</span> 1568
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -10503,10 +10503,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10522,13 +10522,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-75">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/1S72_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1S72_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Refined Crystal Structure Of The Haloarcula Marismortui Large Ribosomal Subunit At 2.4 Angstrom Resolution </p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/1S72_0?report=genbank&amp;log$=nuclalign">gi|50513468|pdb|1S72|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1S72_0?report=genbank&amp;log$=nuclalign">gi|50513468|pdb|1S72|0</a>
                     <span class=b>Length:</span> 2922
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -10542,85 +10542,85 @@
                   <div class=title>
                     <p class=hittitle>Chain 0, The Structure Of The Transition State Analogue &#34;daa&#34; Bound To The Large Ribosomal Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753123|pdb|1VQ4|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753123|pdb|1VQ4|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, The Structure Of The Transition State Analogue &#34;raa&#34; Bound To The Large Ribosomal Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753155|pdb|1VQ5|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753155|pdb|1VQ5|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, The Structure Of C-Hpmn And Cca-Phe-Cap-Bio Bound To The Large Ribosomal Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753187|pdb|1VQ6|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753187|pdb|1VQ6|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, The Structure Of The Transition State Analogue &#34;dca&#34; Bound To The Large Ribosomal Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753219|pdb|1VQ7|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753219|pdb|1VQ7|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, The Structure Of Ccda-Phe-Cap-Bio And The Antibiotic Sparsomycin Bound To The Large Ribosomal Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753251|pdb|1VQ8|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753251|pdb|1VQ8|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, The Structure Of Cca-Phe-Cap-Bio And The Antibiotic Sparsomycin Bound To The Large Ribosomal Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753282|pdb|1VQ9|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753282|pdb|1VQ9|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, The Structure Of Ccda-Phe-Cap-Bio Bound To The A Site Of The Ribosomal Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753314|pdb|1VQK|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753314|pdb|1VQK|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, The Structure Of The Transition State Analogue &#34;dcsn&#34; Bound To The Large Ribosomal Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753345|pdb|1VQL|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753345|pdb|1VQL|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, The Structure Of The Transition State Analogue &#34;dan&#34; Bound To The Large Ribosomal Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753376|pdb|1VQM|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753376|pdb|1VQM|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, The Structure Of Cc-hpmn And Cca-phe-cap-bio Bound To The Large Ribosomal Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753407|pdb|1VQN|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753407|pdb|1VQN|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, The Structure Of Ccpmn Bound To The Large Ribosomal Subunit Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753439|pdb|1VQO|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753439|pdb|1VQO|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, The Structure Of The Transition State Analogue &#34;rap&#34; Bound To The Large Ribosomal Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753470|pdb|1VQP|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|83753470|pdb|1VQP|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, 13-Deoxytedanolide Bound To The Large Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|145580171|pdb|2OTJ|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|145580171|pdb|2OTJ|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, Girodazole Bound To The Large Subunit Of Haloarcula Marismortui</p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|145580202|pdb|2OTL|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|145580202|pdb|2OTL|0</a>
                     </p>
                   </div>
                 </div>
@@ -10635,10 +10635,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10657,10 +10657,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10676,13 +10676,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-76">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/1YIT_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1YIT_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Crystal Structure Of Virginiamycin M And S Bound To The 50s Ribosomal Subunit Of Haloarcula Marismortui </p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/1YIT_0?report=genbank&amp;log$=nuclalign">gi|66360881|pdb|1YIT|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1YIT_0?report=genbank&amp;log$=nuclalign">gi|66360881|pdb|1YIT|0</a>
                     <span class=b>Length:</span> 2922
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -10696,7 +10696,7 @@
                   <div class=title>
                     <p class=hittitle>Chain 0, Crystal Structure Of The Mutant 50s Ribosomal Subunit Of Haloarcula Marismortui Containing A Three Residue Deletion In L22</p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|66360914|pdb|1YJ9|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|66360914|pdb|1YJ9|0</a>
                     </p>
                   </div>
                 </div>
@@ -10711,10 +10711,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -10733,10 +10733,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10755,10 +10755,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10774,13 +10774,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-77">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/1YHQ_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1YHQ_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Crystal Structure Of Azithromycin Bound To The G2099a Mutant 50s Ribosomal Subunit Of Haloarcula Marismortui </p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/1YHQ_0?report=genbank&amp;log$=nuclalign">gi|66360782|pdb|1YHQ|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1YHQ_0?report=genbank&amp;log$=nuclalign">gi|66360782|pdb|1YHQ|0</a>
                     <span class=b>Length:</span> 2922
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -10794,19 +10794,19 @@
                   <div class=title>
                     <p class=hittitle>Chain 0, Crystal Structure Of Erythromycin Bound To The G2099a Mutant 50s Ribosomal Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|66360815|pdb|1YI2|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|66360815|pdb|1YI2|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, Crystal Structure Of Telithromycin Bound To The G2099a Mutant 50s Ribosomal Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|66360848|pdb|1YIJ|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|66360848|pdb|1YIJ|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, Crystal Structure Of Clindamycin Bound To The G2099a Mutant 50s Ribosomal Subunit Of Haloarcula Marismortui</p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|66360947|pdb|1YJN|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|66360947|pdb|1YJN|0</a>
                     </p>
                   </div>
                 </div>
@@ -10821,10 +10821,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -10843,10 +10843,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10865,10 +10865,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10884,13 +10884,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-78">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/1YJW_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1YJW_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Crystal Structure Of Quinupristin Bound To The G2099a Mutant 50s Ribosomal Subunit Of Haloarcula Marismortui</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/1YJW_0?report=genbank&amp;log$=nuclalign">gi|66360980|pdb|1YJW|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1YJW_0?report=genbank&amp;log$=nuclalign">gi|66360980|pdb|1YJW|0</a>
                     <span class=b>Length:</span> 2922
                     <span class=b>Number of Matches:</span> 3
                   </p>
@@ -10907,10 +10907,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -10929,10 +10929,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10951,10 +10951,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -10970,13 +10970,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-79">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/1Q86_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1Q86_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, Crystal Structure Of Cca-Phe-Cap-Biotin Bound Simultaneously At Half Occupancy To Both The A-Site And P- Site Of The The 50s Ribosomal Subunit.</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/1Q86_A?report=genbank&amp;log$=nuclalign">gi|37928006|pdb|1Q86|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1Q86_A?report=genbank&amp;log$=nuclalign">gi|37928006|pdb|1Q86|A</a>
                     <span class=b>Length:</span> 2922
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -10993,10 +10993,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11015,10 +11015,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11034,13 +11034,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-80">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/1JJ2_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1JJ2_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Fully Refined Crystal Structure Of The Haloarcula Marismortui Large Ribosomal Subunit At 2.4 Angstrom Resolution </p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/1JJ2_0?report=genbank&amp;log$=nuclalign">gi|15825941|pdb|1JJ2|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1JJ2_0?report=genbank&amp;log$=nuclalign">gi|15825941|pdb|1JJ2|0</a>
                     <span class=b>Length:</span> 2922
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -11054,97 +11054,97 @@
                   <div class=title>
                     <p class=hittitle>Chain 0, The Haloarcula Marismortui 50s Complexed With A Pretranslocational Intermediate In Protein Synthesis </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|20150986|pdb|1KQS|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|20150986|pdb|1KQS|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Co-Crystal Structure Of Azithromycin Bound To The 50s Ribosomal Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|22219324|pdb|1M1K|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|22219324|pdb|1M1K|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Co-Crystal Structure Of Cca-Phe-Caproic Acid-Biotin And Sparsomycin Bound To The 50s Ribosomal Subunit </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|24159019|pdb|1M90|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|24159019|pdb|1M90|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Co-Crystal Structure Of Anisomycin Bound To The 50s Ribosomal Subunit </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|34811116|pdb|1K73|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|34811116|pdb|1K73|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Structure Of Large Ribosomal Subunit In Complex With Virginiamycin M </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|34811185|pdb|1N8R|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|34811185|pdb|1N8R|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Structure Of Chloramphenicol Bound To The 50s Ribosomal Subunit </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|34811215|pdb|1NJI|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|34811215|pdb|1NJI|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of Ccdap-puromycin Bound At The Peptidyl Transferase Center Of The 50s Ribosomal Subunit </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|37927899|pdb|1Q7Y|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|37927899|pdb|1Q7Y|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of Minihelix With 3&#39; Puromycin Bound To A- Site Of The 50s Ribosomal Subunit. </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|37927934|pdb|1Q81|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|37927934|pdb|1Q81|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of Cc-Puromycin Bound To The A-Site Of The 50s Ribosomal Subunit </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|37927970|pdb|1Q82|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|37927970|pdb|1Q82|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, Structure Of A Deacylated Trna Minihelix Bound To The E Site Of The Large Ribosomal Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|39654670|pdb|1QVF|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|39654670|pdb|1QVF|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, Structure Of Cca Oligonucleotide Bound To The Trna Binding Sites Of The Large Ribosomal Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|39654701|pdb|1QVG|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|39654701|pdb|1QVG|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Co-Crystal Structure Of Carbomycin A Bound To The 50s Ribosomal Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|157878615|pdb|1K8A|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|157878615|pdb|1K8A|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Co-Crystal Structure Of Tylosin Bound To The 50s Ribosomal Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|157878625|pdb|1K9M|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|157878625|pdb|1K9M|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain A, Co-crystal Structure Of Spiramycin Bound To The 50s Ribosomal Subunit Of Haloarcula Marismortui </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|157878639|pdb|1KD1|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|157878639|pdb|1KD1|A</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, Trigger Factor Ribosome Binding Domain In Complex With 50s </p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|157880605|pdb|1W2B|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|157880605|pdb|1W2B|0</a>
                     </p>
                   </div>
                   <div class=title>
                     <p class=hittitle>Chain 0, The Structure Of An Enhanced Oxazolidinone Inhibitor Bound To The 50s Ribosomal Subunit Of H. Marismortui</p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|228311909|pdb|3CXC|0</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|228311909|pdb|3CXC|0</a>
                     </p>
                   </div>
                 </div>
@@ -11159,10 +11159,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11181,10 +11181,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11200,13 +11200,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-81">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/1KC8_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1KC8_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, Co-Crystal Structure Of Blasticidin S Bound To The 50s Ribosomal Subunit</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/1KC8_A?report=genbank&amp;log$=nuclalign">gi|34811146|pdb|1KC8|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1KC8_A?report=genbank&amp;log$=nuclalign">gi|34811146|pdb|1KC8|A</a>
                     <span class=b>Length:</span> 2922
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -11223,10 +11223,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11245,10 +11245,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11264,13 +11264,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-82">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/1FFK_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1FFK_0?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain 0, Crystal Structure Of The Large Ribosomal Subunit From Haloarcula Marismortui At 2.4 Angstrom Resolution</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/1FFK_0?report=genbank&amp;log$=nuclalign">gi|10120918|pdb|1FFK|0</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1FFK_0?report=genbank&amp;log$=nuclalign">gi|10120918|pdb|1FFK|0</a>
                     <span class=b>Length:</span> 2922
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -11287,10 +11287,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11309,10 +11309,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11328,13 +11328,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-83">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/1FG0_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1FG0_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, Large Ribosomal Subunit Complexed With A 13 Bp Minihelix- Puromycin Compound</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/1FG0_A?report=genbank&amp;log$=nuclalign">gi|10120728|pdb|1FG0|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1FG0_A?report=genbank&amp;log$=nuclalign">gi|10120728|pdb|1FG0|A</a>
                     <span class=b>Length:</span> 602
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -11351,10 +11351,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11373,10 +11373,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11392,13 +11392,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-84">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/1FFZ_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1FFZ_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, Large Ribosomal Subunit Complexed With R(Cc)-Da-Puromycin</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/1FFZ_A?report=genbank&amp;log$=nuclalign">gi|10120727|pdb|1FFZ|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1FFZ_A?report=genbank&amp;log$=nuclalign">gi|10120727|pdb|1FFZ|A</a>
                     <span class=b>Length:</span> 602
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -11415,10 +11415,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>18.3 bits(9)</td>
-                      <td>11.9</td>
-                      <td>9/9(100%)</td>
-                      <td>0/9(0%)</td>
+                      <td>18.3341 bits (9)</td>
+                      <td>11.9013</td>
+                      <td>9/9 (100%)</td>
+                      <td>0/9 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11437,10 +11437,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11456,13 +11456,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-85">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/4LGT_F?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4LGT_F?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain F, Crystal Structure Of The Catalytic Domain Of Rlub In Complex With A 21-nucleotide Rna Substrate</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/4LGT_F?report=genbank&amp;log$=nuclalign">gi|558705015|pdb|4LGT|F</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4LGT_F?report=genbank&amp;log$=nuclalign">gi|558705015|pdb|4LGT|F</a>
                     <span class=b>Length:</span> 21
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -11479,10 +11479,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11498,13 +11498,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-86">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/4LGT_E?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4LGT_E?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain E, Crystal Structure Of The Catalytic Domain Of Rlub In Complex With A 21-nucleotide Rna Substrate</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/4LGT_E?report=genbank&amp;log$=nuclalign">gi|558705013|pdb|4LGT|E</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4LGT_E?report=genbank&amp;log$=nuclalign">gi|558705013|pdb|4LGT|E</a>
                     <span class=b>Length:</span> 21
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -11521,10 +11521,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11540,13 +11540,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-87">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/4BTD_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4BTD_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, Thermus Thermophilus Ribosome</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/4BTD_A?report=genbank&amp;log$=nuclalign">gi|529280935|pdb|4BTD|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4BTD_A?report=genbank&amp;log$=nuclalign">gi|529280935|pdb|4BTD|A</a>
                     <span class=b>Length:</span> 2915
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -11563,10 +11563,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11585,10 +11585,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11604,13 +11604,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-88">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/4L6J_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4L6J_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, Crystal Structure Of Blasticidin S Bound To Thermus Thermophilus 70s Ribosome. This File Contains The 50s Subunit And Blasticidin S Molecule From The First 70s Ribosome. </p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/4L6J_A?report=genbank&amp;log$=nuclalign">gi|528082310|pdb|4L6J|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4L6J_A?report=genbank&amp;log$=nuclalign">gi|528082310|pdb|4L6J|A</a>
                     <span class=b>Length:</span> 2879
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -11624,7 +11624,7 @@
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of Blasticidin S Bound To Thermus Thermophilus 70s Ribosome. This File Contains The 50s Subunit And Blasticidin S Molecule From The Second 70s Ribosome</p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|528082364|pdb|4L6L|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|528082364|pdb|4L6L|A</a>
                     </p>
                   </div>
                 </div>
@@ -11639,10 +11639,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11661,10 +11661,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11680,13 +11680,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-89">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/4KFI_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4KFI_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, Crystal Structure Of The 70s Ribosome Bound With The Q253p Mutant Of Release Factor Rf2. 50s Of The A Subunit </p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/4KFI_A?report=genbank&amp;log$=nuclalign">gi|520729408|pdb|4KFI|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4KFI_A?report=genbank&amp;log$=nuclalign">gi|520729408|pdb|4KFI|A</a>
                     <span class=b>Length:</span> 2879
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -11700,7 +11700,7 @@
                   <div class=title>
                     <p class=hittitle>Chain A, Crystal Structure Of The 70s Ribosome Bound With The Q253p Mutant Of Release Factor Rf2. 50s Of The B Subunit</p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|520729463|pdb|4KFL|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|520729463|pdb|4KFL|A</a>
                     </p>
                   </div>
                 </div>
@@ -11715,10 +11715,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11737,10 +11737,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11756,13 +11756,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-90">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/4K0Q_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4K0Q_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, Crystal Structure Of Thermus Thermophilus 70s Containing Trnas And Mrna Stop Codon With Pseudouridine</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/4K0Q_A?report=genbank&amp;log$=nuclalign">gi|520728860|pdb|4K0Q|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4K0Q_A?report=genbank&amp;log$=nuclalign">gi|520728860|pdb|4K0Q|A</a>
                     <span class=b>Length:</span> 2915
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -11779,10 +11779,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11801,10 +11801,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11820,13 +11820,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-91">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/4K0M_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4K0M_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, Crystal Structure Of Thermus Thermophilus 70s Containing Trnas And Mrna Stop Codon With Pseudouridine</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/4K0M_A?report=genbank&amp;log$=nuclalign">gi|520728802|pdb|4K0M|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4K0M_A?report=genbank&amp;log$=nuclalign">gi|520728802|pdb|4K0M|A</a>
                     <span class=b>Length:</span> 2915
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -11843,10 +11843,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11865,10 +11865,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11884,13 +11884,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-92">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3V_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3V_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, Atomic Model Of The Immature 50s Subunit From Bacillus Subtilis (state I-a)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3V_A?report=genbank&amp;log$=nuclalign">gi|512125286|pdb|3J3V|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3V_A?report=genbank&amp;log$=nuclalign">gi|512125286|pdb|3J3V|A</a>
                     <span class=b>Length:</span> 2927
                     <span class=b>Number of Matches:</span> 5
                   </p>
@@ -11907,10 +11907,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11929,10 +11929,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11951,10 +11951,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11973,10 +11973,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -11995,10 +11995,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -12014,13 +12014,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-93">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3W_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3W_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, Atomic Model Of The Immature 50s Subunit From Bacillus Subtilis (state Ii-a)</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3W_A?report=genbank&amp;log$=nuclalign">gi|512125306|pdb|3J3W|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3J3W_A?report=genbank&amp;log$=nuclalign">gi|512125306|pdb|3J3W|A</a>
                     <span class=b>Length:</span> 2927
                     <span class=b>Number of Matches:</span> 5
                   </p>
@@ -12037,10 +12037,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -12059,10 +12059,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -12081,10 +12081,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -12103,10 +12103,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -12125,10 +12125,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -12144,13 +12144,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-94">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3V6X_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3V6X_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, Crystal Structure Of The Bacterial Ribosome Ram Mutation G347u. This Entry Contains The 50s Ribosomal Subunit Of The Second 70s Molecule In The Asymmetric Unit</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3V6X_A?report=genbank&amp;log$=nuclalign">gi|482676744|pdb|3V6X|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3V6X_A?report=genbank&amp;log$=nuclalign">gi|482676744|pdb|3V6X|A</a>
                     <span class=b>Length:</span> 2916
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -12167,10 +12167,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -12189,10 +12189,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -12208,13 +12208,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-95">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/3V6W_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3V6W_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, Crystal Structure Of The Bacterial Ribosome Ram Mutation G347u. This Entry Contains The 50s Ribosomal Subunit Of The First 70s Molecule In The Asymmetric Unit</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/3V6W_A?report=genbank&amp;log$=nuclalign">gi|482676712|pdb|3V6W|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/3V6W_A?report=genbank&amp;log$=nuclalign">gi|482676712|pdb|3V6W|A</a>
                     <span class=b>Length:</span> 2916
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -12231,10 +12231,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -12253,10 +12253,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -12272,13 +12272,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-96">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/2YMI_DD?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2YMI_DD?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain d, The Cryo-Em Structure Of A 3d Dna-Origami Object</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/2YMI_DD?report=genbank&amp;log$=nuclalign">gi|428697829|pdb|2YMI|DD</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2YMI_DD?report=genbank&amp;log$=nuclalign">gi|428697829|pdb|2YMI|DD</a>
                     <span class=b>Length:</span> 56
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -12295,10 +12295,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
@@ -12314,13 +12314,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-97">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/2YMF_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2YMF_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, The Cryo-Em Structure Of A 3d Dna-Origami Object</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/2YMF_A?report=genbank&amp;log$=nuclalign">gi|428697789|pdb|2YMF|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2YMF_A?report=genbank&amp;log$=nuclalign">gi|428697789|pdb|2YMF|A</a>
                     <span class=b>Length:</span> 4896
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -12337,10 +12337,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -12359,10 +12359,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>14.4 bits(7)</td>
-                      <td>185.8</td>
-                      <td>7/7(100%)</td>
-                      <td>0/7(0%)</td>
+                      <td>14.3694 bits (7)</td>
+                      <td>185.82</td>
+                      <td>7/7 (100%)</td>
+                      <td>0/7 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -12378,13 +12378,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-98">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/2J01_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2J01_A?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain A, Structure Of The Thermus Thermophilus 70s Ribosome Complexed With Mrna, Trna And Paromomycin (Part 2 Of 4). This File Contains The 50s Subunit From Molecule I. </p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/2J01_A?report=genbank&amp;log$=nuclalign">gi|396639330|pdb|2J01|A</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2J01_A?report=genbank&amp;log$=nuclalign">gi|396639330|pdb|2J01|A</a>
                     <span class=b>Length:</span> 2787
                     <span class=b>Number of Matches:</span> 2
                   </p>
@@ -12398,7 +12398,7 @@
                   <div class=title>
                     <p class=hittitle>Chain A, Structure Of The Thermus Thermophilus 70s Ribosome Complexed With Mrna, Trna And Paromomycin (Part 4 Of 4). This File Contains The 50s Subunit From Molecule Ii.</p>
                     <p class=titleinfo>
-                      <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|396639355|pdb|2J03|A</a>
+                      <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/?report=genbank&amp;log$=nuclalign">gi|396639355|pdb|2J03|A</a>
                     </p>
                   </div>
                 </div>
@@ -12413,10 +12413,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -12435,10 +12435,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -12454,13 +12454,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-99">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/4AQX_C?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4AQX_C?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain C, Crystal Structure Of I-Crei Complexed With Its Target Methylated At Position Plus 2 (In The B Strand) In The Presence Of Magnesium</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/4AQX_C?report=genbank&amp;log$=nuclalign">gi|393715375|pdb|4AQX|C</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4AQX_C?report=genbank&amp;log$=nuclalign">gi|393715375|pdb|4AQX|C</a>
                     <span class=b>Length:</span> 14
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -12477,10 +12477,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -12496,13 +12496,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-100">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/4AQU_C?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4AQU_C?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>Chain C, Crystal Structure Of I-Crei Complexed With Its Target Methylated At Position Plus 2 (In The B Strand) In The Presence Of Calcium</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/4AQU_C?report=genbank&amp;log$=nuclalign">gi|393715371|pdb|4AQU|C</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/4AQU_C?report=genbank&amp;log$=nuclalign">gi|393715371|pdb|4AQU|C</a>
                     <span class=b>Length:</span> 24
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -12519,10 +12519,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>16.4 bits(8)</td>
-                      <td>47.0</td>
-                      <td>8/8(100%)</td>
-                      <td>0/8(0%)</td>
+                      <td>16.3517 bits (8)</td>
+                      <td>47.0266</td>
+                      <td>8/8 (100%)</td>
+                      <td>0/8 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
--- a/test-data/blast xml example3.html	Thu Jul 31 14:55:07 2014 +0200
+++ b/test-data/blast xml example3.html	Thu Jul 31 13:09:30 2014 +0200
@@ -719,7 +719,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -810,7 +810,7 @@
                   <td>100%</td>
                   <td>7.011e-08</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_3?report=genbank&amp;log$=nuclalign">Subject_3</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_3?report=genbank&amp;log$=nuclalign">Subject_3</a></td>
                 </tr>
               </table>
 
@@ -827,13 +827,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description3-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_3?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_3?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>DJ437711|GenBank|insert_MIR604|Corn_Event_MIR604,_Left_Border_region|-5751164067366620000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_3?report=genbank&amp;log$=nuclalign">Subject_3</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_3?report=genbank&amp;log$=nuclalign">Subject_3</a>
                     <span class=b>Length:</span> 323
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -850,10 +850,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>37.4 bits(40)</td>
-                      <td>0.0</td>
-                      <td>20/20(100%)</td>
-                      <td>0/20(0%)</td>
+                      <td>37.3537 bits (40)</td>
+                      <td>7.01052e-08</td>
+                      <td>20/20 (100%)</td>
+                      <td>0/20 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -952,7 +952,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -1043,7 +1043,7 @@
                   <td>100%</td>
                   <td>7.011e-08</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_6?report=genbank&amp;log$=nuclalign">Subject_6</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_6?report=genbank&amp;log$=nuclalign">Subject_6</a></td>
                 </tr>
               </table>
 
@@ -1060,13 +1060,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description6-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_6?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_6?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>AB209952.1|GenBank|insert_GTS-40-3-2|Glycine_max_transgenic_cp4epsps_gene_for_5-enol-pyruvylshikimate-3-phospate_synthase_class_2_precursor,_complete_cds|-9105899556052450000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_6?report=genbank&amp;log$=nuclalign">Subject_6</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_6?report=genbank&amp;log$=nuclalign">Subject_6</a>
                     <span class=b>Length:</span> 2457
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -1083,10 +1083,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>37.4 bits(40)</td>
-                      <td>0.0</td>
-                      <td>20/20(100%)</td>
-                      <td>0/20(0%)</td>
+                      <td>37.3537 bits (40)</td>
+                      <td>7.01052e-08</td>
+                      <td>20/20 (100%)</td>
+                      <td>0/20 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -1410,7 +1410,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -1503,7 +1503,7 @@
                   <td>85%</td>
                   <td>2.981e-06</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_2?report=genbank&amp;log$=nuclalign">Subject_2</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_2?report=genbank&amp;log$=nuclalign">Subject_2</a></td>
                 </tr>
               </table>
 
@@ -1520,13 +1520,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description18-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_2?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_2?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>AJ308515.1|GenBank|insert_GTS-40-3-2|Synthetic_construct_for_NOS_3&#39;UTR/plant_junction_region.|-9105899556052450000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_2?report=genbank&amp;log$=nuclalign">Subject_2</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_2?report=genbank&amp;log$=nuclalign">Subject_2</a>
                     <span class=b>Length:</span> 1045
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -1543,10 +1543,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>31.9 bits(34)</td>
-                      <td>0.0</td>
-                      <td>17/17(100%)</td>
-                      <td>0/17(0%)</td>
+                      <td>31.9436 bits (34)</td>
+                      <td>2.98095e-06</td>
+                      <td>17/17 (100%)</td>
+                      <td>0/17 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -1595,7 +1595,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -1686,7 +1686,7 @@
                   <td>100%</td>
                   <td>7.011e-08</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_3?report=genbank&amp;log$=nuclalign">Subject_3</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_3?report=genbank&amp;log$=nuclalign">Subject_3</a></td>
                 </tr>
               </table>
 
@@ -1703,13 +1703,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description19-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_3?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_3?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>DJ437711|GenBank|insert_MIR604|Corn_Event_MIR604,_Left_Border_region|-5751164067366620000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_3?report=genbank&amp;log$=nuclalign">Subject_3</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_3?report=genbank&amp;log$=nuclalign">Subject_3</a>
                     <span class=b>Length:</span> 323
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -1726,10 +1726,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>37.4 bits(40)</td>
-                      <td>0.0</td>
-                      <td>20/20(100%)</td>
-                      <td>0/20(0%)</td>
+                      <td>37.3537 bits (40)</td>
+                      <td>7.01052e-08</td>
+                      <td>20/20 (100%)</td>
+                      <td>0/20 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -1828,7 +1828,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -1919,7 +1919,7 @@
                   <td>100%</td>
                   <td>7.011e-08</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_6?report=genbank&amp;log$=nuclalign">Subject_6</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_6?report=genbank&amp;log$=nuclalign">Subject_6</a></td>
                 </tr>
               </table>
 
@@ -1936,13 +1936,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description22-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_6?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_6?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>AB209952.1|GenBank|insert_GTS-40-3-2|Glycine_max_transgenic_cp4epsps_gene_for_5-enol-pyruvylshikimate-3-phospate_synthase_class_2_precursor,_complete_cds|-9105899556052450000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_6?report=genbank&amp;log$=nuclalign">Subject_6</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_6?report=genbank&amp;log$=nuclalign">Subject_6</a>
                     <span class=b>Length:</span> 2457
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -1959,10 +1959,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>37.4 bits(40)</td>
-                      <td>0.0</td>
-                      <td>20/20(100%)</td>
-                      <td>0/20(0%)</td>
+                      <td>37.3537 bits (40)</td>
+                      <td>7.01052e-08</td>
+                      <td>20/20 (100%)</td>
+                      <td>0/20 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -2611,7 +2611,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -2699,7 +2699,7 @@
                   <td>100%</td>
                   <td>9.338e-08</td>
                   <td>92%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_7?report=genbank&amp;log$=nuclalign">Subject_7</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_7?report=genbank&amp;log$=nuclalign">Subject_7</a></td>
                 </tr>
               </table>
 
@@ -2716,13 +2716,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description47-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_7?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_7?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>AY326434|GenBank|insert_MON810|Synthetic_construct_truncated_CRYIA(b)_(cryIA(b))_gene,_partial_CDS|-2635190737607180000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_7?report=genbank&amp;log$=nuclalign">Subject_7</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_7?report=genbank&amp;log$=nuclalign">Subject_7</a>
                     <span class=b>Length:</span> 4180
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -2739,10 +2739,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>37.4 bits(40)</td>
-                      <td>0.0</td>
-                      <td>23/25(92%)</td>
-                      <td>0/25(0%)</td>
+                      <td>37.3537 bits (40)</td>
+                      <td>9.33825e-08</td>
+                      <td>23/25 (92%)</td>
+                      <td>0/25 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -2791,7 +2791,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -2879,7 +2879,7 @@
                   <td>100%</td>
                   <td>9.338e-08</td>
                   <td>92%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_8?report=genbank&amp;log$=nuclalign">Subject_8</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_8?report=genbank&amp;log$=nuclalign">Subject_8</a></td>
                 </tr>
               </table>
 
@@ -2896,13 +2896,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description48-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_8?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_8?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>EUG|RIKILT|plasmid_pV-ZMBK07|plasmid_pV-ZMBK07|-2635190737607180000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_8?report=genbank&amp;log$=nuclalign">Subject_8</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_8?report=genbank&amp;log$=nuclalign">Subject_8</a>
                     <span class=b>Length:</span> 4983
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -2919,10 +2919,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>37.4 bits(40)</td>
-                      <td>0.0</td>
-                      <td>23/25(92%)</td>
-                      <td>0/25(0%)</td>
+                      <td>37.3537 bits (40)</td>
+                      <td>9.33825e-08</td>
+                      <td>23/25 (92%)</td>
+                      <td>0/25 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3121,7 +3121,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -3213,7 +3213,7 @@
                   <td>100%</td>
                   <td>6.629e-23</td>
                   <td>86%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_7?report=genbank&amp;log$=nuclalign">Subject_7</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_7?report=genbank&amp;log$=nuclalign">Subject_7</a></td>
                 </tr>
               </table>
 
@@ -3230,13 +3230,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description55-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_7?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_7?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>AY326434|GenBank|insert_MON810|Synthetic_construct_truncated_CRYIA(b)_(cryIA(b))_gene,_partial_CDS|-2635190737607180000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_7?report=genbank&amp;log$=nuclalign">Subject_7</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_7?report=genbank&amp;log$=nuclalign">Subject_7</a>
                     <span class=b>Length:</span> 4180
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -3253,10 +3253,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>89.7 bits(98)</td>
-                      <td>0.0</td>
-                      <td>64/74(86%)</td>
-                      <td>0/74(0%)</td>
+                      <td>89.6514 bits (98)</td>
+                      <td>6.62923e-23</td>
+                      <td>64/74 (86%)</td>
+                      <td>0/74 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3308,7 +3308,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -3400,7 +3400,7 @@
                   <td>100%</td>
                   <td>6.629e-23</td>
                   <td>86%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_8?report=genbank&amp;log$=nuclalign">Subject_8</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_8?report=genbank&amp;log$=nuclalign">Subject_8</a></td>
                 </tr>
               </table>
 
@@ -3417,13 +3417,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description56-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_8?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_8?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>EUG|RIKILT|plasmid_pV-ZMBK07|plasmid_pV-ZMBK07|-2635190737607180000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_8?report=genbank&amp;log$=nuclalign">Subject_8</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/Subject_8?report=genbank&amp;log$=nuclalign">Subject_8</a>
                     <span class=b>Length:</span> 4983
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -3440,10 +3440,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>89.7 bits(98)</td>
-                      <td>0.0</td>
-                      <td>64/74(86%)</td>
-                      <td>0/74(0%)</td>
+                      <td>89.6514 bits (98)</td>
+                      <td>6.62923e-23</td>
+                      <td>64/74 (86%)</td>
+                      <td>0/74 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
--- a/test-data/blast xml example3b.html	Thu Jul 31 14:55:07 2014 +0200
+++ b/test-data/blast xml example3b.html	Thu Jul 31 13:09:30 2014 +0200
@@ -719,7 +719,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -810,7 +810,7 @@
                   <td>100%</td>
                   <td>7.011e-08</td>
                   <td>100%</td>
-                  <td><a href="http://example.com/example-genebank?id=Subject_3">Subject_3</a></td>
+                  <td><a target="_top" href="http://example.com/example-genebank?id=Subject_3">Subject_3</a></td>
                 </tr>
               </table>
 
@@ -827,13 +827,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description3-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://example.com/example-genebank?id=Subject_3">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://example.com/example-genebank?id=Subject_3">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>DJ437711|GenBank|insert_MIR604|Corn_Event_MIR604,_Left_Border_region|-5751164067366620000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://example.com/example-genebank?id=Subject_3">Subject_3</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://example.com/example-genebank?id=Subject_3">Subject_3</a>
                     <span class=b>Length:</span> 323
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -850,10 +850,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>37.4 bits(40)</td>
-                      <td>0.0</td>
-                      <td>20/20(100%)</td>
-                      <td>0/20(0%)</td>
+                      <td>37.3537 bits (40)</td>
+                      <td>7.01052e-08</td>
+                      <td>20/20 (100%)</td>
+                      <td>0/20 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -952,7 +952,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -1043,7 +1043,7 @@
                   <td>100%</td>
                   <td>7.011e-08</td>
                   <td>100%</td>
-                  <td><a href="http://example.com/example-genebank?id=Subject_6">Subject_6</a></td>
+                  <td><a target="_top" href="http://example.com/example-genebank?id=Subject_6">Subject_6</a></td>
                 </tr>
               </table>
 
@@ -1060,13 +1060,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description6-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://example.com/example-genebank?id=Subject_6">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://example.com/example-genebank?id=Subject_6">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>AB209952.1|GenBank|insert_GTS-40-3-2|Glycine_max_transgenic_cp4epsps_gene_for_5-enol-pyruvylshikimate-3-phospate_synthase_class_2_precursor,_complete_cds|-9105899556052450000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://example.com/example-genebank?id=Subject_6">Subject_6</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://example.com/example-genebank?id=Subject_6">Subject_6</a>
                     <span class=b>Length:</span> 2457
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -1083,10 +1083,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>37.4 bits(40)</td>
-                      <td>0.0</td>
-                      <td>20/20(100%)</td>
-                      <td>0/20(0%)</td>
+                      <td>37.3537 bits (40)</td>
+                      <td>7.01052e-08</td>
+                      <td>20/20 (100%)</td>
+                      <td>0/20 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -1410,7 +1410,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -1503,7 +1503,7 @@
                   <td>85%</td>
                   <td>2.981e-06</td>
                   <td>100%</td>
-                  <td><a href="http://example.com/example-genebank?id=Subject_2">Subject_2</a></td>
+                  <td><a target="_top" href="http://example.com/example-genebank?id=Subject_2">Subject_2</a></td>
                 </tr>
               </table>
 
@@ -1520,13 +1520,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description18-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://example.com/example-genebank?id=Subject_2">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://example.com/example-genebank?id=Subject_2">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>AJ308515.1|GenBank|insert_GTS-40-3-2|Synthetic_construct_for_NOS_3&#39;UTR/plant_junction_region.|-9105899556052450000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://example.com/example-genebank?id=Subject_2">Subject_2</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://example.com/example-genebank?id=Subject_2">Subject_2</a>
                     <span class=b>Length:</span> 1045
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -1543,10 +1543,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>31.9 bits(34)</td>
-                      <td>0.0</td>
-                      <td>17/17(100%)</td>
-                      <td>0/17(0%)</td>
+                      <td>31.9436 bits (34)</td>
+                      <td>2.98095e-06</td>
+                      <td>17/17 (100%)</td>
+                      <td>0/17 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -1595,7 +1595,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -1686,7 +1686,7 @@
                   <td>100%</td>
                   <td>7.011e-08</td>
                   <td>100%</td>
-                  <td><a href="http://example.com/example-genebank?id=Subject_3">Subject_3</a></td>
+                  <td><a target="_top" href="http://example.com/example-genebank?id=Subject_3">Subject_3</a></td>
                 </tr>
               </table>
 
@@ -1703,13 +1703,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description19-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://example.com/example-genebank?id=Subject_3">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://example.com/example-genebank?id=Subject_3">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>DJ437711|GenBank|insert_MIR604|Corn_Event_MIR604,_Left_Border_region|-5751164067366620000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://example.com/example-genebank?id=Subject_3">Subject_3</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://example.com/example-genebank?id=Subject_3">Subject_3</a>
                     <span class=b>Length:</span> 323
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -1726,10 +1726,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>37.4 bits(40)</td>
-                      <td>0.0</td>
-                      <td>20/20(100%)</td>
-                      <td>0/20(0%)</td>
+                      <td>37.3537 bits (40)</td>
+                      <td>7.01052e-08</td>
+                      <td>20/20 (100%)</td>
+                      <td>0/20 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -1828,7 +1828,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -1919,7 +1919,7 @@
                   <td>100%</td>
                   <td>7.011e-08</td>
                   <td>100%</td>
-                  <td><a href="http://example.com/example-genebank?id=Subject_6">Subject_6</a></td>
+                  <td><a target="_top" href="http://example.com/example-genebank?id=Subject_6">Subject_6</a></td>
                 </tr>
               </table>
 
@@ -1936,13 +1936,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description22-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://example.com/example-genebank?id=Subject_6">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://example.com/example-genebank?id=Subject_6">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>AB209952.1|GenBank|insert_GTS-40-3-2|Glycine_max_transgenic_cp4epsps_gene_for_5-enol-pyruvylshikimate-3-phospate_synthase_class_2_precursor,_complete_cds|-9105899556052450000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://example.com/example-genebank?id=Subject_6">Subject_6</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://example.com/example-genebank?id=Subject_6">Subject_6</a>
                     <span class=b>Length:</span> 2457
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -1959,10 +1959,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>37.4 bits(40)</td>
-                      <td>0.0</td>
-                      <td>20/20(100%)</td>
-                      <td>0/20(0%)</td>
+                      <td>37.3537 bits (40)</td>
+                      <td>7.01052e-08</td>
+                      <td>20/20 (100%)</td>
+                      <td>0/20 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -2611,7 +2611,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -2699,7 +2699,7 @@
                   <td>100%</td>
                   <td>9.338e-08</td>
                   <td>92%</td>
-                  <td><a href="http://example.com/example-genebank?id=Subject_7">Subject_7</a></td>
+                  <td><a target="_top" href="http://example.com/example-genebank?id=Subject_7">Subject_7</a></td>
                 </tr>
               </table>
 
@@ -2716,13 +2716,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description47-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://example.com/example-genebank?id=Subject_7">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://example.com/example-genebank?id=Subject_7">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>AY326434|GenBank|insert_MON810|Synthetic_construct_truncated_CRYIA(b)_(cryIA(b))_gene,_partial_CDS|-2635190737607180000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://example.com/example-genebank?id=Subject_7">Subject_7</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://example.com/example-genebank?id=Subject_7">Subject_7</a>
                     <span class=b>Length:</span> 4180
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -2739,10 +2739,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>37.4 bits(40)</td>
-                      <td>0.0</td>
-                      <td>23/25(92%)</td>
-                      <td>0/25(0%)</td>
+                      <td>37.3537 bits (40)</td>
+                      <td>9.33825e-08</td>
+                      <td>23/25 (92%)</td>
+                      <td>0/25 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -2791,7 +2791,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -2879,7 +2879,7 @@
                   <td>100%</td>
                   <td>9.338e-08</td>
                   <td>92%</td>
-                  <td><a href="http://example.com/example-genebank?id=Subject_8">Subject_8</a></td>
+                  <td><a target="_top" href="http://example.com/example-genebank?id=Subject_8">Subject_8</a></td>
                 </tr>
               </table>
 
@@ -2896,13 +2896,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description48-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://example.com/example-genebank?id=Subject_8">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://example.com/example-genebank?id=Subject_8">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>EUG|RIKILT|plasmid_pV-ZMBK07|plasmid_pV-ZMBK07|-2635190737607180000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://example.com/example-genebank?id=Subject_8">Subject_8</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://example.com/example-genebank?id=Subject_8">Subject_8</a>
                     <span class=b>Length:</span> 4983
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -2919,10 +2919,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>37.4 bits(40)</td>
-                      <td>0.0</td>
-                      <td>23/25(92%)</td>
-                      <td>0/25(0%)</td>
+                      <td>37.3537 bits (40)</td>
+                      <td>9.33825e-08</td>
+                      <td>23/25 (92%)</td>
+                      <td>0/25 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3121,7 +3121,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -3213,7 +3213,7 @@
                   <td>100%</td>
                   <td>6.629e-23</td>
                   <td>86%</td>
-                  <td><a href="http://example.com/example-genebank?id=Subject_7">Subject_7</a></td>
+                  <td><a target="_top" href="http://example.com/example-genebank?id=Subject_7">Subject_7</a></td>
                 </tr>
               </table>
 
@@ -3230,13 +3230,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description55-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://example.com/example-genebank?id=Subject_7">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://example.com/example-genebank?id=Subject_7">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>AY326434|GenBank|insert_MON810|Synthetic_construct_truncated_CRYIA(b)_(cryIA(b))_gene,_partial_CDS|-2635190737607180000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://example.com/example-genebank?id=Subject_7">Subject_7</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://example.com/example-genebank?id=Subject_7">Subject_7</a>
                     <span class=b>Length:</span> 4180
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -3253,10 +3253,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>89.7 bits(98)</td>
-                      <td>0.0</td>
-                      <td>64/74(86%)</td>
-                      <td>0/74(0%)</td>
+                      <td>89.6514 bits (98)</td>
+                      <td>6.62923e-23</td>
+                      <td>64/74 (86%)</td>
+                      <td>0/74 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -3308,7 +3308,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -3400,7 +3400,7 @@
                   <td>100%</td>
                   <td>6.629e-23</td>
                   <td>86%</td>
-                  <td><a href="http://example.com/example-genebank?id=Subject_8">Subject_8</a></td>
+                  <td><a target="_top" href="http://example.com/example-genebank?id=Subject_8">Subject_8</a></td>
                 </tr>
               </table>
 
@@ -3417,13 +3417,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description56-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://example.com/example-genebank?id=Subject_8">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://example.com/example-genebank?id=Subject_8">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>EUG|RIKILT|plasmid_pV-ZMBK07|plasmid_pV-ZMBK07|-2635190737607180000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://example.com/example-genebank?id=Subject_8">Subject_8</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://example.com/example-genebank?id=Subject_8">Subject_8</a>
                     <span class=b>Length:</span> 4983
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -3440,10 +3440,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>89.7 bits(98)</td>
-                      <td>0.0</td>
-                      <td>64/74(86%)</td>
-                      <td>0/74(0%)</td>
+                      <td>89.6514 bits (98)</td>
+                      <td>6.62923e-23</td>
+                      <td>64/74 (86%)</td>
+                      <td>0/74 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
--- a/test-data/blast xml example4.html	Thu Jul 31 14:55:07 2014 +0200
+++ b/test-data/blast xml example4.html	Thu Jul 31 13:09:30 2014 +0200
@@ -473,7 +473,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -575,7 +575,7 @@
                   <td>100%</td>
                   <td>1.513e-07</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/5?report=genbank&amp;log$=nuclalign">5</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/5?report=genbank&amp;log$=nuclalign">5</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-2"
@@ -588,7 +588,7 @@
                   <td>100%</td>
                   <td>1.513e-07</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/2?report=genbank&amp;log$=nuclalign">2</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2?report=genbank&amp;log$=nuclalign">2</a></td>
                 </tr>
               </table>
 
@@ -605,13 +605,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/5?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/5?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>AB209952.1|GenBank|insert_GTS-40-3-2|Glycine_max_transgenic_cp4epsps_gene_for_5-enol-pyruvylshikimate-3-phospate_synthase_class_2_precursor,_complete_cds|-9105899556052450000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/5?report=genbank&amp;log$=nuclalign">gnl|BL_ORD_ID|5</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/5?report=genbank&amp;log$=nuclalign">gnl|BL_ORD_ID|5</a>
                     <span class=b>Length:</span> 2457
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -628,10 +628,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>40.1 bits(20)</td>
-                      <td>0.0</td>
-                      <td>20/20(100%)</td>
-                      <td>0/20(0%)</td>
+                      <td>40.14 bits (20)</td>
+                      <td>1.51296e-07</td>
+                      <td>20/20 (100%)</td>
+                      <td>0/20 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -647,13 +647,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-2">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/2?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>DJ437711|GenBank|insert_MIR604|Corn_Event_MIR604,_Left_Border_region|-5751164067366620000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/2?report=genbank&amp;log$=nuclalign">gnl|BL_ORD_ID|2</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2?report=genbank&amp;log$=nuclalign">gnl|BL_ORD_ID|2</a>
                     <span class=b>Length:</span> 323
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -670,10 +670,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>40.1 bits(20)</td>
-                      <td>0.0</td>
-                      <td>20/20(100%)</td>
-                      <td>0/20(0%)</td>
+                      <td>40.14 bits (20)</td>
+                      <td>1.51296e-07</td>
+                      <td>20/20 (100%)</td>
+                      <td>0/20 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -747,7 +747,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -862,7 +862,7 @@
                   <td>100%</td>
                   <td>1.513e-07</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/5?report=genbank&amp;log$=nuclalign">5</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/5?report=genbank&amp;log$=nuclalign">5</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit3-2"
@@ -875,7 +875,7 @@
                   <td>100%</td>
                   <td>1.513e-07</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/2?report=genbank&amp;log$=nuclalign">2</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2?report=genbank&amp;log$=nuclalign">2</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit3-3"
@@ -888,7 +888,7 @@
                   <td>85%</td>
                   <td>9.334e-06</td>
                   <td>100%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/1?report=genbank&amp;log$=nuclalign">1</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1?report=genbank&amp;log$=nuclalign">1</a></td>
                 </tr>
               </table>
 
@@ -905,13 +905,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description3-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/5?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/5?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>AB209952.1|GenBank|insert_GTS-40-3-2|Glycine_max_transgenic_cp4epsps_gene_for_5-enol-pyruvylshikimate-3-phospate_synthase_class_2_precursor,_complete_cds|-9105899556052450000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/5?report=genbank&amp;log$=nuclalign">gnl|BL_ORD_ID|5</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/5?report=genbank&amp;log$=nuclalign">gnl|BL_ORD_ID|5</a>
                     <span class=b>Length:</span> 2457
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -928,10 +928,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>40.1 bits(20)</td>
-                      <td>0.0</td>
-                      <td>20/20(100%)</td>
-                      <td>0/20(0%)</td>
+                      <td>40.14 bits (20)</td>
+                      <td>1.51296e-07</td>
+                      <td>20/20 (100%)</td>
+                      <td>0/20 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -947,13 +947,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description3-2">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/2?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>DJ437711|GenBank|insert_MIR604|Corn_Event_MIR604,_Left_Border_region|-5751164067366620000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/2?report=genbank&amp;log$=nuclalign">gnl|BL_ORD_ID|2</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/2?report=genbank&amp;log$=nuclalign">gnl|BL_ORD_ID|2</a>
                     <span class=b>Length:</span> 323
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -970,10 +970,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>40.1 bits(20)</td>
-                      <td>0.0</td>
-                      <td>20/20(100%)</td>
-                      <td>0/20(0%)</td>
+                      <td>40.14 bits (20)</td>
+                      <td>1.51296e-07</td>
+                      <td>20/20 (100%)</td>
+                      <td>0/20 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -989,13 +989,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description3-3">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/1?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>AJ308515.1|GenBank|insert_GTS-40-3-2|Synthetic_construct_for_NOS_3&#39;UTR/plant_junction_region.|-9105899556052450000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/1?report=genbank&amp;log$=nuclalign">gnl|BL_ORD_ID|1</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/1?report=genbank&amp;log$=nuclalign">gnl|BL_ORD_ID|1</a>
                     <span class=b>Length:</span> 1045
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -1012,10 +1012,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>34.2 bits(17)</td>
-                      <td>0.0</td>
-                      <td>17/17(100%)</td>
-                      <td>0/17(0%)</td>
+                      <td>34.1929 bits (17)</td>
+                      <td>9.33411e-06</td>
+                      <td>17/17 (100%)</td>
+                      <td>0/17 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -1114,7 +1114,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -1217,7 +1217,7 @@
                   <td>88%</td>
                   <td>3.148e-06</td>
                   <td>95%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/7?report=genbank&amp;log$=nuclalign">7</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/7?report=genbank&amp;log$=nuclalign">7</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit6-2"
@@ -1230,7 +1230,7 @@
                   <td>88%</td>
                   <td>3.148e-06</td>
                   <td>95%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/6?report=genbank&amp;log$=nuclalign">6</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/6?report=genbank&amp;log$=nuclalign">6</a></td>
                 </tr>
               </table>
 
@@ -1247,13 +1247,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description6-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/7?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/7?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>EUG|RIKILT|plasmid_pV-ZMBK07|plasmid_pV-ZMBK07|-2635190737607180000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/7?report=genbank&amp;log$=nuclalign">gnl|BL_ORD_ID|7</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/7?report=genbank&amp;log$=nuclalign">gnl|BL_ORD_ID|7</a>
                     <span class=b>Length:</span> 4983
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -1270,10 +1270,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>36.2 bits(18)</td>
-                      <td>0.0</td>
-                      <td>21/22(95%)</td>
-                      <td>0/22(0%)</td>
+                      <td>36.1753 bits (18)</td>
+                      <td>3.14801e-06</td>
+                      <td>21/22 (95%)</td>
+                      <td>0/22 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -1289,13 +1289,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description6-2">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/6?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/6?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>AY326434|GenBank|insert_MON810|Synthetic_construct_truncated_CRYIA(b)_(cryIA(b))_gene,_partial_CDS|-2635190737607180000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/6?report=genbank&amp;log$=nuclalign">gnl|BL_ORD_ID|6</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/6?report=genbank&amp;log$=nuclalign">gnl|BL_ORD_ID|6</a>
                     <span class=b>Length:</span> 4180
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -1312,10 +1312,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>36.2 bits(18)</td>
-                      <td>0.0</td>
-                      <td>21/22(95%)</td>
-                      <td>0/22(0%)</td>
+                      <td>36.1753 bits (18)</td>
+                      <td>3.14801e-06</td>
+                      <td>21/22 (95%)</td>
+                      <td>0/22 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -1364,7 +1364,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -1467,7 +1467,7 @@
                   <td>100%</td>
                   <td>3.564e-15</td>
                   <td>86%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/7?report=genbank&amp;log$=nuclalign">7</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/7?report=genbank&amp;log$=nuclalign">7</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit7-2"
@@ -1480,7 +1480,7 @@
                   <td>100%</td>
                   <td>3.564e-15</td>
                   <td>86%</td>
-                  <td><a href="http://www.ncbi.nlm.nih.gov/nucleotide/6?report=genbank&amp;log$=nuclalign">6</a></td>
+                  <td><a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/6?report=genbank&amp;log$=nuclalign">6</a></td>
                 </tr>
               </table>
 
@@ -1497,13 +1497,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description7-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/7?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/7?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>EUG|RIKILT|plasmid_pV-ZMBK07|plasmid_pV-ZMBK07|-2635190737607180000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/7?report=genbank&amp;log$=nuclalign">gnl|BL_ORD_ID|7</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/7?report=genbank&amp;log$=nuclalign">gnl|BL_ORD_ID|7</a>
                     <span class=b>Length:</span> 4983
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -1520,10 +1520,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>67.9 bits(34)</td>
-                      <td>0.0</td>
-                      <td>64/74(86%)</td>
-                      <td>0/74(0%)</td>
+                      <td>67.8929 bits (34)</td>
+                      <td>3.56369e-15</td>
+                      <td>64/74 (86%)</td>
+                      <td>0/74 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -1542,13 +1542,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description7-2">Descriptions</a></div>
-                  <a class="linkheader" href="http://www.ncbi.nlm.nih.gov/nucleotide/6?report=genbank&amp;log$=nuclalign">Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/6?report=genbank&amp;log$=nuclalign">Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>AY326434|GenBank|insert_MON810|Synthetic_construct_truncated_CRYIA(b)_(cryIA(b))_gene,_partial_CDS|-2635190737607180000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://www.ncbi.nlm.nih.gov/nucleotide/6?report=genbank&amp;log$=nuclalign">gnl|BL_ORD_ID|6</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://www.ncbi.nlm.nih.gov/nucleotide/6?report=genbank&amp;log$=nuclalign">gnl|BL_ORD_ID|6</a>
                     <span class=b>Length:</span> 4180
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -1565,10 +1565,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>67.9 bits(34)</td>
-                      <td>0.0</td>
-                      <td>64/74(86%)</td>
-                      <td>0/74(0%)</td>
+                      <td>67.8929 bits (34)</td>
+                      <td>3.56369e-15</td>
+                      <td>64/74 (86%)</td>
+                      <td>0/74 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>
--- a/test-data/blast xml example4b.html	Thu Jul 31 14:55:07 2014 +0200
+++ b/test-data/blast xml example4b.html	Thu Jul 31 13:09:30 2014 +0200
@@ -473,7 +473,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -575,7 +575,7 @@
                   <td>100%</td>
                   <td>1.513e-07</td>
                   <td>100%</td>
-                  <td><a href="http://example.com/example-genebank/AB209952.1/">5</a></td>
+                  <td><a target="_top" href="http://example.com/example-genebank/AB209952.1/">5</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit1-2"
@@ -588,7 +588,7 @@
                   <td>100%</td>
                   <td>1.513e-07</td>
                   <td>100%</td>
-                  <td><a href="http://example.com/example-genebank/DJ437711/">2</a></td>
+                  <td><a target="_top" href="http://example.com/example-genebank/DJ437711/">2</a></td>
                 </tr>
               </table>
 
@@ -605,13 +605,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://example.com/example-genebank/AB209952.1/">Example Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://example.com/example-genebank/AB209952.1/">Example Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>AB209952.1|GenBank|insert_GTS-40-3-2|Glycine_max_transgenic_cp4epsps_gene_for_5-enol-pyruvylshikimate-3-phospate_synthase_class_2_precursor,_complete_cds|-9105899556052450000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://example.com/example-genebank/AB209952.1/">gnl|BL_ORD_ID|5</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://example.com/example-genebank/AB209952.1/">gnl|BL_ORD_ID|5</a>
                     <span class=b>Length:</span> 2457
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -628,10 +628,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>40.1 bits(20)</td>
-                      <td>0.0</td>
-                      <td>20/20(100%)</td>
-                      <td>0/20(0%)</td>
+                      <td>40.14 bits (20)</td>
+                      <td>1.51296e-07</td>
+                      <td>20/20 (100%)</td>
+                      <td>0/20 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -647,13 +647,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description1-2">Descriptions</a></div>
-                  <a class="linkheader" href="http://example.com/example-genebank/DJ437711/">Example Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://example.com/example-genebank/DJ437711/">Example Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>DJ437711|GenBank|insert_MIR604|Corn_Event_MIR604,_Left_Border_region|-5751164067366620000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://example.com/example-genebank/DJ437711/">gnl|BL_ORD_ID|2</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://example.com/example-genebank/DJ437711/">gnl|BL_ORD_ID|2</a>
                     <span class=b>Length:</span> 323
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -670,10 +670,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>40.1 bits(20)</td>
-                      <td>0.0</td>
-                      <td>20/20(100%)</td>
-                      <td>0/20(0%)</td>
+                      <td>40.14 bits (20)</td>
+                      <td>1.51296e-07</td>
+                      <td>20/20 (100%)</td>
+                      <td>0/20 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -747,7 +747,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -862,7 +862,7 @@
                   <td>100%</td>
                   <td>1.513e-07</td>
                   <td>100%</td>
-                  <td><a href="http://example.com/example-genebank/AB209952.1/">5</a></td>
+                  <td><a target="_top" href="http://example.com/example-genebank/AB209952.1/">5</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit3-2"
@@ -875,7 +875,7 @@
                   <td>100%</td>
                   <td>1.513e-07</td>
                   <td>100%</td>
-                  <td><a href="http://example.com/example-genebank/DJ437711/">2</a></td>
+                  <td><a target="_top" href="http://example.com/example-genebank/DJ437711/">2</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit3-3"
@@ -888,7 +888,7 @@
                   <td>85%</td>
                   <td>9.334e-06</td>
                   <td>100%</td>
-                  <td><a href="http://example.com/example-genebank/AJ308515.1/">1</a></td>
+                  <td><a target="_top" href="http://example.com/example-genebank/AJ308515.1/">1</a></td>
                 </tr>
               </table>
 
@@ -905,13 +905,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description3-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://example.com/example-genebank/AB209952.1/">Example Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://example.com/example-genebank/AB209952.1/">Example Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>AB209952.1|GenBank|insert_GTS-40-3-2|Glycine_max_transgenic_cp4epsps_gene_for_5-enol-pyruvylshikimate-3-phospate_synthase_class_2_precursor,_complete_cds|-9105899556052450000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://example.com/example-genebank/AB209952.1/">gnl|BL_ORD_ID|5</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://example.com/example-genebank/AB209952.1/">gnl|BL_ORD_ID|5</a>
                     <span class=b>Length:</span> 2457
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -928,10 +928,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>40.1 bits(20)</td>
-                      <td>0.0</td>
-                      <td>20/20(100%)</td>
-                      <td>0/20(0%)</td>
+                      <td>40.14 bits (20)</td>
+                      <td>1.51296e-07</td>
+                      <td>20/20 (100%)</td>
+                      <td>0/20 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -947,13 +947,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description3-2">Descriptions</a></div>
-                  <a class="linkheader" href="http://example.com/example-genebank/DJ437711/">Example Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://example.com/example-genebank/DJ437711/">Example Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>DJ437711|GenBank|insert_MIR604|Corn_Event_MIR604,_Left_Border_region|-5751164067366620000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://example.com/example-genebank/DJ437711/">gnl|BL_ORD_ID|2</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://example.com/example-genebank/DJ437711/">gnl|BL_ORD_ID|2</a>
                     <span class=b>Length:</span> 323
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -970,10 +970,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>40.1 bits(20)</td>
-                      <td>0.0</td>
-                      <td>20/20(100%)</td>
-                      <td>0/20(0%)</td>
+                      <td>40.14 bits (20)</td>
+                      <td>1.51296e-07</td>
+                      <td>20/20 (100%)</td>
+                      <td>0/20 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -989,13 +989,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description3-3">Descriptions</a></div>
-                  <a class="linkheader" href="http://example.com/example-genebank/AJ308515.1/">Example Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://example.com/example-genebank/AJ308515.1/">Example Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>AJ308515.1|GenBank|insert_GTS-40-3-2|Synthetic_construct_for_NOS_3&#39;UTR/plant_junction_region.|-9105899556052450000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://example.com/example-genebank/AJ308515.1/">gnl|BL_ORD_ID|1</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://example.com/example-genebank/AJ308515.1/">gnl|BL_ORD_ID|1</a>
                     <span class=b>Length:</span> 1045
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -1012,10 +1012,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>34.2 bits(17)</td>
-                      <td>0.0</td>
-                      <td>17/17(100%)</td>
-                      <td>0/17(0%)</td>
+                      <td>34.1929 bits (17)</td>
+                      <td>9.33411e-06</td>
+                      <td>17/17 (100%)</td>
+                      <td>0/17 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -1114,7 +1114,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -1217,7 +1217,7 @@
                   <td>88%</td>
                   <td>3.148e-06</td>
                   <td>95%</td>
-                  <td><a href="http://example.com/example-genebank/EUG/">7</a></td>
+                  <td><a target="_top" href="http://example.com/example-genebank/EUG/">7</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit6-2"
@@ -1230,7 +1230,7 @@
                   <td>88%</td>
                   <td>3.148e-06</td>
                   <td>95%</td>
-                  <td><a href="http://example.com/example-genebank/AY326434/">6</a></td>
+                  <td><a target="_top" href="http://example.com/example-genebank/AY326434/">6</a></td>
                 </tr>
               </table>
 
@@ -1247,13 +1247,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description6-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://example.com/example-genebank/EUG/">Example Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://example.com/example-genebank/EUG/">Example Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>EUG|RIKILT|plasmid_pV-ZMBK07|plasmid_pV-ZMBK07|-2635190737607180000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://example.com/example-genebank/EUG/">gnl|BL_ORD_ID|7</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://example.com/example-genebank/EUG/">gnl|BL_ORD_ID|7</a>
                     <span class=b>Length:</span> 4983
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -1270,10 +1270,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>36.2 bits(18)</td>
-                      <td>0.0</td>
-                      <td>21/22(95%)</td>
-                      <td>0/22(0%)</td>
+                      <td>36.1753 bits (18)</td>
+                      <td>3.14801e-06</td>
+                      <td>21/22 (95%)</td>
+                      <td>0/22 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -1289,13 +1289,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description6-2">Descriptions</a></div>
-                  <a class="linkheader" href="http://example.com/example-genebank/AY326434/">Example Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://example.com/example-genebank/AY326434/">Example Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>AY326434|GenBank|insert_MON810|Synthetic_construct_truncated_CRYIA(b)_(cryIA(b))_gene,_partial_CDS|-2635190737607180000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://example.com/example-genebank/AY326434/">gnl|BL_ORD_ID|6</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://example.com/example-genebank/AY326434/">gnl|BL_ORD_ID|6</a>
                     <span class=b>Length:</span> 4180
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -1312,10 +1312,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>36.2 bits(18)</td>
-                      <td>0.0</td>
-                      <td>21/22(95%)</td>
-                      <td>0/22(0%)</td>
+                      <td>36.1753 bits (18)</td>
+                      <td>3.14801e-06</td>
+                      <td>21/22 (95%)</td>
+                      <td>0/22 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -1364,7 +1364,7 @@
                   <div class=graphicitem style="background-color: blue">40–50</div>
                   <div class=graphicitem style="background-color: green">50–80</div>
                   <div class=graphicitem style="background-color: magenta">80–200</div>
-                  <div class=graphicitem style="background-color: red">200≤</div>
+                  <div class=graphicitem style="background-color: red">≥200</div>
               </div></div>
               <div style="clear: left"></div>
 
@@ -1467,7 +1467,7 @@
                   <td>100%</td>
                   <td>3.564e-15</td>
                   <td>86%</td>
-                  <td><a href="http://example.com/example-genebank/EUG/">7</a></td>
+                  <td><a target="_top" href="http://example.com/example-genebank/EUG/">7</a></td>
                 </tr>
                 <tr>
                   <td><div><a href="#hit7-2"
@@ -1480,7 +1480,7 @@
                   <td>100%</td>
                   <td>3.564e-15</td>
                   <td>86%</td>
-                  <td><a href="http://example.com/example-genebank/AY326434/">6</a></td>
+                  <td><a target="_top" href="http://example.com/example-genebank/AY326434/">6</a></td>
                 </tr>
               </table>
 
@@ -1497,13 +1497,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description7-1">Descriptions</a></div>
-                  <a class="linkheader" href="http://example.com/example-genebank/EUG/">Example Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://example.com/example-genebank/EUG/">Example Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>EUG|RIKILT|plasmid_pV-ZMBK07|plasmid_pV-ZMBK07|-2635190737607180000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://example.com/example-genebank/EUG/">gnl|BL_ORD_ID|7</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://example.com/example-genebank/EUG/">gnl|BL_ORD_ID|7</a>
                     <span class=b>Length:</span> 4983
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -1520,10 +1520,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>67.9 bits(34)</td>
-                      <td>0.0</td>
-                      <td>64/74(86%)</td>
-                      <td>0/74(0%)</td>
+                      <td>67.8929 bits (34)</td>
+                      <td>3.56369e-15</td>
+                      <td>64/74 (86%)</td>
+                      <td>0/74 (0%)</td>
                       <td>Plus/Plus</td>
                     </tr>
                   </table>
@@ -1542,13 +1542,13 @@
 
                 <div class=linkheader>
                   <div class=right><a href="#description7-2">Descriptions</a></div>
-                  <a class="linkheader" href="http://example.com/example-genebank/AY326434/">Example Gene Bank</a>
+                  <a class="linkheader" target="_top" href="http://example.com/example-genebank/AY326434/">Example Gene Bank</a>
                 </div>
 
                 <div class=title>
                   <p class=hittitle>AY326434|GenBank|insert_MON810|Synthetic_construct_truncated_CRYIA(b)_(cryIA(b))_gene,_partial_CDS|-2635190737607180000</p>
                   <p class=titleinfo>
-                    <span class=b>Sequence ID:</span> <a href="http://example.com/example-genebank/AY326434/">gnl|BL_ORD_ID|6</a>
+                    <span class=b>Sequence ID:</span> <a target="_top" href="http://example.com/example-genebank/AY326434/">gnl|BL_ORD_ID|6</a>
                     <span class=b>Length:</span> 4180
                     <span class=b>Number of Matches:</span> 1
                   </p>
@@ -1565,10 +1565,10 @@
                       <th>Score</th><th>Expect</th><th>Identities</th><th>Gaps</th><th>Strand</th>
                     </tr>
                     <tr>
-                      <td>67.9 bits(34)</td>
-                      <td>0.0</td>
-                      <td>64/74(86%)</td>
-                      <td>0/74(0%)</td>
+                      <td>67.8929 bits (34)</td>
+                      <td>3.56369e-15</td>
+                      <td>64/74 (86%)</td>
+                      <td>0/74 (0%)</td>
                       <td>Plus/Minus</td>
                     </tr>
                   </table>