
	function OpenBook(page){
		try {
			var win = window.open("http://yok-spcom.net/tensho/digicata/index.html" + page, "flipper2", "width=1000,height=650,scrollbars=no,resizable=no,location=yes");
		}
		catch (ex) {
		
		}
	}

