
function enlargePhoto(imgUrl) {

	newWin = window.open('viewPhoto.asp?url=' + imgUrl,'newItemWindow','width=450,height=450,toolbar=no,location=no,scrollbars=yes');
	
}