﻿// JScript 文件

function help_navigation() {
    var str= "";
    str += "<table width=\"90%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">";
    str += "                    <tr> ";
    str += "                      <td class=\"helpl\" height=\"20\" colspan=\"4\" bgcolor=\"E2E5DD\" align=\"left\"><img src=\"images/arrow.gif\" width=\"7\" height=\"7\" border=\"0\" align=\"top\">　<a href=\"help_flow.aspx\">购物流程</a></td>";
    str += "                    </tr>";
    str += "                    <tr> ";
    str += "                      <td class=\"helpl\" height=\"20\" colspan=\"4\" bgcolor=\"E2E5DD\" align=\"left\"><img src=\"images/arrow.gif\" width=\"7\" height=\"7\" border=\"0\" align=\"top\">　<a href=\"help_manner.aspx\">送货方式及费率</a></td>";
    str += "                    </tr>";
    str += "                    <tr> ";
    str += "                      <td class=\"helpl\"  height=\"20\" colspan=\"4\" bgcolor=\"E2E5DD\" align=\"left\"><img src=\"images/arrow.gif\" width=\"7\" height=\"7\" border=\"0\" align=\"top\">　<a href=\"help_pay.aspx\">付款方式</a></td>";
    str += "                    </tr>";
    str += "                    <tr> ";
    str += "                      <td class=\"helpl\"  height=\"20\" colspan=\"4\" bgcolor=\"E2E5DD\" align=\"left\" ><img src=\"images/arrow.gif\" width=\"7\" height=\"7\" border=\"0\" align=\"top\">　<a href=\"help_deal.aspx\">交易条款</a></td>";
    str += "                    </tr>";
    str += "                    <tr> ";
    str += "                      <td class=\"helpl\"  height=\"20\" colspan=\"4\" bgcolor=\"E2E5DD\" align=\"left\" ><img src=\"images/arrow.gif\" width=\"7\" height=\"7\" border=\"0\" align=\"top\">　<a href=\"help_trans.aspx\">运输说明</a></td>";
    str += "                    </tr>";
    str += "                    <tr> ";
    str += "                      <td class=\"helpl\"  height=\"20\" colspan=\"4\" bgcolor=\"E2E5DD\" align=\"left\" ><img src=\"images/arrow.gif\" width=\"7\" height=\"7\" border=\"0\" align=\"top\">　<a href=\"help_security.aspx\">保密安全</a></td>";
    str += "                    </tr>";
    str += "                    <tr> ";
    str += "                      <td class=\"helpl\" height=\"20\" colspan=\"4\" bgcolor=\"E2E5DD\" align=\"left\"><img src=\"images/arrow.gif\" width=\"7\" height=\"7\" border=\"0\" align=\"top\">　<a href=\"help_worktime.aspx\">我们的工作时间</a></td>";
    str += "                    </tr>";
    str += "                    <tr> ";
    str += "                      <td class=\"helpl\" height=\"20\" colspan=\"4\" bgcolor=\"E2E5DD\" align=\"left\"><img src=\"images/arrow.gif\" width=\"7\" height=\"7\" border=\"0\" align=\"top\">　<a href=\"help_afterservice.aspx\">售后服务</a></td>";
    str += "                    </tr>";
    str += "                    <tr> ";
    str += "                      <td class=\"helpl\" height=\"20\" colspan=\"4\" bgcolor=\"E2E5DD\" align=\"left\"><img src=\"images/arrow.gif\" width=\"7\" height=\"7\" border=\"0\" align=\"top\">　<a href=\"help_copyright.aspx\">版权声明</a></td>";
    str += "                    </tr>";
    str += "                    <tr> ";
    str += "                      <td class=\"helpl\" height=\"20\" colspan=\"4\" bgcolor=\"E2E5DD\" align=\"left\"><img src=\"images/arrow.gif\" width=\"7\" height=\"7\" border=\"0\" align=\"top\">　<a href=\"help_faq.aspx\">常见问题</a></td>";
    str += "                    </tr>";
    str += "                    <tr> ";
    str += "                      <td height=\"9\" class=\"helpl\" align=\"left\"></td>";
    str += "                    </tr>";
    str += "                    <tr> ";
    str += "                      <td height=\"120\" class=\"helpl\" align=\"left\"></td>";
    str += "                    </tr>";
    str += "                  </table>";
    document.write(str);
}