function floatingBanner() { // writed by CM Bilisim this.x_index = 820; this.min_client_width = 900; this.top_margin = 2; this.banner_CSS = "display: none; visibility: visible; width: 156px; position: absolute; top: 2px"; this.banner_Code = ''; this._show = _show; this._hidden = _hidden; this._paint = _paint; this._draw = _draw; this.swapStatus = swapStatus; this.show_status = false; function _show() { CM_Float_banner_div.style.visibility = 'visible'; CM_Float_banner_div.style.display = 'block'; this.show_status = true; this._paint(); } function _hidden() { CM_Float_banner_div.style.visibility = 'hidden'; this.show_status = false; } function swapStatus() { if(this.show_status) this._hidden() else this._show(); } function _paint() { with(document.body) { if(clientWidth > this.min_client_width) { if (this.show_status) { CM_Float_banner_div.style.left = this.x_index; CM_Float_banner_div.style.top = scrollTop + this.top_margin; CM_Float_banner_div.style.display = "block"; } } else { CM_Float_banner_div.style.display = "none"; } } } function _draw() { document.write ('
' + this.banner_Code + '
'); } } function CM_Floating_changeStatus() { elm.swapStatus() } function CM_Floating_Event() { elm._paint(); } _ZINDEX = 2000; function getNormalSWF(_WIDTH, _HEIGHT, _SRC) { document.write('
'); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write('
'); _ZINDEX += 1; } function getRolloverSWF(_WIDTH, _HEIGHT, _ROLL_WIDTH, _ROLL_HEIGHT, _SRC) { document.write('
'); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write('
'); _ZINDEX += 1; }