//ЦЕНЫ НА НИЖНИЕ МОДУЛИ



//Формат массива цен:
// массив[0] - секция (порядковый номер секции)
// массив[0][0] - фасад (порядковый номер фасада)
// массив[0][0][0] - ширина (порядковый номер ширины)
var botPrices = new Array();

botPrices[0] = new Array();

botPrices[0][0] = new Array( 1871, 2004, 2137, 2270 ); 
botPrices[0][1] = new Array( 2073, 2226, 2379, 2533 ); 
botPrices[0][2] = new Array( 2753, 2946, 3139, 3332 ); 
botPrices[0][3] = new Array( 2120, 2314, 2507, 2700 ); 


botPrices[1] = new Array();

botPrices[1][0] = new Array( 2516, 2648, 2782 ); 
botPrices[1][1] = new Array( 2920, 3074, 3226 ); 
botPrices[1][2] = new Array( 4280, 4472, 4666 ); 
botPrices[1][3] = new Array( 3014, 3208, 3402 ); 

botPrices[2] = new Array();

botPrices[2][0] = new Array( 2826, 3067, 3308, 3549 ); 
botPrices[2][1] = new Array( 2993, 3254, 3515, 3775 ); 
botPrices[2][2] = new Array( 3876, 4177, 4478, 4779 ); 
botPrices[2][3] = new Array( 3521, 3809, 4098, 4386 ); 

botPrices[3] = new Array();

botPrices[3][0] = new Array( 3776, 4018, 4258 ); 
botPrices[3][1] = new Array( 4110, 4370, 4632 ); 
botPrices[3][2] = new Array( 5601, 5901, 6203 ); 
botPrices[3][3] = new Array( 4666, 4954, 5242 ); 

botPrices[4] = new Array();

botPrices[4][0] = new Array( 4932, 5376, 5820, 6264, 6708, 7152 ); 
botPrices[4][1] = new Array( 4932, 5376, 5820, 6264, 6708, 7152 ); 
botPrices[4][2] = new Array( 6032, 6476, 6920, 7364, 7808, 8252 ); 
botPrices[4][3] = new Array( 6932, 7376, 7820, 8264, 8708, 9152 ); 

//массив[0] - секции без ниш, массив[1] - секции с нишами
//массив( Нап: ДСП (МДФ, Алюм), Нап: стекло (МДФ, Алюм), Нап: мат. стекло (МДФ, Алюм) )
/*var botPrices = new Array();
//Секции без ниш

//1. Одинарные
botPrices[0] = new Array(
			new Array( 1630, 1768, 1904, 2042 ), 
			new Array( 2079, 2242, 2405, 2568) 
);

//2. Двойные
botPrices[1] = new Array(
			new Array( 2358, 2495, 2634), 
			new Array( 3256, 3418, 3582 ) 
);

//1. Одинарная с ящиком
botPrices[2] = new Array(
 			new Array( 2656, 2897, 3139 ), 
			new Array( 3319, 3586, 3853 ) 
);

//1. Двойная с ящиком
botPrices[3] = new Array(
 			new Array( 3424, 3666, 3907 ), 
			new Array( 4465, 4732, 4999 ) 
);

//2. Одинарная с четырьмя ящиками
botPrices[4] = new Array(
 			 new Array( 4341, 4737, 5134, 5530, 5926 ),
			 new Array( 5276, 5672, 6069, 6465, 6861) 
);
*/
var botCornerShelfsPrices = new Array(2507, 2639, 2771);


//ЦЕНЫ НА ВЕРХНИЕ МОДУЛИ

//Формат массива цен:
// массив[0] - секция (порядковый номер секции)
// массив[0][0] - фасад (порядковый номер фасада)
// массив[0][0][0] - ширина (порядковый номер ширины)
var topPrices = new Array();
topPrices[0] = new Array();

topPrices[0][0] = new Array( 1587, 1713, 1840, 1966 ); 
topPrices[0][1] = new Array( 1827, 1974, 2120, 2266 ); 
topPrices[0][2] = new Array( 2583, 2769, 2956, 3142 ); 
topPrices[0][3] = new Array( 1895, 2095, 2295, 2494 );

topPrices[0][4] = new Array( 1935, 2117, 2300, 2482 ); 
topPrices[0][5] = new Array( 1988, 2189, 2390, 2590 ); 
topPrices[0][6] = new Array( 2931, 3173, 3416, 3659 ); 
topPrices[0][7] = new Array( 2985, 3245, 3506, 3767 ); 

