function bluring(){ if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); } document.onfocusin=bluring; function goto_new(form) { var windowprops = ""; // ÆË¾÷âÀÇ ¿É¼Ç var URL = form.go.options[form.go.selectedIndex].value; if (URL != "" && URL != null){ popup = window.open(URL,'',windowprops); } } function change(item) { if(item == "WD") { item = "20"; } if (item=="20") { document.all.item('Layer20').style.display=''; document.all.item('Layer21').style.display='none'; } else if(item=="21"){ document.all.item('Layer20').style.display='none'; document.all.item('Layer21').style.display=''; } }