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