﻿// JScript 文件


function about_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=\"about_profile.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=\"about_development.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=\"about_framework.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=\"about_sellcontact.aspx\">各地经销商</a></td>";
    str += "                          </tr>";
    str += "                          <tr> ";
    str += "                            <td height=\"30\" class=\"helpl\" align=\"left\"></td>";
    str += "                          </tr>";
    str += "                        </table>";
    document.write(str);
}