function ElementStateChanged ( resp, object )
{
	document.getElementById(object).innerHTML=resp;
	if(typeof validInst != 'undefined')
	{
	 validInst = new Validator(validInst.msgAlertType, validInst.div, validInst.extra);
	}
}

