
//  Footer for the start page

document.write (
 '<HR size="1">' +
 '<table width="100%">' +
 '  <tr>' +
 '    <td width="30%" valign="middle">' +
 '      <font face="Arial,Helvetica" size="-1">' +
 '        Last modified: 30 Aug 2011
 '      </font>' +
 '    </td>' +
 '    <td width="70%" align="right" valign="top">' +
 '       <font face="Arial,Helvetica" size="-1">' +
 '         <a href="http://www.ccp4.ac.uk/">' +
 '           <img src="http://www.ebi.ac.uk/msd-srv/ssm/images/ccp4_small.gif"' +
 '              width="67" height="26" border="0"></a><br>' +
 '          The project is funded by<br>' +
 '          the Collaborative Computational Project Number 4' +
 '          in Protein Crystallography<br>' +
 '          of the Biotechnology and Biological Sciences Research Council<br>' +
 '       </font>' +
 '     </td>' +
 '  </tr>' +
 '</table>' +
 '<img src="http://www.ebi.ac.uk/inc/images/spacer.gif" class="spacer" alt="spacer" /></td>' +
 '<td class="rightmenucell" id="rightmenucell">' +
 '<div class="rightmenu" id="rightmenu">' +
 '<img src="http://www.ebi.ac.uk/inc/images/spacer.gif" class="spacer" alt="spacer" /></div>' +
 '</td>' +
 '</tr>' +
 '</table>' +
 '<table class="footerpane" id="footerpane" summary="The main footer pane of the page">' +
 '<tr>' +
 '<td colspan ="4" class="footerrow">' +
 '<div class="footerdiv" id="footerdiv"  style="z-index:2;">' +
 '<iframe src="/inc/foot.html" name="foot" frameborder="0"' +
 '        marginwidth="0px" marginheight="0px" scrolling="no" ' +
 '        height="22px" width="100%"  style="z-index:2;"></iframe>' +
 '</div>' +
 '</td>' +
 '</tr>' +
 '</table>' +
 '</table>' +
 '<script src="http://www.ebi.ac.uk/inc/js/footer.js" type="text/javascript"></script>' +
 '</div>'
);


