function chgSrc(id,pathToFile)
{
	var obj = document.getElementById(id);
	obj.src = pathToFile;
}
