function Show_Flash(url, width, height){ document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); } function resizeFrame(iframeObj) { try { var innerBody = iframeObj.contentWindow.document.body; var innerHeight = innerBody.scrollHeight + (innerBody.offsetHeight - innerBody.clientHeight); var innerWidth = innerBody.scrollWidth + (innerBody.offsetWidth - innerBody.clientWidth); iframeObj.style.height = innerHeight; iframeObj.style.width = innerWidth; } catch (e) { } } function Nwin(strShow, width, height, scrollbar, resizable, toolbar) { window.open(strShow,"newWindow","width=" + width + ",height=" + height + ",left=100,top=0,scrollbars=" + scrollbar + ",resizable=" + resizable + ",toolbar=" + toolbar ); } // °Ë»ö°ü·Ã ½ºÅ©¸³Æ® function handlePress(e, cmd) { var whichCode = (window.Event) ? e.which : e.keyCode; if(e.keyCode == 13){ conformsubmit(); } } function conformsubmit(){ var searchForm = document.search; var query = document.search.query.value; if(query == '') { alert('°Ë»ö¾î¸¦ ÀÔ·ÂÇØ ÁֽʽÿÀ.'); document.search.query.focus(); return; } searchForm.submit(); }