function openMyWindow(theImage) {
	window.open(theImage, 'none', 'width=500,height=400');
	}
