var ORG_TYPES = new Array();

ORG_TYPES = [
['Member', 1],
['Org', 2],
['Supplier', 3]
]
