//JS

function changePic(id, path)
{
	document.getElementById(id).src = path;
}