<!-- Hide script from old browsers

	function newWindow1(detail1jpg) {
		detail1Window = window.open(detail1jpg, "bookWin", "width=210,height=310")
		detail1Window.focus()
	}

	function newWindow2(detail2jpg) {
		detail2Window = window.open(detail2jpg, "bookWin", "width=310,height=210")
		detail2Window.focus()
	}
	
		function newWindow3(detail3jpg) {
		detail3Window = window.open(detail3jpg, "bookWin", "width=310,height=210")
		detail3Window.focus()
	}
	
		function newWindow4(detail4jpg) {
		detail4Window = window.open(detail4jpg, "bookWin", "width=310,height=210")
		detail4Window.focus()
	}
	
		function newWindow5(detail5jpg) {
		detail5Window = window.open(detail5jpg, "bookWin", "width=275,height=450")
		detail5Window.focus()
	}
	
	
		function newWindow6(cover) {
		coverWindow = window.open(cover, "bookWin", "width=400,height=400")
		coverWindow.focus()
	}
// End hiding script from old browsers -->

function windowClose()  {
      parent.close();
    }