<!--
function checkEntered(ctl) {
	if (trim(ctl.value).length==0) {
		return false;
	}
	return true;
}
//-->
