function ShowPhoto(strPath, strPhoto)	{
	window.open('galView.aspx?galleryID=' + strPath + '&FileName=' + strPhoto, 'GalleryView', 'width=800, height=500')
}
