function ImageGalleryOpenImage(src, title, width, height) {
	window.open(src, 'previewImage'+width+height, "width=700,height=550");
}