function showGallery(path, schoolID, photoId) {
	win = window.open(path + 'ShowPhoto.aspx?schoolID=' + schoolID + '&i=' + photoId,'image_gallery','width=460,height=530,toolbar=0,location=0,status=0,scrollbars=0,resizable=0');
	win.focus();
}
