


function newWindow(popwin) {
		bookWindow = window.open(popwin,'newwindow','toolbar=no,width=625,height=640,top=50,left=100,status=no,scrollbars=yes,resizable,menubar=no')
		bookWindow.focus()
}	



