function showLargeMAWPhoto(strPhotoName) {
	var myTitleDiv = document.getElementById("divWishTitle");
	var myAltText = myTitleDiv.innerHTML;
	var myImageDiv = document.getElementById("divLgMAWPhoto");
	myImageDiv.innerHTML = '<img src=\"/images/make_a_wish/' + strPhotoName + '\" border=\"0\" alt=\"' + myAltText + '\">';
}
