function newWindow(smallWin) {
		
	imageDetail = window.open(smallWin, 'imageWindow', 'location=no, menubar=no, resizable=yes, scrollbars=yes, toolbars=no, width=640, height=670')
	imageDetail.focus()
}
