function showToolbar()
{
	ToolbarHTMLstr = "";
        ToolbarHTMLstr += "<table border=0 cellpadding=5 cellspacing=0>\n";
        ToolbarHTMLstr += "<tr> \n";
        ToolbarHTMLstr += "<td height='17'> <a style='text-decoration:none;' href='default.html' ><font style='font:normal 9pt' face='Arial' color='blue' >&nbsp;&nbsp;首頁</font></a></td>\n";
        ToolbarHTMLstr += "<td height='17'> <a style='text-decoration:none;' href='company.html' onMouseOut='FM_startTimeout();'  onMouseOver='window.FM_showMenu(window.fm_menu_0,60,83);'><font style='font:normal 9pt' face='Arial' color='blue' >|&nbsp;&nbsp;公司簡介</font></a></td>\n";
        ToolbarHTMLstr += "<td height='17'> <a style='text-decoration:none;' href='products.html' onMouseOut='FM_startTimeout();'  onMouseOver='window.FM_showMenu(window.fm_menu_1,140,83);'><font style='font:normal 9pt' face='Arial' color='blue' >|&nbsp;&nbsp;產品介紹</font></a></td>\n";
        ToolbarHTMLstr += "<td height='17'> <a style='text-decoration:none;' href='default.html' ><font style='font:normal 9pt' face='Arial' color='blue' >|&nbsp;&nbsp;客戶服務</font></a></td>\n";
        ToolbarHTMLstr += "<td height='17'> <a style='text-decoration:none;' href='purchase.html' onMouseOut='FM_startTimeout();'  onMouseOver='window.FM_showMenu(window.fm_menu_2,300,83);' ><font style='font:normal 9pt' face='Arial' color='blue' >|&nbsp;&nbsp;供應商支援</font></a></td>\n";
        ToolbarHTMLstr += "<td height='17'> <a style='text-decoration:none;' href='job.html' ><font style='font:normal 9pt' face='Arial' color='blue' >|&nbsp;&nbsp;人才招募</font></a></td>\n";
        ToolbarHTMLstr += "<td height='17'> <a style='text-decoration:none;' href='contact.html' onMouseOut='FM_startTimeout();'  onMouseOver='window.FM_showMenu(window.fm_menu_3,480,83);' ><font style='font:normal 9pt' face='Arial' color='blue' >|&nbsp;&nbsp;聯絡信箱</font></a></td>\n";
        ToolbarHTMLstr += "</tr>\n";
        ToolbarHTMLstr += "</table>\n";
	document.writeln(ToolbarHTMLstr);
}
