function showMenu()
{
	document.write('<center><table width="750" border="0" cellspacing="0" cellpadding="10">')
	document.write('<tr><td align="middle" valign="middle" class="t16b">')
	document.write('<p>Professor C.-C. Jay Kuo<br>')
	document.write('<a href="mailto:cckuo@sipi.usc.edu">cckuo@sipi.usc.edu</a></p>')
	document.write('<table class="table1" cellpadding="5" border="0">')
	document.write('<tr><td  valign="top">')
	document.write('<a href="index.html">Biography</a><br>')
	document.write('<a href="education.html">Education</a><br>')
	document.write('<a href="employment.html">Employment History</a><br>')
	document.write('<a href="research.html">Research Interests</a><br>')
	document.write('<a href="award.html">Honors and Awards</a><br>')
	document.write('<a href="membership.html">Membership</a><br>')
	document.write('<a href="professional.html">Professional Activities</a><br>')
	document.write('<a href="course.html">Courses Taught</a><br>')
	document.write('<a href="university.html">University Service</a>')
	document.write('</td><td  valign="top">')
	document.write('<a href="sponsor.html">Sponsoring Organizations</a><br>')
	document.write('<a href="grant.html">Grants</a><br>')
	document.write('<a href="thesis.html">Thesis Supervision</a><br>')
	document.write('<a href="visit.html">Postdoctral Fellows / Visiting Scholars</a><br>')
	document.write('<a href="books.html">Books / Technical Reports</a><br>')
	document.write('<a href="/Publication/">Publications</a><br>')
	document.write('<a href="contribution.html">Contributions to Standards</a><br>')
	document.write('<a href="presentation.html">Presentations</a><br>')
	document.write('<a href="lecture.html">Invited Lectures</a>')
	document.write('</td></tr>')
	document.write('</table>')
	document.write('</td><td align="left" valign="middle">')
	document.write('<img src="./Kuo_2006_8_20.jpg" border="0" width="196"/>')
	document.write('</td></tr>')
	document.write('</table></center>')
}
