
function passDesc(imgObj)
{
	document.getElementById('mainImage1').title = imgObj.alt;
//document.getElementById('imageText').title = imgObj.alt;
}

