function zoom(img) {

	imgWindow = window.open(img,
		'imgwin', 'top=100,left=10,resizeable=no,scrollbars=no,height=325,width=325')
		
	imgWindow.focus()
}