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='宋体' color='blue' >&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='宋体' color='blue' >|&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,145,83);'><font style='font:normal 9pt' face='宋体' color='blue' >|&nbsp;产品介绍</font></a></td>\n";
        ToolbarHTMLstr += "<td height='17'> <a style='text-decoration:none;' href='default.html' ><font style='font:normal 9pt' face='宋体' color='blue' >|&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,320,83);' ><font style='font:normal 9pt' face='宋体' color='blue' >|&nbsp;供货商支持</font></a></td>\n";
        ToolbarHTMLstr += "<td height='17'> <a style='text-decoration:none;' href='job.html' ><font style='font:normal 9pt' face='宋体' color='blue' >|&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,510,83);' ><font style='font:normal 9pt' face='宋体' color='blue' >|&nbsp;联络信箱</font></a></td>\n";
        ToolbarHTMLstr += "</tr>\n";
        ToolbarHTMLstr += "</table>\n";
	document.writeln(ToolbarHTMLstr);
}