function goto_new(form) { var windowprops = ''; // ÆË¾÷âÀÇ ¿É¼Ç var URL = form.go1.options[form.go1.selectedIndex].value; if (URL != '' && URL != null){ popup = window.open(URL,'',windowprops); } } document.write("\