function flipper(book, width, height){
	window.open(book, "flipper", "width=" + width + ",height=" + height);
}