stock GetOrgName(orgid){new str[30];if(orgid == 0){str = "CIVIL";}else if(orgid == 1){str = "Exercito"; }return str;// ?}