// TEMPERATURE SENSITIVE ITEMS:

// Default Values (dollar values are expressed without decimal points)
// The order minimum amount:
var order_minimum = 5000;
// The value of the minimum charge:
var minchg_amt = 500;
// The cost of Next Day Air freight:
var nextday_amt = 2995;
// The cost of 2nd Day Air freight:
var secondday_amt = 1595;
// The default temp sensitive shipping charge item number ('BLA' or 'ONA'):
var default_tempsens = 'ONA';

// This list of items will be treated the same way a vaccine is treated.
// All item numbers must be in single-quotes and must be separated by a comma
var TempSensItem = new Array(
    '42800',
    '43181',
    '50318',
    'R28500',
    'R30020',
    '43402',
    '43403',
    'R30021',
    'R30022',
    'R40010',
    '42976',
    '41261',
    '41263',
    'R42970'
);

var TempSensByWeight = new Array(
    'R40010'
);

/* Vetericyn
    '50281',
    '50282',
    '50283',
    '50284',
*/