topPrices[1] = new Array();

topPrices[1][0] = new Array( 2230, 2356, 2482 ); 
topPrices[1][1] = new Array( 2710, 2856, 3004 ); 
topPrices[1][2] = new Array( 4222, 4408, 4594 ); 
topPrices[1][3] = new Array( 2846, 3046, 3246 );

topPrices[1][4] = new Array( 2926, 3108, 3290 ); 
topPrices[1][5] = new Array( 3032, 3234, 3434 ); 
topPrices[1][6] = new Array( 4918, 5160, 5402 ); 
topPrices[1][7] = new Array( 5026, 5286, 5546 ); 

topPrices[2] = new Array();

topPrices[2][0] = new Array( 1486, 1589, 1691, 1794 ); 
topPrices[2][1] = new Array( 1667, 1789, 1912, 2035 ); 
topPrices[2][2] = new Array( 2304, 2466, 2629, 2791 ); 
topPrices[2][3] = new Array( 1703, 1858, 2013, 2168 );

topPrices[2][4] = new Array( 1739, 1886, 2033, 2180 ); 
topPrices[2][5] = new Array( 1775, 1934, 2093, 2252 ); 
topPrices[2][6] = new Array( 2556, 2763, 2970, 3177 ); 
topPrices[2][7] = new Array( 2592, 2811, 3030, 3249 ); 

topPrices[3] = new Array();

topPrices[3][0] = new Array( 2028, 2130, 2234 ); 
topPrices[3][1] = new Array( 2390, 2512, 2634 ); 
topPrices[3][2] = new Array( 3664, 3826, 3988 ); 
topPrices[3][3] = new Array( 2462, 2616, 2772 );

topPrices[3][4] = new Array( 2534, 2680, 2828 ); 
topPrices[3][5] = new Array( 2606, 2766, 2924 ); 
topPrices[3][6] = new Array( 4168, 4376, 4582 ); 
topPrices[3][7] = new Array( 4240, 4460, 4678 ); 

topPrices[4] = topPrices[2];
topPrices[5] = topPrices[3];



//Формат массива цен:
//массив[0] - секции без ниш, массив[1] - секции с нишами
//массив( Нап: ДСП (МДФ, Алюм), Нап: стекло (МДФ, Алюм), Нап: мат. стекло (МДФ, Алюм) )
/*var topPrices = new Array();
//Секции без ниш

//1. Одинарные
topPrices[0] = new Array(
new Array(  new Array( 1428, 1553, 1677, 1802),
			 new Array( 1926, 2076, 2226, 2376) ),
new Array( new Array( 1474, 1614, 1754, 1893), 
			new Array( 2176, 2358, 2540, 2723) ),
new Array( new Array( 1565, 1736, 1906, 2077), 
			new Array( 2267, 2480, 2693, 2906) )
);

//2. Двойные
topPrices[1] = new Array(
new Array(  new Array( 2148, 2274, 2398),
			 new Array( 3145, 3294, 3444) ),
new Array( new Array( 2240, 2380, 2519), 
			new Array( 3644, 3826, 4008) ),
new Array( new Array( 2422, 2592, 2764), 
			new Array( 3826, 4039, 4251) )
);

//Секции с нишами

//1. Одинарные
topPrices[2] = new Array(
new Array(  new Array( 1333, 1442, 1552, 1660 ),
			 new Array( 1755, 1889, 2024, 2159) ),
new Array( new Array( 1364, 1483, 1603, 1722), 
			new Array( 1938, 2101, 2262, 2425) ),
new Array( new Array( 1425, 1565, 1705, 1845), 
			new Array( 2000, 2182, 2365, 2548 ) )
);

//2. Двойные
topPrices[3] = new Array(
new Array(  new Array( 1958, 2067, 2176 ),
			 new Array( 2801, 2935, 3070) ),
new Array( new Array( 2019, 2138, 2257), 
			new Array( 3168, 3332, 3493) ),
new Array( new Array( 2142, 2281, 2422), 
			new Array( 3291, 3474, 3656) )
);

topPrices[4] = topPrices[2];
topPrices[5] = topPrices[3];
*/
var topCornerShelfsPrices = new Array(1914, 2002, 2090);
