
function read_book(book_num){
	window.open('/book/book_down.asp?book_num='+book_num, 'book_down', 'width=330,height=201,scrollbars=no');
}


