function read(value){
var newWindow = window.open('','viewer');
document.read.action="NTBOARD_read.jsp";
document.read.target = "viewer";
document.read.num.value=value;
document.read.submit();
newWindow.focus();
}
var newWindow = window.open('','viewer');
document.read.action="NTBOARD_read.jsp";
document.read.target = "viewer";
document.read.num.value=value;
document.read.submit();
newWindow.focus();
}