var bouquet1 = new Array();

bouquet1[0] = new Object();
bouquet1[0].orderinfo = "none";

bouquet1[1] = new Object();
bouquet1[1].orderinfo = "none";

bouquet1[2] = new Object();
bouquet1[2].orderinfo = "none";

bouquet1[3] = new Object();
bouquet1[3].orderinfo = "Sample of Premium Rose Petals";
bouquet1[3].cost = "100";
bouquet1[3].colour = "anymulti";
bouquet1[3].ordercode = "1_Sam";

bouquet1[4] = new Object();
bouquet1[4].orderinfo = "none";

bouquet1[5] = new Object();
bouquet1[5].orderinfo = "none";

bouquet1[6] = new Object();
bouquet1[6].orderinfo = "1 Pint of Premium Rose Petals";
bouquet1[6].cost = "699";
bouquet1[6].colour = "anymulti";
bouquet1[6].ordercode = "1_1p";

bouquet1[7] = new Object();
bouquet1[7].orderinfo = "2 Pints of Premium Rose Petals";
bouquet1[7].cost = "1299";
bouquet1[7].colour = "anymulti";
bouquet1[7].ordercode = "1_2p";

bouquet1[8] = new Object();
bouquet1[8].orderinfo = "3 Pints of Premium Rose Petals";
bouquet1[8].cost = "1899";
bouquet1[8].colour = "anymulti";
bouquet1[8].ordercode = "1_3p";

bouquet1[9] = new Object();
bouquet1[9].orderinfo = "1 Jug of Premium Rose Petals";
bouquet1[9].cost = "2399";
bouquet1[9].colour = "anymulti";
bouquet1[9].ordercode = "1_1j";

bouquet1[10] = new Object();
bouquet1[10].orderinfo = "1 Jug & 1 Pint of Premium Rose Petals";
bouquet1[10].cost = "2999";
bouquet1[10].colour = "anymulti";
bouquet1[10].ordercode = "1_1j1p";

bouquet1[11] = new Object();
bouquet1[11].orderinfo = "1 Jug & 2 Pints of Premium Rose Petals";
bouquet1[11].cost = "3499";
bouquet1[11].colour = "anymulti";
bouquet1[11].ordercode = "1_1j2p";

bouquet1[12] = new Object();
bouquet1[12].orderinfo = "2 Jugs of Premium Rose Petals";
bouquet1[12].cost = "4699";
bouquet1[12].colour = "anymulti";
bouquet1[12].ordercode = "1_2j";

bouquet1[13] = new Object();
bouquet1[13].orderinfo = "2 Jugs & 1 Pints of Premium Rose Petals";
bouquet1[13].cost = "5299";
bouquet1[13].colour = "anymulti";
bouquet1[13].ordercode = "1_2j1p";

bouquet1[14] = new Object();
bouquet1[14].orderinfo = "2 Jugs & 2 Pints of Premium Rose Petals";
bouquet1[14].cost = "5799";
bouquet1[14].colour = "anymulti";
bouquet1[14].ordercode = "1_2j2p";

bouquet1[15] = new Object();
bouquet1[15].orderinfo = "3 Jugs of Premium Rose Rose Petals";
bouquet1[15].cost = "6899";
bouquet1[15].colour = "anymulti";
bouquet1[15].ordercode = "1_3j";

bouquet1[16] = new Object();
bouquet1[16].orderinfo = "3 Jugs & 1 Pints of Premium Rose Petals";
bouquet1[16].cost = "7499";
bouquet1[16].colour = "anymulti";
bouquet1[16].ordercode = "1_3j1p";

bouquet1[17] = new Object();
bouquet1[17].orderinfo = "3 Jugs & 2 Pints of Premium Rose Petals";
bouquet1[17].cost = "7999";
bouquet1[17].colour = "anymulti";
bouquet1[17].ordercode = "1_3j2p";

bouquet1[18] = new Object();
bouquet1[18].orderinfo = "4 Jugs of Premium Rose Petals";
bouquet1[18].cost = "8999";
bouquet1[18].colour = "anymulti";
bouquet1[18].ordercode = "1_4j";

bouquet1[19] = new Object();
bouquet1[19].orderinfo = "4 Jugs & 1 Pints of Premium Rose Petals";
bouquet1[19].cost = "9599";
bouquet1[19].colour = "anymulti";
bouquet1[19].ordercode = "1_4j1p";

bouquet1[20] = new Object();
bouquet1[20].orderinfo = "4 Jugs & 2 Pints of Premium Rose Petals";
bouquet1[20].cost = "10099";
bouquet1[20].colour = "anymulti";
bouquet1[20].ordercode = "1_4j2p";

bouquet1[21] = new Object();
bouquet1[21].orderinfo = "5 Jugs of Premium Rose Petals";
bouquet1[21].cost = "10999";
bouquet1[21].colour = "anymulti";
bouquet1[21].ordercode = "1_5j";

bouquet1[22] = new Object();
bouquet1[22].orderinfo = "6 Jugs of Premium Rose Petals";
bouquet1[22].cost = "12999";
bouquet1[22].colour = "anymulti";
bouquet1[22].ordercode = "1_6j";

bouquet1[23] = new Object();
bouquet1[23].orderinfo = "7 Jugs of Premium Rose Petals";
bouquet1[23].cost = "14999";
bouquet1[23].colour = "anymulti";
bouquet1[23].ordercode = "1_7j";

bouquet1[24] = new Object();
bouquet1[24].orderinfo = "8 Jugs of Premium Rose Petals";
bouquet1[24].cost = "16999";
bouquet1[24].colour = "anymulti";
bouquet1[24].ordercode = "1_8j";

bouquet1[25] = new Object();
bouquet1[25].orderinfo = "9 Jugs of Premium Rose Petals";
bouquet1[25].cost = "18999";
bouquet1[25].colour = "anymulti";
bouquet1[25].ordercode = "1_9j";

bouquet1[26] = new Object();
bouquet1[26].orderinfo = "10 Jugs of Premium Rose Petals";
bouquet1[26].cost = "20999";
bouquet1[26].colour = "anymulti";
bouquet1[26].ordercode = "1_10j";

