// ŸÀÌÆ²--------- document.title="SKAI.½ºÅ©¸³½º ÄÚ¸®¾Æ Ç×ü ¿¬±¸¿ø"; /* ¸µÅ© Á¡¼± Á¦°Å */ function bluring(){ if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); } document.onfocusin=bluring; //Ç÷¡½ÃÃâ·Â------------------------------------------------------------------------------------- // flashWrite(ÆÄÀϰæ·Î, °¡·Î, ¼¼·Î, ¾ÆÀ̵ð, ¹è°æ»ö, º¯¼ö, À©µµ¿ì¸ðµå) function flashWrite(url,w,h,id,bg,vars,win){ // Ç÷¡½Ã ÄÚµå Á¤ÀÇ var flashStr= ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""; // Ç÷¡½Ã ÄÚµå Ãâ·Â document.write(flashStr); } //µ¿¿µ»ó------------------------------------------------------------------------------------- function moviePlay(src,w,h) { document.write('') } function VR(uri, w, h){ html = ""; html += ""; html += " "; html += " "; html += " "; html += " "; html += " "; html += " "; //html += " "; html += " "; html += " "; html += " "; html += ""; document.write(html); } function AutoPlayVR(){ document.PLUGIN1.Commands("menu","play"); } function GetVRNewObject(uri){ html = ""; html += ""; html += " "; html += " "; html += " "; html += " "; html += " "; html += " "; //html += " "; html += " "; html += " "; html += " "; html += ""; document.write(html); } function AutoplayOnOff(){ document.PLUGIN1.Commands("menu","play"); } //¿¹½Ã //ÆË¾÷ ÄÚµå ¸µÅ©½Ã ¿¹½Ã href="javascript:new_window('win', 'ÆÄÀϸí', ÁÂ, »ó, °¡·Î, ¼¼·Î, 0, 0, 0, 0, 0);" /*** ·¹ÀÌ¾î ÆË¾÷â ¶ç¿ì±â ***/ function popupLayer(s,w,h){ if (!w) w = 700; if (!h) h = 500; var pixelBorder = 3; var titleHeight = 12; w += pixelBorder * 2; h += pixelBorder * 2 + titleHeight; var bodyW = document.body.clientWidth; var bodyH = document.body.clientHeight; var posX = (bodyW - w) / 2; var posY = (bodyH - h) / 2; hiddenSelectBox('hidden'); /*** ¹é±×¶ó¿îµå ·¹À̾î ***/ var obj = document.createElement("div"); with (obj.style){ position = "absolute"; zIndex = 3; left = 0; top = 0; width = "100%"; height = document.body.scrollHeight; backgroundColor = "#000000"; filter = "Alpha(Opacity=50)"; opacity = "0.5"; } obj.id = "objPopupLayerBg"; document.body.appendChild(obj); /*** ³»¿ëÇÁ·¹ÀÓ ·¹À̾î ***/ var obj = document.createElement("div"); with (obj.style){ position = "absolute"; zIndex = 4; left = posX + document.body.scrollLeft; top = posY + document.body.scrollTop; width = w; height = h; backgroundColor = "#000000"; border = "3px solid #000000"; } obj.id = "objPopupLayer"; document.body.appendChild(obj); /*** ŸÀÌÆ²¹Ù ·¹À̾î ***/ var bottom = document.createElement("div"); with (bottom.style){ position = "absolute"; zIndex = 4; width = w - pixelBorder * 2; height = titleHeight; left = 0; top = h - titleHeight - pixelBorder * 3; padding = "4px 0 0 0"; textAlign = "right"; backgroundColor = "#000000"; color = "#ffffff"; font = "11px µ¸¿ò"; } bottom.innerHTML = "CLOSE   "; obj.appendChild(bottom); /*** ¾ÆÀÌÇÁ·¹ÀÓ ***/ var ifrm = document.createElement("iframe"); with (ifrm.style){ width = w - 6; height = h - pixelBorder * 2 - titleHeight - 3; //border = "3 solid #000000"; } ifrm.frameBorder = 0; ifrm.src = s; //ifrm.className = "scroll"; obj.appendChild(ifrm); } function _ID(obj){ return document.getElementById(obj) } function hiddenSelectBox(mode){ var obj = document.getElementsByTagName('select'); for (i=0;i