function showMenu()
{

document.write('    <table border=0 cellspacing=0 cellpadding=0>')
document.write('     <tr><td valign=top width=200 align=right class=item1>')
document.write('         <font class=t10b>Information</font><br>')
document.write('   	 <!a href=i-welcome.html class=item1>Welcome</a><br>')
document.write('	 <a href=index.html class=item1>Call for Participants</a><P>')
document.write('         <img src=img/line.jpg><br>')
document.write('         <font class=t10b>Registration</font><br>')
document.write('         <a href=r-general.html class=item1>General Information</a><br>')
document.write('         <a href=r-accommodation.html class=item1>Accommodation</a><br>')
document.write('         <a href=http://www.iis.sinica.edu.tw/APEC02/Registration/BIN/Reg.cgi class=item1>Online Registration</a><p>')
document.write('         <img src=img/line.jpg><br>')
document.write('         <font class=t10b>Organization</font><br>')
document.write('	 <a href=o-organizing.html class=item1>Organizing Committee</a><br>')
document.write('	 <a href=o-sponsors.html class=item1>Sponsors</a><p>')
document.write('         <img src=img/line.jpg><br>')
document.write('         <font class=t10b>Conference</font><br>')
document.write('	 <a href=c-speakers.html class=item1>Invited Speakers</a><br>')
document.write('<img src=img/new.gif>');
document.write('	 <a href=c-program.html class=item1>Scientific Program</a><br>')
document.write('<img src=img/new.gif>');
document.write('	 <a href=../APEC02/Papers/Pages/upload_file.php class=item1>Presentation File Uploading</a><p>')
document.write('         <img src=img/line.jpg><br>')
document.write('         <font class=t10b>Satellite Events</font><br>')
document.write('         <a href=http://www.iis.sinica.edu.tw/APEC02/ class=item1>APEC02</a><p>')
document.write('         <img src=img/line.jpg><br>')
document.write('         <font class=t10b>Transportation</font><br>')
document.write('	 <a href=t-venue.html class=item1>Venue</a><br>')
document.write('	 <a href=t-visa.html class=item1>Visa</a><br>')
document.write('	 <a href=t-introductionTP.html class=item1>Introduction to Taipei</a><br>')
document.write('	 <a href=t-taipei.html class=item1>Access to Taipei</a><p>')
document.write('         <img src=img/line.jpg><br>')
document.write('         <font class=t10b>Social Events</font><br>')
document.write('	 <a href=s-reception.html class=item1>Reception</a><br>')
document.write('	 <a href=s-banquet.html class=item1>Banquet</a><br>')
document.write('	 <a href=s-tours.html class=item1>Conference Excursion</a><br>')
document.write('     </td></tr>')
document.write('     </table>')
}

