function setValue(str) {
	document.topForm.idxNum.value=str;
	document.topForm.action = "/news/detail.php"
	document.topForm.submit();
}