function viewImage(imageID) {
	window.open("viewImage.asp?photoID=" + imageID,"_newwindow","top=5,left=5,width=400,height=400");
}

function newWindow(bookjpg, width, height){
	bookwindow = window.open(bookjpg,"bookWin", "height=height", "width=width")
	bookwindow.focus()
}

