





document.writeln('<div id="float_div_1265702058352_897328981" style="position: absolute;z-index:auto;top:140px;right:0px;">');
document.writeln('<a href="http://www.koocall.com/qyxx/thcl.jsp?id=801809130" target="_blank"><img src="http://emanage.koocall.com/thcl/images/btn_1_1.jpg" border="0"/></a>');
document.writeln('</div>');

if(typeof(DivHid) == 'undefined'){
    window.DivHid = function(id){
        if(document.getElementById(id))
            document.getElementById(id).style.display = 'none';
    }
}


if(typeof(DivFloat) == 'undefined'){
window.DivFloat = {
    interval: 0,
    divs: {},
    dom: (document.compatMode == 'CSS1Compat' ? document.documentElement : document.body),
    render : function(){
        for(var id in DivFloat.divs){
            var div = document.getElementById(id);
            if(div.style.display == 'none') continue;
            var top = (DivFloat.divs[id] == undefined)? -1 : DivFloat.divs[id]
            y = top;
            if(top == -2){
                y = Math.floor((DivFloat.dom.clientHeight-div.offsetHeight)/2);
            }else if(top < 0){
                y = DivFloat.dom.clientHeight-div.offsetHeight;
            }
            div.style.top = DivFloat.dom.scrollTop + y + 'px';
        }
    },
    add: function(id, top){
        DivFloat.divs[id] = top;
        return this;
    },
    remove:function(id){
        delete DivFloat.divs[id];
    },
    startFloat:function(){
        DivFloat.interval = setInterval(DivFloat.render, 10);
        return this;
    },
    stopFloat:function(){
         clearInterval(DivFloat.interval);
         return this;
    }
};
DivFloat.startFloat();
DivFloat.add('float_div_1265702058352_897328981', 140);
}else{
DivFloat.add('float_div_1265702058352_897328981', 140);
}
