﻿// JScript 文件


function contact_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/arrow_r.gif\" width=\"7\" height=\"9\">　<a href=\"contact_leaveword.aspx\" class=\"aboutmenu\">网站留言</a></td>";
    str += "                          </tr>";   
    str += "                          <tr> ";
    str += "                            <td class=\"aboutmenu\"  height=\"20\" colspan=\"4\" bgcolor=\"E2E5DD\" align=\"left\"><img src=\"images/arrow_r.gif\" width=\"7\" height=\"9\">　<a href=\"contact_manner.aspx\">求购书籍</a></td>";
    str += "                          </tr>";
    /*
    str += "                          <tr> ";
    str += "                            <td class=\"aboutmenu\"  height=\"20\" colspan=\"4\" bgcolor=\"E2E5DD\" align=\"left\"><img src=\"images/arrow_r.gif\" width=\"7\" height=\"9\">　<a href=\"contact_manner.aspx\">联系方式</a></td>";
    str += "                          </tr>";
    */
    str += "                          <tr> ";
    str += "                            <td class=\"aboutmenu\"  height=\"20\" colspan=\"4\" bgcolor=\"E2E5DD\" align=\"left\"><img src=\"images/arrow_r.gif\" width=\"7\" height=\"9\">　<a href=\"contact_buy.aspx\">购书联系</a></td>";
    str += "                          </tr>";
    str += "                          <tr> ";
    str += "                            <td class=\"aboutmenu\"  height=\"20\" colspan=\"4\" bgcolor=\"E2E5DD\" align=\"left\"><img src=\"images/arrow_r.gif\" width=\"7\" height=\"9\">　<a href=\"contact_tougao.aspx\">投稿联系</a></td>";
    str += "                          </tr>";
    str += "                          <tr> ";
    str += "                            <td class=\"aboutmenu\"  height=\"20\" colspan=\"4\" bgcolor=\"E2E5DD\" align=\"left\"><img src=\"images/arrow_r.gif\" width=\"7\" height=\"9\">　<a href=\"contact_sellcontact.aspx\">各地经销商</a></td>";
    str += "                          </tr>";
    str += "                          <tr> ";
    str += "                            <td height=\"30\" class=\"helpl\" align=\"left\"></td>";
    str += "                          </tr>";
    str += "                        </table>";
    document.write(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/arrow_r.gif\" width=\"7\" height=\"9\">　<a href=\"contact_leaveword.aspx\" class=\"aboutmenu\">网站留言</a></td>";
//    str += "                          </tr>";
//    str += "                          <tr> ";
//    str += "                            <td class=\"aboutmenu\" height=\"20\" colspan=\"4\" bgcolor=\"E2E5DD\" align=\"left\"><img src=\"images/arrow_r.gif\" width=\"7\" height=\"9\">　<a href=\"contact_wanttobuyk.aspx\">求购书籍</a></td>";
//    str += "                          </tr>";
//    str += "                          <tr> ";
//    str += "                            <td class=\"aboutmenu\"  height=\"20\" colspan=\"4\" bgcolor=\"E2E5DD\" align=\"left\"><img src=\"images/arrow_r.gif\" width=\"7\" height=\"9\">　<a href=\"contact_manner.aspx\">联系方式</a></td>";
//    str += "                          </tr>";
//    str += "                          <tr> ";
//    str += "                            <td height=\"30\" class=\"helpl\" align=\"left\"></td>";
//    str += "                          </tr>";
//    str += "                        </table>";
//    document.write(str);
}