function showPreview(URL,width,height) 
{
	window.open(URL,'bookpreview','width='+width+',height='+width+',location=no,resizable=yes,scrollbars=yes,screenX=20,screenY=20,top=20,left=20');
}