<!--//

function gotobook(book) {
	if (book != "") {
		self.location=book
	}
}

//-->