function viewlargephoto(LargePhotoLink)
{
	var wl = document.location.toString();
	var pl = wl.split('/');
	var DatePath = pl[pl.length-2];
	document.popuplargephoto.PhotoLocatn.value='../'+DatePath;
	document.popuplargephoto.PhotoLink.value=LargePhotoLink;
	features='width=300,height=300,resizable=1,scrollbars=1,top=1,left=1,screenX=1,screenY=1';
	window.open('../htm/content_photodisplay.htm','viewlargephoto',features);
}
