function showGallery(path, photoId) {
	win = window.open(path + 'GallerySlideShow.aspx?i=' + photoId,'image_gallery','width=480,height=550,toolbar=0,location=0,status=0,scrollbars=0,resizable=0');
	win.focus();
}
