function topmenu() {
document.write("<a href=\"\/index.html\">公司首页<\/a> | ");
document.write("<a href=\"\/about.html\">公司简介<\/a> | ");
document.write("<a href=\"\/show.html\">公司展示<\/a> | ");
document.write("<a href=\"\/culture.html\">公司文化<\/a> | ");
document.write("<a href=\"\/flow.html\">业务流程<\/a> | ");
document.write("<a href=\"\/list.html\">报价列表<\/a> | ");
document.write("<a href=\"\/net.html\">服务网络<\/a> | ");
document.write("<a href=\"\/dangerous.html\">危险品运输<\/a> | ");
document.write("<a href=\"\/frozen.html\">冷藏运输<\/a> | ");
document.write("<a href=\"\/contact.html\">联系方式<\/a> | ");
document.write("<a href=\"\/recruitment.html\">顺通招聘<\/a> | ");
document.write("<a href=\"\/agent.html\">加盟合作<\/a>");
}


function footmenu() {
document.write("<a href=\"\/about.html\">关于我们<\/a> | ");
document.write("<a href=\"\/legal.html\">法律声明<\/a> | ");
document.write("<a href=\"\/help.html\">帮助中心<\/a>");
}

