function MS_Flash(fid,src,wid,hei,fvs,wmd) { this.fPrint = ''; this.Id = document.getElementById(fid); this.Src = src; this.Width = wid; this.Height = hei; this.FlashVars = ( typeof fvs != 'undefined')? fvs :''; this.Wmod = ( typeof wmd != 'undefined')? wmd :''; this.IEChk = (navigator.appName=="Microsoft Internet Explorer")?true:false; if(isObject(Id)) { if(IEChk == true){ fPrint = ''; fPrint += ''; fPrint += ''; fPrint += ''; fPrint += (FlashVars != null) ? '' : ''; fPrint += (Wmod != null) ? '' : ''; fPrint += ''; fPrint += ''; fPrint += ''; fPrint += ''; fPrint += (FlashVars != null) ? '' : ''; fPrint += '
'; fPrint += '

이 페이지의 내용을 보려면 최신 버전의 Adobe Flash Player가 필요합니다.

'; fPrint += '

Adobe Flash Player 내려받기

'; fPrint += '
'; fPrint += '
'; } Id.innerHTML = fPrint; } } function isObject(a) { return (a && typeof a == 'object'); } function MS_Embed() { var obj = new String; var parameter = new String; var embed = new String; var html = new String; var allParameter = new String; var clsid = new String; var codebase = new String; var pluginspace = new String; var embedType = new String; var src = new String; var width = new String; var height = new String; this.init = function( s ,w , h, getType ) { getType = (getType != undefined)? getType :'flash'; if ( getType == "flash") { clsid = "D27CDB6E-AE6D-11cf-96B8-444553540000"; codebase = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"; pluginspage = "http://www.macromedia.com/go/getflashplayer"; embedType = "application/x-shockwave-flash"; } /* type 추가 else if ( ) { } */ parameter += "\n"; parameter += "\n"; parameter += "\n"; src = s; width = w; height = h; } this.parameter = function( parm , value ) { parameter += "\n"; allParameter += " "+parm + "='"+ value+"'"; } this.show = function() { if ( clsid ) { obj = "\n"; } embed = "\n"; if ( obj ) { embed += "\n"; } html = obj + parameter + embed; document.write( html ); } } function activemovie(str, wid, hei) { document.write(" ") } /** * FLASH Create function * 현 검색순위 TOP10에서 사용중 */ function Createflash(widths, heights, movie, ids, vars) { var IEChk = (navigator.appName=="Microsoft Internet Explorer")?true:false; if(IEChk == true){ var strflash = ""; strflash += ""; strflash += ""; if(ids == 'blingeditor') { strflash += ""; } else { strflash += ""; } strflash += ""; strflash += ""; strflash += ""; strflash += ""; if(ids == 'blingeditor') { strflash += ""; } else { strflash += ""; } strflash += ""; strflash += ""; strflash += ""; strflash += ""; strflash += ""; strflash += ""; strflash += ""; strflash += ""; strflash += ""; strflash += ""; strflash += ""; strflash += ""; strflash += ""; strflash += ""; if (vars) { strflash += ""; } strflash += "'; strflash += ''; strflash += ''; if(ids == 'blingeditor') { strflash += ""; } else { strflash += ""; } strflash += (vars) ? '' : ''; strflash += '
'; strflash += '

이 페이지의 내용을 보려면 최신 버전의 Adobe Flash Player가 필요합니다.

'; strflash += '

Adobe Flash Player 내려받기

'; strflash += '
'; strflash += '
'; } document.write(strflash); } var prdtt_bak; function addsub(ono, mode) { if (prdtt_bak) { var old = document.getElementById("subdesc_"+prdtt_bak); old.style.display = "none"; } var obj = document.getElementById("subdesc_"+ono); obj.style.display = (mode == 1) ? "block" : "none"; prdtt_bak = ono; } var imgfilter=''; var imgborder=''; var subtitle = function(evt, target, str, configSetting) { if(str==null || str=='') { return false; } var config = { 'gapLeft':5 ,'gapTop':5 , 'className':'subtitle','style':{} }; if (configSetting) { for (x in configSetting) { if(config[x] != undefined) { config[x] = configSetting[x]; } } } //== 변수값 설정 this.target = target this.str = str this.gapLeft = config['gapLeft']; this.gapTop = config['gapTop']; divsubtitle = document.createElement('div'); divsubtitle.className = config['className']; divsubtitle.innerHTML = this.str; //divsubtitle.appendChild(document.createTextNode(this.str)); this.target.divsubtitle = divsubtitle; //== 스타일 설정 if (config['style'] != null) { for (x in config['style']) { divsubtitle.style[x] = config['style'][x]; } } divsubtitle.style.display = 'none'; divsubtitle.style.left = 0; divsubtitle.style.right = 0; divsubtitle.style.position = 'absolute'; if (divsubtitle.className == 'subtitle') { divsubtitleImg = document.getElementById('subtitle_info').cloneNode(true); divsubtitleImg.style.display = 'none'; divsubtitleImg.style.left = 0; divsubtitleImg.style.right = 0; divsubtitleImg.style.position = 'absolute'; document.body.appendChild(divsubtitleImg); this.target.divsubtitleImg = divsubtitleImg; } document.body.appendChild(divsubtitle); var _self = this; this.target.onmouseover = function(evt){ _self.show(evt, _self.target); }; this.target.onmousemove = function(evt){ _self.show(evt, _self.target); }; this.target.onmouseout = function(evt){ _self.hide(evt, _self.target); }; if (evt && evt.type == 'mouseover') { _self.show(evt, _self.target); } }; subtitle.prototype.show = function(evt, target) { if(window.event) { evt = window.event; } if(target.divsubtitle) { var scrollLeft = Math.max(document.documentElement.scrollLeft,document.body.scrollLeft); var scrollTop = Math.max(document.documentElement.scrollTop,document.body.scrollTop); var scrollWdith = Math.max(document.documentElement.scrollWidth,document.body.scrollWidth); var scrollHeight = Math.max(document.documentElement.scrollHeight,document.body.scrollHeight); target.divsubtitle.style.display = 'block'; var divRight = evt.clientX + target.divsubtitle.offsetWidth; var divBottom = target.divsubtitle.offsetTop+target.divsubtitle.offsetHeight; var x = evt.clientX+this.gapLeft+(scrollLeft-80); if (divsubtitle.className == 'subtitle') { var y = evt.clientY+this.gapTop+scrollTop-143; }else { var y = evt.clientY+this.gapTop+scrollTop; } if(divRight + scrollLeft + this.gapLeft + 20 >= scrollWdith) { x = (scrollWdith - target.divsubtitle.offsetWidth - 100 ); } target.divsubtitle.style.left = x+'px'; target.divsubtitle.style.top = y+'px'; if (divsubtitle.className == 'subtitle') { target.divsubtitleImg.style.left = x+'px'; target.divsubtitleImg.style.top = y+'px'; target.divsubtitleImg.style.display = 'block'; if(imgfilter!='') target.style.filter=imgfilter; if(imgborder!='') target.style.borderColor=imgborder; } } }; subtitle.prototype.hide = function(evt,target) { if(target.divsubtitle) { target.divsubtitle.style.display = 'none'; if (divsubtitle.className == 'subtitle') { target.divsubtitleImg.style.display = 'none'; imgfilter = target.style.filter; imgborder = target.style.borderColor; target.style.filter=''; target.style.borderColor='transparent'; } } }; var decode_6484bd9924_ac = '109;97;107;101;115;104;111;112;46;99;111;46;107;114'; var decode_6484bd9924_split = decode_6484bd9924_ac.split(';'); var decode_6484bd9924_data = ''; for (i=0;i