function TEIMenu(pPath,pArea) {

  document.write('<p class=LeftHeading><a class=Menu href="'+pPath+'index.html">Home Page</a></p>');

  if (pArea == 'Testing') {
    document.write('<p class=LeftList><a class=Menu href="'+pPath+'Customer.htm">');
    document.write('  <img border=0 src="images/BulletThinP.gif" width=12 height=12>Customer Service</a></p>');
    document.write('<p class=LeftList><a class=Menu href="'+pPath+'Instrument.htm">');
    document.write('  <img border=0 src="images/BulletThinP.gif" width=12 height=12>Instrumentation</a></p>');
    document.write('<p class=LeftList><a class=Menu href="'+pPath+'SampleReq.htm">');
    document.write('  <img border=0 src="images/BulletThinP.gif" width=12 height=12>Sample&nbsp;Requirements</a></p>');
	document.write('<p class=LeftList><a class=Menu href="'+pPath+'QuoteReq.htm">');
    document.write('  <img border=0 src="images/BulletThinP.gif" width=12 height=12>Quote&nbsp;Request</a></p>');
	document.write('<p class=LeftHeading><a class=Menu href="'+pPath+'Contact.htm">Contact&nbsp;Us</a></p>');
	document.write('<table class=SubscribeBox border="1" cellpadding="6" cellspacing="0" bordercolor="#C0C0C0"><tr><td align=center><b><i>Subscribe to:</b></i><br><a class=Menu href="'+pPath+'Newsletter.htm">Chicagoland&nbsp;Science&nbsp;&amp;<br>Technology News</a></tr></td></table>');
  }


  if (pArea == 'Contact') {
    document.write('<p class=LeftHeading><a class=Menu href="'+pPath+'Staff.htm">About&nbsp;Us</a></p>');
	document.write('<p class=LeftHeading><a class=Menu href="'+pPath+'Contact.htm">Contact&nbsp;Us</a></p>');
    
  }

}
