﻿
document.writeln("<table width=\"190\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("        <tr>");
document.writeln("          <td height=\"33\" class=\"red\"><a href=\"/html/about/index.shtml\"><img id=gsjj src=\"/images/gsjj.gif\" alt=\"\" border=\"\"/></a></td>");
document.writeln("        </tr>");
document.writeln("    </table>");
document.writeln("      <table width=\"190\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("        <tr>");
document.writeln("          <td height=\"33\" class=\"red\"><a href=\"/html/about/Advantage.shtml\"><img id=wmdys src=\"/images/wmdys.gif\" alt=\"\" border=\"\"/></a></td>");
document.writeln("        </tr>");
document.writeln("    </table>");
document.writeln("      <table width=\"190\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("        <tr>");
document.writeln("          <td height=\"33\" class=\"red\"><a href=\"/html/about/Direction.shtml\"><img id=fzfx src=\"/images/fzfx.gif\" alt=\"\" border=\"\"/></a></td>");
document.writeln("        </tr>");
document.writeln("      </table>");
document.writeln("      <table width=\"190\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("        <tr>");
document.writeln("          <td height=\"33\" class=\"red\"><a href=\"/html/about/Honor.shtml\"><img id=qyry src=\"/images/qyry.gif\" alt=\"\" border=\"\"/></a></td>");
document.writeln("        </tr>");
document.writeln("    </table>");
    
// -------------------------------------------------------------------
function menu()
{
    var url;
    var url=document.location.href;
    var imgId;
    if (url.indexOf("/about/index.shtml")>0)//公司简介
    {
        gsjj.src="/images/gsjj_1.gif";
    }else
	{
		gsjj.src="/images/gsjj.gif";	
	}
    if (url.indexOf("/about/Advantage.shtml")>0)//我们的优势
    {
        wmdys.src="/images/wmdys_1.gif";
    }else
	{
		wmdys.src="/images/wmdys.gif";	
	}
    if (url.indexOf("/about/Direction.shtml")>0)//发展方向
    {
        fzfx.src="/images/fzfx_1.gif";
    }else
	{
		fzfx.src="/images/fzfx.gif";	
	}
    if (url.indexOf("/about/Honor.shtml")>0)//企业荣誉
    {
        qyry.src="/images/qyry_1.gif";
    }else
	{
		qyry.src="/images/qyry.gif";	
	}	
}
menu();






