function qna() {
 window.open("/company/customer/qna_result.html","","width=462,height=359,top=50,left=100")
}

 function demo() {
 window.open("/business/it/demo/popup2.htm","","width=500,height=650,top=50,left=100")
}

 function member() {
 window.open("/member/login.asp","","width=465,height=355,top=100,left=100")
}
 

function gothere(form){ 
  if (form.pop.selectedIndex != 0) {
     newwindow=window.open("")
     newwindow.location = form.pop.options[form.pop.selectedIndex].value
  }
}






