function InputDataCheck(strNum,strBoard_code) {
										
document.view.NUM.value = strNum
document.view.BOARD_CODE.value = strBoard_code

document.view.submit();

}

function next_page(curr_page) {

document.page.NEXT_PAGE.value = curr_page
document.page.submit();
	
}


function __doPostBack(frm) {
		location.href='qa-00000.asp?board_code='+frm.BOARD_CODE[frm.BOARD_CODE.selectedIndex].value;
}

function next_page(curr_page) {

document.page.NEXT_PAGE.value = curr_page
document.page.submit();
	
}
