var logo_400 = new (function() { var that = this; this.attr = { 'position': 'fixed', 'dir': 'right', 'top': '390', 'side': '0', 'closeIcon': true, 'img': 'http://tel6.53kf.com/images/icon/default/120.gif' }; this.open = function() { window.open('http://tel6.53kf.com/external.php?controller=web&action=eht&style=70816065-4000290058-103764652','_blank','width=368,height=501,menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no'); }; this.logo = (function() { if ( that.attr.position == 'fixed' ) { var logo = document.createElement('div'); var img = new Image(); img.src = that.attr.img; img.onclick = function() { that.open(); }; logo.style.cssText = 'cursor:pointer; position:fixed; z-index: 999999; top:' + that.attr.top + 'px; ' + that.attr.dir + ':' + that.attr.side + 'px; _position:absolute; _top:expression(' + that.attr.side + ' + documentElement.scrollTop + "px;");'; logo.appendChild(img); if ( that.attr.closeIcon ) { var close = new Image(); close.style.cssText = 'position:absolute;top:0;right:0;'; close.src = 'http://tel6.53kf.com/images/icon_close.gif'; close.onclick = function() { logo.parentNode.removeChild(logo); }; logo.appendChild( close ); } document.body.appendChild( logo ); }else{ var logo = '
'; document.write(logo); } })(); })();