function changeImage(imgObj, newSrc) 
{
	if (document.images) 
    document[imgObj].src = newSrc;
}
