﻿// JScript 文件
        function changeColor1(Obj)
        {
            Obj.style.border = "1px solid #999999";
            Obj.style.background = "#858A90";
        }
        function changeColor2(Obj)
        {
            Obj.style.border = "1px solid #999999";
            Obj.style.background = "#FFFFFF";
           }

         
                   
        function imgErr(img)
        {
            img.src='http://www.huis5.com/images/default.gif';
        }
        function imgErrgame(img)
        {
            img.src='http://www.huis5.com/images/defaultgame.gif';
        }


