function flipper(book, width, height){

	window.open(book, "flipper", "width=" + width + ",height=" +

height);

}

function flipper3(book, width, height){

	window.open(book, "flipper", "width=1000, height=700, menubar=no, toolbar=no, scrollbars=yes, resizable=yes");

}



