var PRODUCT_TYPES = new Array();

PRODUCT_TYPES = [
['Unselected', 1],
['Product', 2],
['Service', 3],
['Labor', 4],
['Certificate', 5],
['CustomForm', 6],
['Necklace', 7],
['Earrings', 8],
['Bracelets', 9],
['Cell_Phone_Charm', 10],
['Key_Chain', 11],
['Hair_Accessories', 12],
['Rings', 13],
['Watches', 14],
['Gifts', 15],
['Clothing', 16],
['Candles', 17],
['Anklets', 18],
['Candle', 19],
['Belly_Button_Rings', 20],
['Exempt', 21]
]
