 	function zoomin(newimage) {
		newWin = window.open
		(newimage, "BigImage", "width=300 height=400 scrollbars=yes")
		
		newWin.focus()
		
	}
	function zoomscroll(newimage){
		newWin = window.open(newimage,"BigImage","width=800 height=600 scrollbars=yes")
		newWin.focus()

	}

