var PERSON_TYPES = new Array();

PERSON_TYPES = [
['User', 7],
['Member', 8],
['Supplier', 9]
]

