function Setimg(obj,ImgName){
	obj.src = ImgName;
}

function CloseWin(){
window.close();
}

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