document.write('<DIV id=mainMenu>');
 document.write('<UL id=menuList>');
	document.write('<LI class=menubar><A class=starter accessKey=1 href="index.html">home</A>');
		document.write('<UL class=menu id=home>');
    	document.write('<LI><A title="home" href="index.html">home</A>');
		document.write('</LI></UL>');
  	document.write('<LI class=menubar><A class=starter accessKey=1 href="overview.html">overview</A>');
		document.write('<UL class=menu id=overview>');
    	document.write('<LI><A title="overview" href="overview.html">overview</A>');
		document.write('</LI></UL>');
    		document.write('<LI class=menubar><A class=starter accessKey=2 href="lata.html">team</A>'); 
  		document.write('<UL class=menu id=menu2>');
    	document.write('<LI><A title="team" href="lata.html">team</A>'); 
		document.write('<LI><A title="advisory board" href="advisory.html">advisory board</A>');  
		document.write('</LI></UL>');
  	document.write('<LI class=menubar><A class=starter accessKey=3 href="portfolio.html">portfolio</A>'); 
  		document.write('<UL class=menu id=menu3>');
	  	document.write('<LI><A title="portfolio" href="portfolio.html">portfolio</A>');
			document.write('<LI><A title="Mobile Messenger" href="http://www.silverlake.com">Mobile Messenger</A>');
			document.write('<LI><A title="Ashtech" href="magellan.html">Ashtech</A>');
			document.write('<LI><A title="TES" href="tesbv.html">TES Electronic Solutions</A>');
			document.write('<LI><A title="C-MAC MicroTechnology" href="cmac.html">C-MAC MicroTechnology</A>');
			document.write('<LI><A title="SMART Modular" href="smart.html">SMART Modular</A>'); 
			document.write('<LI><A title="AVI-SPL" href="http://www.avispl.com/">AVI-SPL</A>');
			document.write('<LI><A title="i2" href="http://www.i2group.com/us">i2</A>'); 
	    document.write('</LI></UL>');
  document.write('<LI class=menubar><A class=starter accessKey=5 href="contact.html">contact us</A>'); 
		document.write('<UL class=menu id=contact>');
    	document.write('<LI><A title="contact" href="contact.html">contact us</A>');
		document.write('</LI></UL>');
  document.write('</LI></UL></DIV>');
