// JavaScript Document

function ChangeImg(id, img)
{
	document.getElementById(id).src = img;
}
