function switchImg(_id, _img)
{
	document.getElementById(_id).src = _img;
}

