function ElementStateChanged ( resp, object )
{
	document.getElementById(object).innerHTML=resp;
	validInst = new Validator(1, '', true);
}
