﻿<!--
 /* 首页下拉菜单 */

function MM_showHideLayers() { //v2.0
  var i, visStr, args, theObj;
  args = MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) { //with arg triples (objNS,objIE,visStr)
    visStr   = args[i+2];
    if (navigator.appName == 'Netscape' && document.layers != null) {
      theObj = eval(args[i]);
      if (theObj) theObj.visibility = visStr;
    } else if (document.all != null) { //IE
      if (visStr == 'show') visStr = 'visible'; //convert vals
      if (visStr == 'hide') visStr = 'hidden';
      theObj = eval(args[i+1]);
      if (theObj) theObj.style.visibility = visStr;
  } }
}

//-->

<!--
 /* 在线留言按钮 */

        var    aa = 0 ;
        var    name = "";
        var    num = 0;
        if (document.images) {

            img1on = new Image ();
            img1on.src = "img/img111.gif";
            img1off = new Image ();
            img1off.src = "img/img222.gif";

            img2on = new Image ();
            img2on.src = "img/img111.gif";
            img2off = new Image ();
            img2off.src = "img/img222.gif";

        }

function imgOn(imgName,flag) {
if ((aa==0) | (aa != flag))
   {        if (document.images)
           {
            document[imgName].src = eval(imgName + "on.src");
           }
  }
}
function imgOff(imgName,flag) {
if ((aa==0) | (aa != flag))
        {if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
}
}

// -->

<!--
 /* 目录树打开关闭 */

function xixikai(name)
{
if (name.style.display=="none")
  name.style.display=""
else
{
name.style.display="none"
}
}
function xixiguan(name)
{
name.style.display="none"
}

// -->
