function openImage(image) {
	w = window.open('', 'imageWin', 'width=540, height=400, scrollbars=1, menubar=0, location=0');
	w.focus();
}
