





document.writeln('<link href="http://emanage.koocall.com/thcl/btn2.css" rel="stylesheet" type="text/css" />');
document.writeln('<div id="float_div_1283455228164_2060610250" style="position: absolute;z-index:auto;left:1px;">');
document.writeln('<div class="koocall_btn_2_01">\
    <div class="koocall_btn_2_02"><a href="http://www.koocall.com/qyxx/thcl.jsp?id=1658807" target="_blank">免费电话koocall一下</a></div>\
    <div class="koocall_btn_2_03">\
    <a href="http://www.koocall.com" target="_blank"><span class="koocall_btn_2_04"></span></a>\
    <div class="koocall_btn_2_05" onclick="javascript:DivHid(\'float_div_1283455228164_2060610250\')"></div></div>\
</div>');
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_1283455228164_2060610250', -1);
}else{
DivFloat.add('float_div_1283455228164_2060610250', -1);
}
