//document.write('') // flashWrite(°æ·Î, °¡·Î, ¼¼·Î, ¾ÆÀ̵ð, ¹è°æ, º¯¼ö, À©µµ¿ì) function flashWrite(url,w,h,id,bg,vars,win){ // Ç÷¡½Ã ÄÚµå var flashStr= ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""+ ""; // Ç÷¡½Ã ÄÚµå Ãâ·Â document.write(flashStr); } function new_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable) { toolbar_str = toolbar ? 'yes' : 'no'; menubar_str = menubar ? 'yes' : 'no'; statusbar_str = statusbar ? 'yes' : 'no'; scrollbar_str = scrollbar ? 'yes' : 'no'; resizable_str = resizable ? 'yes' : 'no'; window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str); } function newWin(page,name,w,h,scroll) { LeftPosition = (screen.width)?(screen.width-w)/2:100; TopPosition = (screen.height)?(screen.height-h)/2:100; settings = 'width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',status=no'; mywin = window.open(page,name,settings); mywin.self.focus(); } //È­¸éâ function popupLayer(s,w,h){ if (!w) w = 600; if (!h) h = 400; var pixelBorder = 3; var titleHeight = 0; 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'); // iframe var ifrm = document.createElement("iframe"); with (ifrm.style){ width = w - 6; height = h - pixelBorder * 2 - titleHeight+8; border = "0 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