function bookSummaryOn(id) {
	$('bookSum'+id).style.display="block";
}

function bookSummaryOff(id) {
	$('bookSum'+id).style.display="none";	
}