function changeImage(id, img)
{
	theImg = getObj(id);
	if (theImg)
		theImg.src = img;	
}		
