function validate_isNullOrEmpty(a){if(a==null||a==""){return true}else{return false}};
