
//  Header for the start page
document.write (
'<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />' +
'<meta name="no-email-collection" content="http://www.unspam.com/noemailcollection/" />' +
'<META NAME="description" CONTENT="Home page for PISA (protein interactions, surfaces and assemblies)">' +
'<META NAME="keywords" CONTENT="Protein-protein interactions, interfaces, macromolecular ' +
                                      'assemblies, interface searches, X-ray structures">' +
'<META NAME="author"   CONTENT="Protein Data Bank in Europe, European Bioinformatics Institute, UK">' +
'<link rel="stylesheet"  href="http://www.ebi.ac.uk/inc/css/contents.css"   type="text/css" />' +
'<link rel="stylesheet"  href="http://www.ebi.ac.uk/inc/css/userstyles.css" type="text/css" />' +
'<script  src="http://www.ebi.ac.uk/inc/js/contents.js" type="text/javascript"></script>');

document.write (
'<script>' +
'function ebi_on_load() {' +
'  if(navigator.userAgent.indexOf("MSIE") != -1) {' +
'    document.getElementById("head").allowTransparency = true;' +
'  }' +
'}' +
'</script>'
);

document.write (
'<link rel="stylesheet" href="http://www.ebi.ac.uk/msd-srv/docs/go1.css" type="text/css" />' +
'<META HTTP-EQUIV="Content-Language" CONTENT="en-GB">'
);

document.write (
'</HEAD>' +
'<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000FF" VLINK="#00FF00" ALINK="#FF0000" ' +
'      ONLOAD="ebi_on_load()" TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">'
);

document.write (
'<div class="headerdiv" id="headerdiv" style="position:absolute; z-index: 1;">' +
'  <iframe src="/inc/head.html" name="head" id="head" frameborder="0"' +
'          marginwidth="0px" marginheight="0px" scrolling="no"' +
'    width="100%" style="position:absolute; z-index: 1; height: 57px;">' +
'  </iframe>' +
'</div>'
);

document.write (
'<div class="contents" id="contents">' +
'  <table class="contentspane" id="contentspane" summary="The main content pane of the page"' +
'         style="width: 100%">' +
'  <tr>' +
'    <td class="leftmargin">' +
'      <img src="http://www.ebi.ac.uk/inc/images/spacer.gif" class="spacer" alt="spacer" />' +
'    </td>' +
'    <td class="leftmenucell" id="leftmenucell">' +
'      <div class="leftmenu" id="leftmenu">' +
'           <img src="http://www.ebi.ac.uk/inc/images/spacer.gif" class="spacer" alt="spacer" />' +
'      </div>' +
'    </td>' +
'    <td class="contentsarea" id="contentsarea">' +
'       <div class="breadcrumbs"><a href="http://www.ebi.ac.uk/" class="firstbreadcrumb">Home</a>' +
'         <a href="http://www.ebi.ac.uk/Databases/">Databases</a>' +
'         <a href="http://www.ebi.ac.uk/pdbe/">PDBe</a>' +
'         <a href="http://www.ebi.ac.uk/pdbe/docs/Services.html">Services</a>' +
'         <span class="nolink">PISA</span>' +
'         <div class="rightbreadcrumbs">' +
'           <a class="rightbreadcrumbslink" href="mailto:pdbehelp@ebi.ac.uk">contact PDBe</a>' +
'         </div>' +
'       </div>' +
'       <hr/>'
);


