
function hpo_fildiscuss_validate(obj, msg){
    if (obj.value != '' && obj.value != msg)
        return true;
    return false;
}