if (typeof constants == "undefined"){ this.constants = {}; }; constants.HAZMAT_PACKAGE_OPTIONS = []; constants.HAZMAT_PACKAGE_OPTIONS[0] = {text:"Select",value:""}; constants.HAZMAT_PACKAGE_OPTIONS[1] = {text:"Bag",value:"BAG"}; constants.HAZMAT_PACKAGE_OPTIONS[2] = {text:"Barrel",value:"BRL"}; constants.HAZMAT_PACKAGE_OPTIONS[3] = {text:"Bottle",value:"BTL"}; constants.HAZMAT_PACKAGE_OPTIONS[4] = {text:"Box",value:"BOX"}; constants.HAZMAT_PACKAGE_OPTIONS[5] = {text:"Can",value:"CAN"}; constants.HAZMAT_PACKAGE_OPTIONS[6] = {text:"Crate",value:"CRT"}; constants.HAZMAT_PACKAGE_OPTIONS[7] = {text:"Cylinder",value:"CYL"}; constants.HAZMAT_PACKAGE_OPTIONS[8] = {text:"Drum",value:"DRM"}; constants.HAZMAT_PACKAGE_OPTIONS[9] = {text:"Jerrican",value:"JER"}; constants.HAZMAT_PACKAGE_OPTIONS[10] = {text:"Pail",value:"PAL"}; constants.HAZMAT_PACKAGE_OPTIONS[11] = {text:"Tank",value:"TNK"}; constants.HAZMAT_PACKAGE_OPTIONS[12] = {text:"Tote",value:"TOT"}; constants.STANDARD_PACKAGE_OPTIONS = []; constants.STANDARD_PACKAGE_OPTIONS[0] = {text:"Pallet/Skid",value:"PLT"}; constants.STANDARD_PACKAGE_OPTIONS[1] = {text:"Bundle",value:"BDL"}; constants.STANDARD_PACKAGE_OPTIONS[2] = {text:"Carton",value:"CTN"}; constants.STANDARD_PACKAGE_OPTIONS[3] = {text:"Crate",value:"CRT"}; constants.STANDARD_PACKAGE_OPTIONS[4] = {text:"Drum",value:"DRM"}; constants.STANDARD_PACKAGE_OPTIONS[5] = {text:"Loose",value:"LSE"}; constants.STANDARD_PACKAGE_OPTIONS[6] = {text:"Pail",value:"PAL"}; constants.STANDARD_PACKAGE_OPTIONS[7] = {text:"Other",value:"OTR"};