function EnlargePhoto (FullPath) {
	var op;
	op = window.open(FullPath,"EnlargeImage","height=600,width=600,status=yes,toolbar=no,menubar=no,location=no,scrolling=yes,resizable=yes");
	op.focus();
}
