
function resizeIframe(height) {
	var iframe = document.getElementById('ShowingbookIDXSmartframe');
	iframe.setAttribute('height', height);
}


/* called from the iframe */
function TopOfPage() {
	window.scrollTo(0,0);
}
