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; } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i"); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(" "); document.writeln(" "); document.writeln(""); document.writeln(""); } //Åõ¸í ¾ÆÀÌÇÁ·¹ÀÓ function ifmView(ifrLeft,ifrTop,ifrWidth,ifrHeight,myUrl) { document.all.contentFrames.style.left = ifrLeft; document.all.contentFrames.style.top = ifrTop; document.all.contentFrames.style.width = ifrWidth; document.all.contentFrames.style.height = ifrHeight; contentFrames.location.href = myUrl; document.all.contentFrames.style.display = 'block'; } function ifmHide(){ document.all.contentFrames.style.display = 'none'; contentFrames.location.href = "about:blank"; } //ÄÁÅÙÃ÷ °Ë»ö function thisMovie(movieName) { if (navigator.appName.indexOf("Microsoft") != -1) { return window[movieName] } else { return document[movieName] } } //top¹öÆ° function back_top() { x = document.body.scrollLeft; y = document.body.scrollTop; step = 2; while ((x != 0) || (y != 0)) { scroll (x, y); step += (step * step / 300); x -= step; y -= step; if (x < 0) x = 0; if (y < 0) y = 0; } scroll (0, 0); }