/**
 * ブックを開く。
 * @param page	ページ番号
 */
function OpenBook(page){
	try {
		var win = window.open("http://www.gaigo.ac.jp/course/book/airline/index.html#" + page, "flipper2", "width=1000,height=700,scrollbars=no,resizable=yes,locatio=no");
	}
	catch (ex) {
	
	}
}