function meta(directory){
document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><meta http-equiv="Content-Style-Type" content="text/css2" /><meta http-equiv="Content-Language" content="en" /><meta http-equiv="Audience" content="General" /><meta name="robots" content="index,follow" /><link rel="shortcut icon" href="' + directory  + 'favicon.ico" /><link rel="stylesheet" type="text/css" href="' + directory  + 'navigation/css.css" />');
}

function bodytop(directory){
document.write('<table class="navigation"><tr><td>');
document.write('<table>');
document.write('	<tr><td rowspan="2"><a href="http://www.arizona.edu" target="_blank"><img src="' + directory  + 'navigation/alogo.jpg" width="148" height="132" alt="The University of Arizona" style="border: 0px;"/></a></td><td><a href="' + directory  + 'index.htm"><img src="' + directory  + 'navigation/blab.jpg" width="802" height="92" alt="The Brown Lab" style="border: 0px;"/></a></td></tr>');
document.write('	<tr><td><a href="http://cos.arizona.edu" target="_blank"><img src="' + directory  + 'navigation/uascience.jpg" width="802" height="40" alt="UA Science" style="border: 0px;"/></a></td></tr>');
document.write('	<tr><td colspan="2"><img src="' + directory  + 'navigation/tbot.jpg" width="950" height="29" style="border: 0px;"/></td></tr>');
document.write('</table>');
document.write('</td></tr>');
document.write('<tr><td class="menu">');
document.write('<table><tr>');
document.write('	<td><a href="' + directory  + 'index.htm">News</a></td>');
document.write('	<td><a href="' + directory  + 'about/index.htm">About</a></td>');
document.write('	<td><a href="' + directory  + 'projects/index.htm">Projects</a></td>');
document.write('	<td><a href="' + directory  + 'publications/index.htm">Publications</a></td>');
document.write('	<td><a href="' + directory  + 'members/index.htm">Members</a></td>');
document.write('	<td><a href="' + directory  + 'photos/index.htm">Photos</a></td>');
document.write('	<td><a href="' + directory  + 'teaching/index.htm">Teaching</a></td>');
document.write('	<td><a href="' + directory  + 'links/index.htm">Links</a></td>');
document.write('</tr></table>');
document.write('</td></tr><tr><td style="background-image: url(' + directory  + 'navigation/background.jpg); padding-left: 3px; padding-right: 3px; padding-bottom: 3px;">');
}

function bodybot(directory) {
document.write('<hr style="width: 940px; height: 3px; border-style: solid; border-color: #0000FF; background-color: #0000FF;"/>');
document.write('<h3>Department of Chemistry<br>');
document.write('The University of Arizona<br>');
document.write('P.O. Box 210041<br>');
document.write('1306 E. University Blvd.<br>');
document.write('Tucson, Arizona 85721-0041<br>');
document.write('Phone: (520) 621-6354<br>');
document.write('Fax: (520) 621-8407</h3>');
document.write('</td></tr></table>');
}