
function printleft() {

leftitems=["<TABLE id=banner cellSpacing=0 cellPadding=0 width=\"100%\" bgColor=\"#003399\"",
"border=0>",
"  <TBODY>",
"  <TR>",
"    <TD><A href=\"http://www.nndc.bnl.gov/\"><IMG alt=Homepage ",
"      src=\"Empire 2_19_files/NNDC_headlogo.gif\" border=0></A></TD>",
"    <TD><A href=\"http://www-nds.iaea.org/\"><IMG alt=\"NDS Home\" ",
"      src=\"Empire 2_19_files/NNDC_bnllogo.gif\" align=right  alt=\"IAEA Home\" height=\"56\" ",
"  border=0></A></TD></TR></TBODY></TABLE>",
"<TABLE cellSpacing=0 cellPadding=0 width=\"100%\" border=0>",
"  <TBODY>",
"  <TR>",
"    <TD class=navbar vAlign=top>",
"      <P><SPAN style=\"COLOR: rgb(204,204,204)\">IAEA NDS Main Databases:</SPAN> <A", 
"      href=\"http://www-nds.iaea.org/endf/\">ENDF</A> | <A ",
"      href=\"http://www-nds.iaea.org/exfor/\">EXFOR</A> | <A", 
"      href=\"http://www-nds.iaea.org/cinda/\">CINDA</A> | <A ",
"      href=\"http://www-nds.iaea.org/nudat/\">NuDat</A> | <A", 
"      href=\"http://www-nds.iaea.org/nsr/\">NSR</A> | <A ",
"      href=\"http://www-nds.iaea.org/ensdf/\">XUNDL</A> | <A ",
"      href=\"http://www-nds.iaea.org/ensdf/\">ENSDF</A> | <A ",
"      href=\"http://www-nds.iaea.org/mird/\">MIRD</A> </P></TD></TR></TBODY></TABLE><!-- End of top banner-->",
"<TABLE cellSpacing=0 cellPadding=0 width=\"100%\">",
"  <TBODY>",
"  <TR>",
"    <TD class=printhide vAlign=top width=180>",
"      <TABLE cellSpacing=0 cellPadding=0 align=center border=0>",
"        <TBODY>",
"        <TR>",
"          <TD noWrap ><P></P>&nbsp;<P></P><br></TD></TR></TBODY></TABLE>",
"      <DIV id=verticalMenu>",
"      <P><A target=_blank ",
"      href=\"http://www-nds.iaea.org/index.html\">IAEA NDS Site ",
"      Index</A></P>",
"      <P class=category>EMPIRE-2.19</P>",
"      <P><A href=\"/empire/index.html\">Home </A></P>",
"      <P><A href=\"/empire/whatsnew.html\">What's new? ",
"      </A></P>",
"      <P><A ",
"      href=\"/empire/screen/index.html\">Screen-shots ",
"      </A></P>",
"      <P><A href=\"/empire/mechanisms.html\">Reaction", 
"      mechanisms </A></P>",
"      <P><A href=\"/empire/codes.html\">Incorporated ",
"      codes </A></P>",
"      <P><A ",
"      href=\"/empire/features.html\">Features/Outputs ",
"      </A></P>",
"      <P><A href=\"/empire/downloads.html\">Downloads ",
"      </A></P>",
"      <P><A href=\"/empire/platforms.html\">Platforms ",
"      </A></P>",
"      <P><A ",
"      href=\"/empire/installation.html\">Installation ",
"      guide</A></P>",
"      <P><A href=\"/empire/testcases.html\">Test ",
"      cases</A></P>",
"      <P class=category>EMPIRE-2.19 documentation</P>",
"      <P><A href=\"/empire/manual.pdf\">Manual (pdf)</A> ",
"      </P>",
"      <P><A href=\"/empire/bugs.html\">Release ",
"      notes</A></P>",
"      <P><A ",
"      href=\"/empire/docs/SantaFe.ps\">ND2004 ",
"      (Santa Fe) contribution</A></P>",
"      <P><A ",
"      href=\"/empire/docs/CGS11.ps\">CGS11 ",
"      (Prague,2002) contribution</A></P>",
"      <P><A ",
"      href=\"/empire/docs/tsukuba.ps\">ND2001", 
"      (Tsukuba) contribution</A></P>",
"      <P class=category>Previous releases</P>",
"      <P><A href=\"http://www-nds.iaea.org/empire218/index.html\">EMPIRE-2.18 "];
for (i=0; i<leftitems.length; i++) {        
                    document.write(leftitems[i]);
                }
	}