<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="156"><tr><td>');


// TITLE LINE 1

document.write('<span class="menutitle">Site Links:</span><br>');


// START LINKS


// NOTE: COPY AND PASTE THE NEXT LINE TO MAKE A NEW LINK


document.write('<a href="index.html" class="menu">Home</a>');

 





document.write('<a href="gallery.htm" class="menu">Gallery</a>');

document.write('<a href="videos/videos.html" class="menu">Videos</a>');


document.write('<a href="search.htm" class="menu">Find Microscopist</a>');


document.write('<a href="testimonials.htm" class="menu">Testimonials</a>');


document.write('<a href="resources.htm" class="menu">Resources</a>');

document.write('<a href="faq-home.htm" class="menu">F.A.Q.</a>');

 



// BLACK SPLIT LINE 1

document.write('<img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');





// TITLE LINE 2

document.write('<span class="menutitle">For Microscopists:</span><br>');




document.write('<a href="submit.htm" class="menu">Sign Up for FREE</a>');
 


document.write('<a href="testimonials2.htm" class="menu">Testimonials</a>');
 

 



// BLACK SPLIT LINE 2

document.write('<img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');








document.write('</td></tr></table>');
document.write('<!-- LINK TABLE-->');


//  End -->
