function createHeader() {
document.write("\
<table width=\"100%\" cols=2 cellpadding=4>\
<tr valign=top><td width=120 bgcolor=lightsteelblue>")
	writeNavigationLinks()
	document.write("</td>")
	document.write("<td>")
}

function createFooter() {
	writeContactInfo()
	document.write("</td></tr></table>")
}

function createStyle() {
	document.write("<style>\
BODY {background-color: aliceblue; color: darkblue}\
A:link {color: blue}\
A:active {color: darkred}\
A:visited {color: darkviolet}\
H1 {font-size: large; text-align: center; font-weight: bolder}\
H2 {font-size: large; text-align: center; font-weight: bolder}\
H3 {background-color: lightsteelblue; font-size: medium; font-weight: bolder; text-align: center}\
H4 {background-color: lightsteelblue; text-align: center; font-weight: bolder}\
P {text-align: left}\
</style>")
}

function writeContactInfo() {
	document.write("\
<div align=center><font size=-1>\
<hr noshade size=1>\
Copyright &copy; 1999-2011 <A HREF=\"http://salk.edu\">Salk Institute</A>,  <a href=\"http://evobio.info\">Evolutionary Bioinformatics</a>, and <A HREF=\"http://en.wikipedia.org/wiki/SUGEN\">Sugen, Inc</A>.<br>\
</font></div>")
}

function writeNavigationLinks() {
	document.write("\
<font size=2 face=\"sans-serif, arial, helvetica\">\
<div align=left>\
<a href=\"/\">HOME</a><br>\
<P>\
<hr noshade size=1>\
<b>TOOLS</b><br>\
<P>\
<A HREF=\"/kinbase/\">KinBase</A><br>\
<a href=\"/blast/blast.html\">Blast</a><br>\
<a href=\"/logos\">Logos</a><br>\
<a href=\"/tools/HyperTree.html\">HyperTree</a><br>\
<a href=\"/kinbase/FastaFiles/\">Sequences</a><br>\
<hr noshade size=1>\
<b>KINOME PROJECTS</b><P>\
<a href=\"/human/kinome/\">Human</a><br>\
<a href=\"/mouse/\">Mouse</a><br>\
<a href=\"/urchin/\">Sea Urchin</a><br>\
<a href=\"/drosophila/\">Drosophila</a><br>\
<a href=\"/celegans/\"><i>C. elegans</i></a><br>\
<a href=\"/sponge/\">Sponge</a><br>\
<a href=\"/monosiga/\"><i>Monosiga brevicollis</i></a><br>\
<a href=\"/scerevisiae/\"><i>S. cerevisiae</i></a><br>\
<a href=\"/fungi/coprinopsis/\"><i>Coprinopsis cinerea</i></a><br>\
<a href=\"/dictyostelium/\"><i>Dictyostelium</i></a><br>\
<a href=\"/tetrahymena/\"><i>Tetrahymena</i></a><br>\
<P>\
<a href=\"/microbial/\">Microbial Kinomes</a><br>\
<a href=\"/microbial/bsk\">Bacterial Spore Kinases</a><br>\
<P>\
<a href=\"/evolution/\">Kinase Evolution</a><br>\
<a href=\"/pseudokinase/\">Pseudokinases<A><br>\
<a href=\"/wiki/\">WikiKinome<A><br>\
<hr noshade size=1>\
<b>ABOUT</b><P>\
<P>\
<a href=\"/about/Acknowledgements.html\">About Kinase.Com</A><br>\
<a href=\"/about/new.html\">What's New</A><br>\
<a href=\"/about/Disclaimer.html\">Disclaimer</A><br>\
<A href=\"/help/viewers.html\">Help with viewers</A><br>\
<A href=\"/about/links.html\">Related Sites</A><br>\
<A HREF=\"http://www.ceolas.org/misc/kinase.com_feedback.html\">Contact Us</A>\
\
<hr noshade size=1>\
<form method=\"get\" action=\"http://www.google.com/custom\" target=\"google_window\">\
<table border=\"0\">\
<tr>\
	<td>\
	<input type=\"hidden\" name=\"domains\" value=\"kinase.com\"></input>\
	<input type=\"text\" name=\"q\" size=\"20\" maxlength=\"255\" value=\"\"></input>\
	<input type=\"submit\" name=\"sa\" value=\"Search\"></input>\
	</td>\
</tr>\
<input type=\"hidden\" name=\"sitesearch\" value=\"kinase.com\"></input>\
<input type=\"hidden\" name=\"client\" value=\"pub-9141868006144507\"></input>\
<input type=\"hidden\" name=\"forid\" value=\"1\"></input>\
<input type=\"hidden\" name=\"channel\" value=\"3689389941\"></input>\
<input type=\"hidden\" name=\"ie\" value=\"ISO-8859-1\"></input>\
<input type=\"hidden\" name=\"oe\" value=\"ISO-8859-1\"></input>\
<input type=\"hidden\" name=\"cof\" value=\"GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1;\"></input>\
<input type=\"hidden\" name=\"hl\" value=\"en\"></input>\
<P>\
<a href=\"http://twitter.com/kinomics\"><img src=\"http://www.twitterbuttons.com/upload/badges/b7da144232twitterbutton-0110.gif\"></a>\
</table>\
</form>\
</font>\
</div>")
}

