var panels = new Array(); var descrs = new Array(); var prices1 = new Array(); var prices2 = new Array(); panels[0] = 'Плита из ДСП (38HAB) с антистат. ПВХ. снизу фольга'; descrs[0] = ''; prices1[0] = '21.01'; prices2[0] = '21.01'; $("#item").append( $('')); panels[1] = 'Плита из ДСП (38HAB Light) антистат. ПВХ. снизу фольга'; descrs[1] = ''; prices1[1] = '19.4'; prices2[1] = '19.4'; $("#item").append( $('')); panels[2] = 'Плита из ДСП (38HAB) с ламинатом . снизу фольга'; descrs[2] = ''; prices1[2] = '22.65'; prices2[2] = '22.65'; $("#item").append( $('')); panels[3] = 'Плита из ДСП (38HAB) с паркетом. снизу фольга'; descrs[3] = ''; prices1[3] = '54.84'; prices2[3] = '54.84'; $("#item").append( $('')); panels[4] = 'Плита из ДСП (38HSB) с антистат. ПВХ. снизу сталь'; descrs[4] = ''; prices1[4] = '24.48'; prices2[4] = '24.48'; $("#item").append( $('')); panels[5] = 'Плита из ДСП (38HSB) с ламинатом. снизу сталь'; descrs[5] = ''; prices1[5] = '25.56'; prices2[5] = '25.56'; $("#item").append( $('')); panels[6] = 'Плита из сульфата-кальция (36GNB) с антистат. ПВХ. снизу без покрытия'; descrs[6] = ''; prices1[6] = '31.64'; prices2[6] = '31.64'; $("#item").append( $('')); panels[7] = 'Плита из сульфата-кальция (36GSB) с антистат. ПВХ. снизу сталь'; descrs[7] = ''; prices1[7] = '37.2'; prices2[7] = '37.2'; $("#item").append( $('')); panels[8] = 'Плита из ДСП (38HAA) сверху и снизу фольга'; descrs[8] = ''; prices1[8] = '10.33'; prices2[8] = '10.33'; $("#item").append( $('')); panels[9] = 'Плита из ДСП (38HAS) сверху сталь. снизу фольга'; descrs[9] = ''; prices1[9] = '11.14'; prices2[9] = '11.14'; $("#item").append( $('')); var pstals_name = new Array(); var pstals_price_1 = new Array(); var pstals_price_2 = new Array(); pstals_name[0] = '70мм (6.5-40 мм)'; pstals_price_1[0] = '2.22'; pstals_price_2[0] = '2.22'; $("#pstal").append( $('')); pstals_name[1] = '100мм (50-85 мм)'; pstals_price_1[1] = '2.29'; pstals_price_2[1] = '2.29'; $("#pstal").append( $('')); pstals_name[2] = '120мм (60-105 мм)'; pstals_price_1[2] = '2.4'; pstals_price_2[2] = '2.4'; $("#pstal").append( $('')); pstals_name[3] = '150мм (80-135 мм)'; pstals_price_1[3] = '2.55'; pstals_price_2[3] = '2.55'; $("#pstal").append( $('')); pstals_name[4] = '200мм (120-195 мм)'; pstals_price_1[4] = '2.83'; pstals_price_2[4] = '2.83'; $("#pstal").append( $('')); pstals_name[5] = '250мм (170-235 мм)'; pstals_price_1[5] = '3.07'; pstals_price_2[5] = '3.07'; $("#pstal").append( $('')); pstals_name[6] = '300мм (230-295 мм)'; pstals_price_1[6] = '3.48'; pstals_price_2[6] = '3.48'; $("#pstal").append( $('')); pstals_name[7] = '400мм (335-390 мм)'; pstals_price_1[7] = '5.22'; pstals_price_2[7] = '5.22'; $("#pstal").append( $('')); pstals_name[8] = '500мм (435-490 мм)'; pstals_price_1[8] = '5.71'; pstals_price_2[8] = '5.71'; $("#pstal").append( $('')); pstals_name[9] = '600мм (535-590 мм)'; pstals_price_1[9] = '6.19'; pstals_price_2[9] = '6.19'; $("#pstal").append( $('')); pstals_name[10] = '650мм (585-640 мм)'; pstals_price_1[10] = '6.02'; pstals_price_2[10] = '6.02'; $("#pstal").append( $('')); pstals_name[11] = '700мм (635-690 мм)'; pstals_price_1[11] = '6.69'; pstals_price_2[11] = '6.69'; $("#pstal").append( $('')); pstals_name[12] = '800мм (735-790 мм)'; pstals_price_1[12] = '7.17'; pstals_price_2[12] = '7.17'; $("#pstal").append( $('')); pstals_name[13] = '900мм (835-890 мм)'; pstals_price_1[13] = '7.72'; pstals_price_2[13] = '7.72'; $("#pstal").append( $('')); pstals_name[14] = '1000мм (935-990 мм)'; pstals_price_1[14] = '8.15'; pstals_price_2[14] = '8.15'; $("#pstal").append( $('')); pstals_name[15] = '1200мм (1135-1190 мм)'; pstals_price_1[15] = '9.1'; pstals_price_2[15] = '9.1'; $("#pstal").append( $('')); var heights = new Array(); heights[0] = 40; heights[1] = 85; heights[2] = 105; heights[3] = 135; heights[4] = 195; heights[5] = 235; heights[6] = 295; heights[7] = 390; heights[8] = 490; heights[9] = 590; heights[10] = 590; heights[11] = 690; heights[12] = 790; heights[13] = 890; heights[14] = 990; heights[15] = 1190;