function CV_RequiredValidate(idInput){
	var txt = CV_getObjectById(idInput);
	return(txt.value.length > 0);
}