var EDUS_SEARCH_URL = "http://www.edus.or.kr/FS"; function SearchKeyDown() { if(event.keyCode == 13) { window.event.returnValue = false; TotalSearch(); } } function TotalSearch() { var form1 = document.EdusSearchForm; if( form1.BasicKeyword.value == "" ) { alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇØ ÁֽʽÿÀ"); return; } var wstate = 'scrollbars=yes,status=no,resizable=no,location=no,width=820,height=768,left=20,top=20,toolbar=yes,,toolbar=yes,resizable=yes'; var res = window.open('','EDUNET',wstate); res.name = 'popup'; form1.target = 'popup'; form1.action = EDUS_SEARCH_URL; form1.submit(); } function ToggleLayer( layerid ) { if( layerid == "edus_search" ) { document.getElementById('edunet_search').style.display = "none"; document.getElementById('edus_search').style.display = "inline"; } else if( layerid == "edunet_search" ) { document.getElementById('edus_search').style.display = "none"; document.getElementById('edunet_search').style.display = "inline"; } } function edusshow(border,tw,td,txt,bg) { var str = ""; str = ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += "
"; str += ""; str += "
"; document.write(str); }