/*--------------------------------------------*/
/* Supporting "Constants"                     */
/*--------------------------------------------*/
var months = new Array();

months['01'] = "JAN";
months['02'] = "FEB";
months['03'] = "MAR";
months['04'] = "APR";
months['05'] = "MAY";
months['06'] = "JUN";
months['07'] = "JUL";
months['08'] = "AUG";
months['09'] = "SEP";
months['10'] = "OCT";
months['11'] = "NOV";
months['12'] = "DEC";