﻿// JScript 文件

function service_navigation() {
    var str= "";
    str += "<table width=\"90%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">";
    str += "                          <tr> ";
    str += "                            <td class=\"aboutmenu\" height=\"20\" colspan=\"4\" bgcolor=\"E2E5DD\" align=\"left\"><img src=\"images/serviceservicearrow.gif\" width=\"7\" height=\"9\">　<a href=\"service_confirm.aspx\">汇款确认</a></td>";
    str += "                          </tr>";
    str += "                          <tr> ";
    str += "                            <td class=\"aboutmenu\"  height=\"20\" colspan=\"4\" bgcolor=\"E2E5DD\" align=\"left\"><img src=\"images/serviceservicearrow.gif\" width=\"7\" height=\"9\">　<a href=\"service_wanttobuy.aspx\">求购书籍</a></td>";
    str += "                          </tr>";
    str += "						  <tr> ";
    str += "                            <td class=\"aboutmenu\"  height=\"20\" colspan=\"4\" bgcolor=\"E2E5DD\" align=\"left\"><img src=\"images/serviceservicearrow.gif\" width=\"7\" height=\"9\">　<a href=\"service_faq.aspx\">常见问题</a></td>";
    str += "                          </tr>";
    str += "                          <tr> ";
    str += "                            <td height=\"30\" class=\"helpl\" align=\"left\"></td>";
    str += "                          </tr>";
    str += "                        </table>";
    document.write(str);
}