// To add the header from development directory and integrate encyclopdia into conchsoc.org
 	document.write('<link href="encyclopedia.css" rel="stylesheet" type="text/css" />');
    document.write('<div id="header">');
    document.write('<div id="wrapper">');
    document .write('<div id="headerImageLeft"><a href="../index.php"><img  src="../images/newtoplogo.jpg" border="0" alt="Click to return to Main Site" /></a></div>');
    document.write('<div id="headerTitle" style="font-family:Arial, Helvetica, sans-serif;">Conchological Society<br>of Great Britain and Ireland</div>');
    document.write('<div id="tagLine">"Providing resources for understanding, identifying, recording, and conserving molluscs"</div> ');
	document.write('</div>');
    document.write('</div>');
	document.write('<div id="menubar">'); // The lines below need to be arranged in this fashion to keep the buttons close together, because any white space produces a gap
    document.write('<a class="menubutton" href="../index.php"');
    document.write('>Home</a');
    document.write('><a class="menubutton" href="../pages/contacts.php"');
    document.write('>Contact Us</a');
    document.write('><a class="menubutton" href="../pages/membership.php"');
    document.write('>Membership</a');
    document.write('><a class="menubutton" href="../pages/meetings.php"');
    document.write('>Meetings</a');
    document.write('><a class="menubutton" href="../pages/site-map.php"');
    document.write('>Site Map</a');
    document.write('><a class="menubutton" href="../recording/recording.php"');
    document.write('>Recording</a');
    document.write('><a class="menubutton" href="../aids_to_id/help-id.php"');
    document.write('>Identification Aids</a');
    document.write('><a class="menubutton" href="../fun_pages/funbase.php"');
    document.write('>Fun Pages</a>');
    document.write('</div>');
