<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var color		= "EFF4FA"	// HORZ MENU BACKGROUND COLOR
var bordercolor		= "CCCCCC"	// HORZ MENU BOTTOM BORDER COLOR




document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#'+color+'" style="border-bottom: #'+bordercolor+' 1px solid;" class="printhide"><tr><td>');


document.write('<TABLE cellpadding="0" cellspacing="3" border="0"><tr><td>');
document.write('&nbsp;<br>');



/* document.write('<form method="POST" action="http://discover.mbl.edu/cgi-bin/formmail.pl" target="_top"><TD>'); */
/* document.write('<i>Search for your data:</i> <INPUT TYPE="TEXT" NAME="school_name" SIZE="60" class="shadeformwide">'); */
/*  */
/* document.write('<span class="smalltext"><td align="center">'); */
/* //document.write('<i>Input School, Insect Order or Locus ID.</i></span></form>'); */
/* document.write('</span></form>'); */



// START HORIZONTAL LINKS - COPY AND PASTE THE NEXT 2 LINES TO ADD A LINK


document.write('</td><td>'); 
document.write('<a href="presentation.htm" class="menuhorz">Slideshow</a>');

document.write('</td><td>');
document.write('<a href="faq-home.htm" class="menuhorz">Workshop FAQ</a>');

document.write('</td><td>'); 
document.write('<a href="articles.htm" class="menuhorz">Articles</a>');

document.write('</td><td>'); 
document.write('<a href="student_news.htm" class="menuhorz">Student News</a>');

/*  */
/*  */
/*  */
/* document.write('</td><td>'); */
/* document.write('<a href="index.html" class="menuhorz">Home</a>');*/


document.write('</td></tr></table>');
document.write('</td><td width="1">');
document.write('<img src="picts/spacer.gif" HEIGHT="5" width="1"><br>');
document.write('</td></tr></table>');







//  End -->

