var PHONE_TYPES = new Array();

PHONE_TYPES = [
['Home', 1],
['Work', 2],
['Mobile', 3],
['Fax', 4],
['Pager', 5]
]

