function bluring() { try{ if(event.srcElement.tagName=='A'||event.srcElement.tagName=='IMG') { document.body.focus(); } }catch( e ) { } } try{ document.onfocusin=bluring; }catch( e ) { } var rurl = location.href; var purl = getUrl(rurl); function getUrl(url_str) { var real_url; if (url_str.indexOf('/') > 0) { real_url = url_str.split('/'); real_url = real_url[0]+'//'+real_url[2]+'/'+real_url[3]+'/'; } return real_url; } function goLocate(go_url) { document.location = purl + go_url; } // flash calling function function playFlash( fileName, width, height, id, trans, file_url, img_code) { // ÀͽºÇ÷η¯ °è¿­¿¡¼­´Â Ç÷¡½Ã ŸÀÔÀÌ Áö¿øÀÌ ¾ÈµÊ. appname = navigator.appName; useragent = navigator.userAgent; if(appname == "Microsoft Internet Explorer") appname = "IE"; if(appname == "IE"){ playWrite(fileName, width, height, id, trans, file_url); } else if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]){ playWrite(fileName, width, height, id, trans, file_url); }else{ document.write("" + img_code + ""); } } function playWrite(fileName, width, height, id, trans, file_url) { document.write('' + '' + '' + '' + '' + '' + '' + ''); }