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-2010 <A HREF=\"http://salk.edu\">Salk Institute</A>,  <a href=\"http://evobio.info\">Evolutionary Bioinformatics</a>, and Sugen, Inc.<br>&nbsp;<br>We gratefully acknowledge the financial support of <A HREF=\"http://www.cellsignal.com\">Cell Signaling Technology</A>.\
</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=\"/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>\
</font>\
</div>")
}
