<SCRIPT type=text/javascript>
      function MM_reloadPage(init)
      {
        //reloads the window if Nav4 resized
        if (init == true)
          with (navigator)
          {
            if ((appName == "Netscape") && (parseInt(appVersion) == 4))
            {
              document.MM_pgW = innerWidth;
              document.MM_pgH = innerHeight;
              onresize = MM_reloadPage;
            }
          }
        else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
          location.reload();
      }
      MM_reloadPage(true);
      function isInternetExplorer()
      {
        var agent = navigator.userAgent.toLowerCase();
        if ((agent.indexOf("msie") != -1) && (agent.indexOf("opera") == -1))
          return true;
        else
          return false;
      }
      var isie = isInternetExplorer();
      var id_cn_name = null;
      var id_en_name = null;
      var id_logo = null;
      function window_onresize()
      {
        id_cn_name = document.getElementById("cn_name");
        id_en_name = document.getElementById("en_name");
        id_logo = document.getElementById("logo");
        var id_funcnav = document.getElementById("funcnav");
        var id_locatingEle = document.getElementById("locating_ele");
        if (id_locatingEle == null)
          return;
        var offsetTop = id_locatingEle.offsetTop;
        var offsetLeft = id_locatingEle.offsetLeft;
        while (id_locatingEle = id_locatingEle.offsetParent)
        {
          offsetTop += id_locatingEle.offsetTop;
          offsetLeft += id_locatingEle.offsetLeft;
        }
        if (id_cn_name != null)
        {
          id_cn_name.style.left = offsetLeft + (778);
          id_cn_name.style.top = offsetTop + (30);
          //id_cn_name.style.visibility = "visible";
        }
        if (id_en_name != null)
        {
          id_en_name.style.left = offsetLeft + (778);
          id_en_name.style.top = offsetTop + (59);
          //id_en_name.style.visibility = "visible";
        }
        if (id_logo != null)
        {
          id_logo.style.left = offsetLeft + (2);
          id_logo.style.top = offsetTop + (212);
          //id_logo.style.visibility = "visible";
        }
        if (id_funcnav != null)
        {
          id_funcnav.style.left = offsetLeft;
          id_funcnav.style.top = offsetTop;
          id_funcnav.style.visibility = "visible";
        }
      }
    </SCRIPT>