function ElementStateChanged ( resp, object )
{
	document.getElementById(object).innerHTML=resp;
}