function windowOpenImage(url){
	window.open(url, "Zoom", "width=600, height=640, scrollbars=yes");
}