function createArray(size) {
 for (var i=0; i < size; i++) {
  this[i] = null }
 this.length = size;
 return this
}
function Product(nr, descrip, money) {
 this.numer = nr;
 this.description = descrip;
 this.kwota = money;
}

var items = new Object();

// STEP NUMBER ONE
// enter the color for rows of the table
// (either javascript name or hex code)
color1 = "#red";
color2 = "yellow";

// STEP NUMBER TWO:
// change the following declarations to fit your needs
//
// items[1] = new Product("Product 1 Name", 25.50);
// items[2] = new Product("Product 2 Name", 39.95);
//
// NOTE: You must define both the items array consecutively starting at 1.
//       Again, the index of both arrays starts at 1

items[1] = new Product("Multifunction machine for different groups of muscles", "Gym 1.1", "NEWEST");
items[2] = new Product("Multifunctional-Machine for exercising at home", "Gym line 1.1", "location");
items[3] = new Product("Seated Leg Press", "Gym line 1.2", "It see manner of installment");
items[4] = new Product("Lat Pully", "Gym line 2.1", 700.00);
items[5] = new Product("Vertical Butterfly", "Gym line 3.1", 700.00);
items[6] = new Product("Triceps Machine", "Gym line 1.1", 700.00);
items[7] = new Product("Seated Leg Press", "Gym line 5.1", 700.00);
items[8] = new Product("Pull-Over", "Gym line 8.1", 700.00);
items[9] = new Product("Long Pully", "Gym line 7.1", 700.00);
items[10] = new Product("Shoulder Press Machine", "Gym line 9.1", 700.00);
items[11] = new Product("Chest Press", "Gym line 10.1", 700.00);
items[12] = new Product("Chest Press Machine", "Gym line 10.1", 700.00);
items[13] = new Product("Leg Extension", "Gym line 11.1", 700.00);
items[14] = new Product("Leg Curl", "Gym line 12.1", 700.00);
items[15] = new Product("Seated Leg Extension and Leg Curl Machine", "Gym line 13.1", 700.00);
items[16] = new Product("Leg Extension and Leg Curl Machine", "Gym line 14.1", 700.00);
items[17] = new Product("Abdominal Machine", "Gym line 15.1", 700.00);
items[18] = new Product("Dip Machine", "Gym line 6.1", 700.00);
items[19] = new Product("Back Extension and Abdominal Machine", "Gym line 17.1", 700.00);
items[20] = new Product("Hip Machine", "Gym line 18.1", 700.00);
items[21] = new Product("Special Gluteus Machine", "Gym line 19.1", 700.00);
items[22] = new Product("Abdominal Machine", "Gym line 20.1", 700.00);
items[23] = new Product("Triceps Machine Horizontal", "Gym line 21.1", 700.00);
items[24] = new Product("Biceps Machine", "Gym line 22.1", 700.00);
items[25] = new Product("Glutaeus Machine", "Gym line 23.1", 700.00);
items[26] = new Product("Twist Machine", "Gym line 24.1", 700.00);
items[27] = new Product("TITAN Machine", "FitLine Machine", "with additional options");
items[28] = new Product("Cardio fitness", "Gym line 26.1", "Back to main menu");
items[29] = new Product("Silent stack - description", "WEIGHT EQUIPMENT", "The showed multi function bench is not in standard with machine.");
items[30] = new Product("TITAN T2", "Other equipment for exercising without weights", 700.00); 
items[31] = new Product("3-station machine", "Gym line 29.1", 700.00);
items[32] = new Product("T1", "Machine to exercises the widest muscles of back.", 1400.00);
items[33] = new Product("Multipress Station", "TITAN T1", 1600.00);
items[34] = new Product("Multipress Station with station for exercises thigh - groups of muscles", "TITAN T2", 2025.00);
items[35] = new Product("Multipress Station with Lat Pull-Down", "TITAN T6", 600.00);
items[36] = new Product("Press Station", "TITAN T4", "price to colsultation");
items[37] = new Product("Multipress Station", "TITAN-PREDATOR PR1", 1650.00);
items[38] = new Product("Multipress Station with Lat Pull-Down", "TITAN-PREDATOR PR2", 1750.00);
items[39] = new Product("Multipress Station with Lat Pull-Down and Butterfly", "TITAN-PREDATOR PR3", 1720.00);
items[40] = new Product("Multi-Station machine for exercises with free loads and loads on guide bars", "TITAN-PANTHER", 2600.00);
items[41] = new Product("Special Multipress Station", "TITAN-SCORPION", 900.00);
items[42] = new Product("Special Multipress Station", "TITAN-SCORPION", 900.00);
items[43] = new Product("Dumbbell Spotter", "Dumbbell racks", 62.00);
items[44] = new Product("Multi position bench with slide rail", "COLOS", 700.00);
items[45] = new Product("Olympic Bench-Weight", "Olympic horizontal bench - CL1", 275.00);
items[46] = new Product("Olympic Incline Bench", "Olympic incline bench - CL2", 300.00);
items[47] = new Product("Olympic Military Bench", "Olimpic military bench - CL3", 300.00);
items[48] = new Product("Olympic Decline Bench", "Olimpic decline bench - CL4", 325.00);
items[49] = new Product("Knee bends Station", "CL5", 300.00);
items[50] = new Product("Bench with angle back-rest and seat adjusting", "Multi Position Bench", 150.00);
items[51] = new Product("Bench for biceps of arm muscles exercises", "Seated Scott Curl", 150.00);
items[52] = new Product("Bench for biceps of arm muscles exercises", "T-Bar with Chest Support", 300.00);
items[53] = new Product("to option is not included multifunction bench", "Multi Position Bench", 150.00);
items[54] = new Product("Flat Bench for exercises with weights", "Flat Bench", 62.00);
items[55] = new Product("- abdominal muscles", "Roman Chair", 175.00);
items[56] = new Product("- abdominal muscles", "Incline Bench", 175.00);
items[57] = new Product("- back muscles", "45 Degree Back Extension", 175.00);
items[58] = new Product("- free-standing", "Abdominal Flexor", 175.00);
items[59] = new Product("- wall mounted", "Abdominal Flexor", 125.00);
items[60] = new Product("- free-standing>", "Twister", 125.00);
items[61] = new Product("- free-standing with manual control weight", "Twister manual control weight", 175.00);
items[62] = new Product("- wall mounted", "Chinning bar", 125.00);
items[63] = new Product("- free-standing", "Tower 4-Station", "Tower 5-Station");
items[64] = new Product("weight 20 kg, 49.5 mm ÷ 50 mm sleeve diameter, length 2200 mm", "Olympic Bar", 200.00);
items[65] = new Product("Weight 22  Ibs, 49.5 mm ÷ 50 mm sleeve diameter, length 1350  mm", "EZ Curl Bar", 88.00);
items[66] = new Product("44 Ibs, (20 kg) with &Oslash; 50 mm sleeve", "Plate type TITAN 20 kg", 40.00);
items[67] = new Product("22 Ibs, (10 kg) with &Oslash; 50 mm sleeve", "Plate type TITAN 10 kg", 25.00);
items[68] = new Product("11 Ibs, (5 kg) with &Oslash; 50 mm sleeve", "Plate type TITAN 5 kg", 18.00);
items[69] = new Product("5,5 Ibs, (2,5 kg) with &Oslash; 50 mm sleeve", "Plate type TITAN 2,5 kg", "10.00");
items[70] = new Product("2,75 Ibs, (1,25 kg) with &Oslash; 50 mm sleeve", "Plate type TITAN 1,25 kg", "8.00");
items[71] = new Product("with &Oslash; 50 mm sleeve", "Dumbbell with &Oslash; 50 mm sleeve", "Dumbbell");
items[72] = new Product("3 kg", "<b>3</b> kg", "9.00");
items[73] = new Product("5 kg", "<b>5</b> kg", "16.00");
items[74] = new Product("7,5 kg", "<b>7,5</b> kg", "19.00");
items[75] = new Product("10 kg", "<b>10</b> kg", "25.00");
items[76] = new Product("12,5 kg", "<b>12,5</b> kg", "31.00");
items[77] = new Product("15 kg", "<b>15</b> kg", "38.00");
items[78] = new Product("17,5 kg", "<b>17,5</b> kg", "44.00");
items[79] = new Product("20 kg", "<b>20</b> kg", "50.00");
items[80] = new Product("22,5 kg", "<b>22,5</b> kg", "56.00");
items[81] = new Product("25 kg", "<b>25</b> kg", "62.00");
items[82] = new Product("27,5 kg", "<b>27,5</b> kg", "69.00");
items[83] = new Product("30 kg", "<b>30</b> kg", "75.00");
items[84] = new Product("32,5 kg", "<b>32,5</b> kg", "81.00");
items[85] = new Product("35 kg", "<b>35</b> kg", "88.00");
items[86] = new Product("37,5 kg", "<b>37,5</b> kg", "94.00");
items[87] = new Product("40 kg", "<b>40</b> kg", "100.00");
items[88] = new Product("Rack for weights", "Rack for weights SO1", 100.00);
items[89] = new Product("Rack for weights", "Rack for weights SO2", 150.00);
items[90] = new Product("Rack for dumbbells and weights", "Rack for dumbbells and weights SHO1", 63.00);
items[91] = new Product(" for 6 dumbbells", "Dumbbell rack - for 6 dumbbells <b>SH6</b>", 75.00);
items[92] = new Product(" for 12 dumbbells", "Dumbbell rack - for 12 dumbbells <b>SH12</b>", 113.00);
items[93] = new Product(" for 18 dumbbells", "Dumbbell rack - for 18 dumbbells <b>SH18</b>", 150.00);
items[94] = new Product("Short Bar", "weight 10 kg, 49,5 mm ÷ 50 mm sleeve diameter, length 1500 mm", 88.00);
items[95] = new Product("Full Range-Of-Motion Lat Pulldown", "weight 10 kg, 49.5 mm ÷ 50 mm sleeve diameter, length 1350  mm", 0.00);
items[96] = new Product("Seated Cable Biceps Curl", "Plate type TITAN - with &Oslash; 50 mm sleeve", 0.00);
items[97] = new Product("Upright Cable Row", "Plate type TITAN - black color - with &Oslash; 50 mm sleeve", "option");
items[98] = new Product("Standing Cable Twist", "weight 4,5 kg, 49,5 mm ÷ 50 mm sleeve diameter", "Gravity Boots - sold separately");
items[99] = new Product("Dumbbells to aerobics", "Dumbbell - black color", "Weights on hands and legs");
items[100] = new Product("Counter Balance", "Regulation of bench", "details");
items[101] = new Product("Introduction Leg Curl/Extension", "Spin-Bike Ego", "Chinning bar");
items[102] = new Product("INSTRUCTION", "Spin-Bike Starter", "Stage");
items[103] = new Product("INTRODUCTION", "Spin-Bike Micky Bike", "Download Exercises Chart");
items[104] = new Product("Instruction for exercise", "Spin-Bike vertical Lightning", "standard (no options):");
items[105] = new Product("AEROBIK NA ROWERACH", "SPINNING<sup>&reg;</sup>", "+ opcja 80 USD ramiona do bieżni jak poniżej na zdjęciu");
items[106] = new Product("Machine dimensions", "Spin-Bike Shark Spin", "Dimensions of one TITAN T1 as delivered in its shipping crate. (Crates are stackable 6 high):");
items[107] = new Product("Very Deep Squats with Safety Bars", "Spin-Bike SpinLinea", 0.00);
items[108] = new Product(108, "Spin Bike SpinFire", 0.00);
items[109] = new Product(109, "Spin-Bike X-PROFILE", 0.00);
items[110] = new Product(110, "Spin-Bike ALFA", 0.00);
items[111] = new Product(111, "Silence", 0.00);
items[112] = new Product(112, "Bijoux", 0.00);
items[113] = new Product(113, "SPEED", 0.00);
items[114] = new Product("Spin-Bike", "GOLIAT red", 588.00);
items[115] = new Product("The WellBike is a light commercial training bike suitable for light to moderate use in clubs", "WellBike", 500.00);
items[116] = new Product("Spin-Bike", "GOLIAT", 588.00);
items[117] = new Product("Machines TITAN Line", "Benches", "Hype Extension");
items[118] = new Product("3 Station GYM", "Left and right hand", "Ironarm");
items[119] = new Product("4 Station GYM", "standard", "standard<br>(no options)");
items[120] = new Product("- description", "exercise", "Description");
items[121] = new Product("Optional extras", "Muscles", "weight without bar-bell and plates");
items[122] = new Product("Special details", "Overall dimensions", "Download movie with details");
items[123] = new Product("<font class=bold5>ORDER on line</font>", "maximum<br>resistance", "Download movie with details<br>to that exercise");
items[124] = new Product("Standard exercises", "length", "Download movie");
items[125] = new Product("Support", "width", "Specification");
items[126] = new Product("Multipress Station with an cable cross over", "height", "Exercises<br>on <b>T 6</b>");
items[127] = new Product("TITAN T4", "weight", "diameter");
items[128] = new Product("Multipress Station with an cable cross over and leg press", "special option", "Next exercises");
items[129] = new Product("brutto price", "net price", "Price to consultation");
items[130] = new Product("US Patent", "&#8364;", "$");
items[131] = new Product("TITAN T3 - Next exercises", "- Biceps", "neck muscles");
items[132] = new Product("Exercises on<br><b>T 4</b> standard", "- Triceps", "Price");
items[133] = new Product("Lat Pully", "- Deltoid", "Contact to consultation");
items[134] = new Product("Extension", "- Anterior Deltoids", "series");
items[135] = new Product("- Teres Major", "- Middle Trapezius (Middle Fibers)", "Low pulley");
items[136] = new Product("Standing Barbell Rows", "- the back part of shoulders", 150.00);
items[137] = new Product("Standing Cable Curl", "- raven arm muscle", "Overhead Arm Curl");
items[138] = new Product("Pull Over", "- Upper Pectoralis Major", "Standing Arm Twist");
items[139] = new Product("Standing Calf Raises", "- Posterior Deltoid", 0.00);
items[140] = new Product("additional options", "- front muscles of shoulder girdle", 0.00);
items[141] = new Product("Bieżnia T 8000", "- Rhomboids", 21000.00);
items[142] = new Product("TITAN CP 4", "- Latissimus Dorsi", 1600.00);
items[143] = new Product("Multifunction machine whith weight stack plates 70 kg", "- long and short muscles of back", "Exercises on <b>T 2</b> only");
items[144] = new Product("TITAN CP 4 - Next exercises", "- Pectoralis Major", "Isometric Neck Exercise - Sides");
items[145] = new Product("options", "- toothed front muscles", "Additional option");
items[146] = new Product("Available with", "- Gluteus Maximus", "- only");
items[147] = new Product("Minimum load", "- Gluteus Maximus", "Isometric Neck Exercise - back");
items[148] = new Product("Maximum load", "- buttock medium muscles", "Back Extensions");
items[149] = new Product("Thigh - groups of muscles", "- Quadriceps", "Hyperextensions");
items[150] = new Product("2 x 0,5 kg", "- Hamstrings", 6.50);
items[151] = new Product("2 x 0,75 kg", "- Hamstrings", 6.50);
items[152] = new Product("2 x 1 kg", "- Leg Abduction", 6.50);
items[153] = new Product("2 x 1,5 kg", "- Leg Adduction", 6.50);
items[154] = new Product("2 x 2 kg", "- adduction muscles of thigh", 7.50);
items[155] = new Product("2 x 3 kg", "- calf muscles", 9.00);
items[156] = new Product("2 x 4 kg", "- abdominal muscles", 11.00);
items[157] = new Product("Term of realization till 21 days<br>Lower 100 Euros sum of order, the costumer pays for transportation", "- lower parts of abdominal muscles", "Termin realizacji do 21 dni<br>Poniżej 1000 zł netto kwoty zamówienia, klient płaci za transport.");
items[158] = new Product("Minimum weight - 15 kg / 33 Ib", "NEW PRODUCTS", "Minimum weight - 7,5 kg / 16 Ib");
items[159] = new Product("Weight machine - without stack", "Other equipment for exercising at home", "Weight stack standard");
items[160] = new Product("T 3 designed about additional station T5", "- exercise", "Weight stack maximum");
items[161] = new Product("Exercises on<br><b>T 5</b><br>station", "Lat Pull Downs", 150.00);
items[162] = new Product("Exercises on<br><b>T 2</b><br>station", "Lat Pull-Down behind head", "Warranty");
items[163] = new Product("Exercises on <b>T 5</b> station", "Triceps Push Down", "one year on cables, pulleys");
items[164] = new Product("Exercises on <b>T 2</b> station", "Forearm hoist straightening downwards - standing", "Incline Crunch");
items[165] = new Product("TITAN T5", "Pec Deck", 1550.00);
items[166] = new Product("Exercises<br>on <b>T1</b>", "Legs Extension", "Ab Crunch with Swiss Ball");
items[167] = new Product("Exercises<br>on <b>T2</b> only", "Lying Leg Curls", "model");
items[168] = new Product("Exercises on <b>T1</b>", "Seated Rows", "Seated Rowing-Machine");
items[169] = new Product("Exercises on <b>T2", "Low Back", "Standing Low Back");
items[170] = new Product("the exercising person is assured by special weight stops fitted fastened on the bench hooks", "Ab Crunch", "Back Extension");
items[171] = new Product("Rack for weights", "Knees pulling towards the abdomen with loading", "Accessory rack");
items[172] = new Product("BodyStep", "Hanging Ab Crunches", "Preacher Curls with Swiss Bal");
items[173] = new Product("Standing Cable Curl", "Preacher Curls", "recomended to T1 with option B");
items[174] = new Product("Standing Bar Curl", "Bench Press", 8.50);
items[175] = new Product("Customers references", "Bar pressing - standing", "Location");
items[176] = new Product(140.00, "Bar pressing - seated", 10.50);
items[177] = new Product("11 do 20 szt.", "Lunges with Smith Machine", 11.50);
items[178] = new Product("powyżej 20 szt", "Roller pushing away with thighs in the hip joint axis", "Low Position");
items[179] = new Product("Leg Press Low Position", "Leg Press", "Leg Press High Position");
items[180] = new Product("Legs abduction", "Multi Hip: Outer Thigh", "Legs adduction");
items[181] = new Product("Bar PowerGym", "Multi Hip: Inner Thigh", 80.00);
items[182] = new Product("Komplet zawiera:<br>- 2 talerze - 4,5 kg - kolor czarny<br>- 2 talerze - 2,5 kg - kolor ciemnoszary<br>- 2 talerze - 1,5 kg - kolor jasnoszary<br>- gryf wraz z dwoma zaciskami (2 kg)", "Left leg abduction  - standing", 0.00);
items[183] = new Product("<b>BOW</b> Resistance Shoulders", "Right leg adduction - standing", 77.00);
items[184] = new Product("<b>BOW</b> Resistance Upper Chest", "Buttock", 75.00);
items[185] = new Product("<b>BOW</b> Resistance Mid Chest", "Pulling of foot-roller closer with the straightened left leg in the hip joint axis", 0.00);
items[186] = new Product("<b>BOW</b> Resistance Bench Press", "French pressing over head", "Low Pulley and Lat Pully");
items[187] = new Product("with option A only", "Hands transportation with loading from behind the head towards the abdomen", "more");
items[188] = new Product("Cable Overhead Triceps", "Pulling closer to the bottom", "Triceps Extension");
items[189] = new Product("Cable Seated Rear Lateral Raise", "Pulling closer to the above", "Lateral Raise");
items[190] = new Product("Incline One-Arm Cable Curl", "Standing Cable Upright Row", "forearms");
items[191] = new Product("Reverse Flyes", "Partial trunk bending", "Boxing Bag - sold separately");
items[192] = new Product("Standing One-Arm Cable Curl", "Trunk bending with loading", "inside machine");
items[193] = new Product("Standing Upright Cables Row", "Knees lifting on incline bench", "outside machine");
items[194] = new Product("option A", "Trunk abduction backwards in the hip joint axis", "Hook for boxing bag");
items[195] = new Product("option A1", "Partial trunk straighening", "sold separately");
items[196] = new Product("option A2", "Hands transportation with loading from behind the head towards the abdomen", "Rack for Boxing Bag");
items[197] = new Product("Upright Cable Row", "Hands transportation with loading behind the head", 0.00);
items[198] = new Product("Standing Biceps Cable Curl", "Lat Pull-Down standing", "Side Bends with Cable Attachment");
items[199] = new Product("Initial setting - control", "Position -", 0.00);
items[200] = new Product("Initial setting - 2", "Initial setting - 3", "WARNING!");
items[201] = new Product("Exercises with loads on guide bars", "Steep Incline Press with Smith Machine", "Seated Military Press with Smith Machine");
items[202] = new Product("Grips for pressing have been used which do not go through the trunk and which enable the exercising person", "Shallow Incline Press with Smith Machine", "Shallow Incline Press with Smith Machine");
items[203] = new Product("Bent Over Cable Row", "Standard Bench Press", "Smith Machine");
items[204] = new Product("Sit Ups-Crunches", "Decline Bench Press with Smith Machine", "");
items[205] = new Product("Cable Seated Triceps Extension", "Supported Bent Over Row", "Supported Bent Over Row");
items[206] = new Product("Cable Lying Bench Press", "Iso Low Row", "Standing back and shoulder raises with Smith Machine");
items[207] = new Product("Cable Lying Triceps Extension", "Standing back and shoulder raises with Smith Machine", "Squat with Smith Machine");
items[208] = new Product("Calf Raises", "Calf Raises with Smith Machine", "Vertical Leg Press");
items[209] = new Product("Cable Shrugs", "Standing Machine Squat", "Siting Leg Press");
items[210] = new Product("TITAN T3", "Vertical Leg Press", 975.00);
items[211] = new Product("Tricep Dumbbell Kickback", "Standing Military Press", "Bench Press with Dumbbells");
items[212] = new Product("Seated Shoulder Shrug", "Squats", "Squats");
items[213] = new Product("Exercises with free loads", "Steep Incline Press", "Shallow Incline Press with Dumbbells");
items[214] = new Product("Reverse Grip Tricep Pushdown", "Seated Military Press", "Reverse Grip Tricep Pushdown");
items[215] = new Product("Seated Dumbell Military Press", "Shallow Incline Press", "Shallow Incline Press");
items[216] = new Product("Seated Triceps Extension", "Standard Bench Press", 0.00);
items[217] = new Product("Dumbbell Flyes", "Weight lifting with narrow grasp", "Hanging Leg Raise");
items[218] = new Product("Smith-Machine Shoulder Shrug", "Decline Bench Press", "Hanging Leg Raise with Roller");
items[219] = new Product("Assisted Dips", "French Curl", "Assisted Dips");
items[220] = new Product("Legs Raises with Barbell", "Legs Raises", 125);
items[221] = new Product("Sztanga łamana", "Seated Isolation Curls", "Incline Press with Dumbbells");
items[222] = new Product("French Curl", "Spreading out arms with dumbbells on decline bench", "Seated Bent Over Rear Delt Raise");
items[223] = new Product("Lying Cable Curl", "Dumbbells - lifting from behind head while sitting", "Hanging Leg Raise with Swiss Ball - sold separately");
items[224] = new Product("Reverse Cable Curl", "Spreading out arms with dumbbells on horizontal bench", "Standing Cable Curl");
items[225] = new Product("Standing Cable Curl", "Preacher Curl", "Preacher Curl");
items[226] = new Product("Pull-Ups", "Lat Pull-Down", "Assisted Pull-Ups");
items[227] = new Product("Pull-Ups with Barbell", "Upper hoist - pulling horizontal bar", "Preacher Curl");
items[228] = new Product("assembly", "Triceps Extension", "Assisted Pull-Ups");
items[229] = new Product("Pullover", "Lower hoist - pulling up body", 0.00);
items[230] = new Product("Lat Pull-Down with Smith Machine", "Low Row", 0.00);
items[231] = new Product("Machine Weight and Capacities:", "Horizontal bar - pulling up with widespread", "Weight");
items[232] = new Product("with no options", "Horizontal bar - pulling up with narrow grasp", 0.00);
items[233] = new Product("Horizontal bar", "Horizontal bar - body turns", 0.00);
items[234] = new Product("Bench Press with Dumbbells", "Dips", "Shallow Incline Press with Dumbbells");
items[235] = new Product("Incline Press with Dumbbells", "Pulling hoist block closer", 0.00);
items[236] = new Product("Upright Row", "Dead Lift with Smith Machine", "Seated back and shoulder raises with Smith Machine");
items[237] = new Product("Spreading out arms with dumbbells on Decline Bench", "Cable cross over", 350.00);
items[238] = new Product("Cable cross over (Shoulder and Lats)", "Lower hoist - gate on two hands", "Cable cross over (Isolated)");
items[239] = new Product("Opinions & Articles about TITAN T1", "Horizontal bar - pulling up with medium grasp", "in action");
items[240] = new Product("Overhead Cable Curl", "Knees pulling towards the abdomen - hanging", "Overhead Squat");
items[241] = new Product("Multi Position Bench<br>with angle back-rest and seat adjusting", "Station 1", "Bent Over Bar Row");
items[242] = new Product("CL PRO", "Station 2", 500.00);
items[243] = new Product("Exercises", "Station 3", 0.00);
items[244] = new Product(" - Type", "Station 4", 0.00);
items[245] = new Product("Strength Machines", "Station 5", 0.00);
items[246] = new Product("Strength Machine type", "TITAN", "without bar and plates");
items[247] = new Product("Strength Machines type", "COBRA", "Pec-Deck");
items[248] = new Product("6-Stations Strength Machine", "TITAN BR 4", 2400.00);
items[249] = new Product("Arm Crossover", "One Arm Crossover", 6200.00);
items[250] = new Product("7-Station GYM", "TITAN BR 6", 3100.00);
items[251] = new Product("Butterfly", "Butterfly with Swiss Ball", "Butterfly-back");
items[252] = new Product("Cable Crossover, Long Pully, Lat Pully", "COBRA - LB", 1850.00);
items[253] = new Product("Seated Rowing-Machine", "COBRA - LC", 1000.00);
items[254] = new Product("Long Pully", "COBRA - LD", 1000.00);
items[255] = new Product("Lat Pully", "COBRA - LG", 1000.00);
items[256] = new Product("Long Pully, Lat Pully", "COBRA - LGD", 1000.00);
items[257] = new Product("Triceps-Press Station", "COBRA - LT", 1000.00);
items[258] = new Product("Seated Calf-Maschine", "COBRA - LL", 1000.00);
items[259] = new Product("Leg Extension", "FitLine 1.5", 1000.00);
items[260] = new Product("Olympic horizontal bench", "CL1 - PRO", 325.00);
items[261] = new Product("Olympic incline bench", "CL2 - PRO", 350.00);
items[262] = new Product("Olympic military bench", "CL3 - PRO", 350.00);
items[263] = new Product("Olympic decline bench", "CL4 - PRO", 375.00);
items[264] = new Product("Bench 75°", "JH 1", 113.00);
items[265] = new Product("Bench 30°", "JH 2", 113.00);
items[266] = new Product("Please, fill in the below mentioned form.<br>Next press the key <b>&quot;SEND&quot;</b> and the order will be send by means of your<br><b>e-mail box.</b><br>Please fill in, at least, the required gaps marked with a star - *<br>", "", 0.00);
items[267] = new Product("Press Station", "TITAN T7", 575.00);
items[268] = new Product("Abdominal and Erector Machine", "GRIZZLY GR-01", 450.00);
items[269] = new Product("Rowing Machine", "Shallow Incline Press & Standard Bench Press", "Adjustable Bench");
items[270] = new Product("Pulling Machine - left hand", "GRIZZLY GR-03L", 450.00);
items[271] = new Product("Pulling Machine - right hand", "GRIZZLY GR-03P", 450.00);
items[272] = new Product("Seated Chest Press", "GRIZZLY GR-04", 450.00);
items[273] = new Product("Seated Leg Press", "GRIZZLY GR-05", 450.00);
items[274] = new Product("Pull Over Machine", "GRIZZLY GR-06", 450.00);
items[275] = new Product("Long Pully", "GRIZZLY GR-07", 450.00);
items[276] = new Product("Shoulder Press Machine", "GRIZZLY GR-08", 450.00);
items[277] = new Product("Seated Chest Press", "GRIZZLY GR-09", 450.00);
items[278] = new Product("Chest Press", "GRIZZLY GR-10", 450.00);
items[279] = new Product("Leg Extension", "GRIZZLY GR-11", 450.00);
items[280] = new Product("Leg Curl", "GRIZZLY GR-12", 450.00);
items[281] = new Product("Seated Leg Curls", "GRIZZLY GR-13", 450.00);
items[282] = new Product("Leg Extension and Curl", "GRIZZLY GR-14", 450.00);
items[283] = new Product("Abdominal Machine", "GRIZZLY GR-15", 450.00);
items[284] = new Product("Triceps Machine", "GRIZZLY GR-16", 450.00);
items[285] = new Product("Abdominal Machine", "GRIZZLY GR-17B", 450.00);
items[286] = new Product("Erector Machine", "GRIZZLY GR-17G", 450.00);
items[287] = new Product("Hip-Machine", "GRIZZLY GR-18P", 450.00);
items[288] = new Product("Hip-Machine", "GRIZZLY GR-18L", 450.00);
items[289] = new Product("Glute Kickback", "GRIZZLY GR-19", 450.00);
items[290] = new Product("Abdominal Machine", "GRIZZLY GR-20", 450.00);
items[291] = new Product("Triceps Machine", "GRIZZLY GR-21", 450.00);
items[292] = new Product("Biceps Machine", "GRIZZLY GR-22", 450.00);
items[293] = new Product("Glutaeus Machine", "GRIZZLY GR-23", 450.00);
items[294] = new Product("Back Rowing", "GRIZZLY GR-24", 450.00);
items[295] = new Product("Calf Press", "GR-25", 450.00);
items[296] = new Product("Seated Shrug Machine", "GRIZZLY GR-26", 450.00);
items[297] = new Product("Erector Machine", "GRIZZLY GR-27", 450.00);
items[298] = new Product("Lat Pully Machine", "GRIZZLY GR-28", 450.00);
items[299] = new Product("Standing Leg-Machine", "GRIZZLY GR-29", 450.00);
items[300] = new Product("Chest Press", "GRIZZLY GR-30", 450.00);
items[301] = new Product("Shoulder Machine", "GRIZZLY GR-31", 450.00);
items[302] = new Product("Triceps Machine", "GRIZZLY GR-32", 450.00);
items[303] = new Product("Seated Calf Raises", "Gym line 25.1", 700.00);
items[304] = new Product("Back Extension and Abdominal Machine", "Gym line 26.1", 700.00);
items[305] = new Product("Erector", "Gym line 5.1", 700.00);
items[306] = new Product("Lat-Pully Machine", "Gym line 4.1", 700.00);
items[307] = new Product("Standing Leg-Machine", "Gym line 29.1", 700.00);
items[308] = new Product("Standing Chest Press", "Gym line 30.1", 700.00);
items[309] = new Product("Rowing Machine", "Gym line 31.1", 700.00);
items[310] = new Product("Triceps Machine", "Gym line 32.1", 700.00);
items[311] = new Product("Shoulder Machine", "Gym line 33.1", 700.00);
items[312] = new Product("Gate Machine", "Gym line 34.1", 700.00);
items[313] = new Product("Rowing Machine", "Gym line 16.1", 700.00);
items[314] = new Product("Dips", "Gym line 25.1", 700.00);
items[315] = new Product("Glutaeus Machine", "Gym line 23.1", 700.00);
items[316] = new Product("Glutaeus Machine", "GRIZZLY GR-33", 450.00);
items[317] = new Product("Stepper przeznaczony jako profesjonalny sprzęt klubowy", "SportsArt 7005", "2190 USD");
items[318] = new Product("Rower przeznaczony jako profesjonalny sprzęt klubowy", "SportsArt 5200", "2190 USD");
items[319] = new Product("Rower przeznaczony jako profesjonalny sprzęt klubowy", "SportsArt 5005", "1390 USD");
items[320] = new Product("Nowy stepper przeznaczony jako profesjonalny sprzęt klubowy", "HiPower Alpine", 14000);
items[321] = new Product("Nowy ergometr przeznaczony jako profesjonalny sprzęt klubowy", "HiPower Altair", 10500);
items[322] = new Product("Nowy symulator wioseł przeznaczony jako profesjonalny sprzęt klubowy", "HiPower Mistral", 11000);
items[323] = new Product("Nowa bieżnia przeznaczona jako profesjonalny sprzęt klubowy", "HiPower Sirius 3.0", 33400);
items[324] = new Product("Treadmill - Commercial Motorized Treadmill", "HiPower Sprinter", 24300);
items[325] = new Product("Nowa bieżnia przeznaczona jako profesjonalny sprzęt klubowy", "HiPower Voyager", 28750);
items[326] = new Product("Nowa bieżnia przeznaczona jako profesjonalny sprzęt klubowy", "SportsArt 6150", "4750 USD");
items[327] = new Product("Nowa bieżnia przeznaczona jako lekki sprzęt klubowy", "Pro Action Explorer", 9000);
items[328] = new Product("1 x A - Lat Pull-Down", "MS-1-A", 450.00);
items[329] = new Product("1 x B - Low pulley", "MS-1-B", 500.00);
items[330] = new Product("1 x A - Lat Pull-Down,<br>1 x B - Low pulley,", "MS-2-AB", 875.00);
items[331] = new Product("1 x A - Lat Pull-Down,<br>1 x B - Low pulley,<br>1 x C - Cable cross over,", "MS-3-ABC", 1175.00);
items[332] = new Product("1 x A - Lat Pull-Down,<br>1 x B - Low pulley,<br>2 x C - Cable cross over,", "MS-4-ABCC", 1500.00);
items[333] = new Product("2 x A - Lat Pull-Down,<br>2 x B - Low pulley,", "MS-4-ABAB", 1600.00);
items[334] = new Product("2 x A - Lat Pull-Down,<br>2 x B - Low pulley,<br>1 x C - Cable cross over,", "MS-5-ABABC", 1925.00);
items[335] = new Product("2 x A - Lat Pull-Down,<br>2 x B - Low pulley,<br>2 x C - Cable cross over,", "MS-6-ABABCC", 2275.00);
items[336] = new Product("1 x C - Cable cross over,<br>1 x D - Dual adjustable pulley,", "MS-2-CD", 1050.00);
items[337] = new Product("1 x A - Lat Pull-Down,<br>1 x B - Low pulley,<br>1 x D - Dual adjustable pulley,", "MS-3-ABD", 1500.00);
items[338] = new Product("1 x A - Lat Pull-Down,<br>1 x B - Low pulley,<br>1 x C - Cable cross over,<br>1 x D - Dual adjustable pulley,", "MS-4-ABCD", 1825.00);
items[339] = new Product("2 x A - Lat Pull-Down,<br>2 x B - Low pulley,<br>1 x D - Dual adjustable pulley,", "MS-5-ABABD", 2300.00);
items[340] = new Product("2 x A - Lat Pull-Down,<br>2 x B - Low pulley,<br>1 x C - Cable cross over<br>1 x D - Dual adjustable pulley,", "MS-6-ABABCD", 2600.00);
items[341] = new Product("Modular System", "MS-E1", "850");
items[342] = new Product("Gymline - multistation", "<b>TITAN T1</b><br>standard version", "Exemplary sets");
items[343] = new Product("Set 8 Stations:<br>G9, G11, G17, G18, G22, G27, G28, G29,", "GW 8", 3000.00);
items[344] = new Product("Set 6 Stations:<br>G11, G17, G18, G27, G28, G29,", "GW 6A", 2250.00);
items[345] = new Product("Set 6 Stations:<br>G9, G11, G17, G18, G22, G27,", "GW 6B", 2250.00);
items[346] = new Product("Set 4 Stations:<br>G11, G18, G28, G29,", "GW 4A", 1625.00);
items[347] = new Product("Set 4 Stations:<br>G9, G17, G22, G27,", "GW 4B", 1625.00);
items[348] = new Product(" Atlas for 8 persons", " Atlas for 6 persons", " Atlas for 4 persons");
items[349] = new Product("Leg Extension and Curl", "TITAN additional option <b>B</b>", 240.00);
items[350] = new Product("Decline bench", "TITAN additional option <b>D</b>", "Observe this necessarily");
items[351] = new Product("<b>Dumbbell Spotter</b> (two units in kit - without dumbbells)", "TITAN additional option <b>E</b>", 80.00);
items[352] = new Product("Ab Flexor", "TITAN additional option <b>C</b>", 80.00);
items[353] = new Product("Cable Cross Over", "TITAN additional option <b>A</b>", "Spotter");
items[354] = new Product("Low pulley", "TITAN additional option <b>A1</b>", 120.00);
items[355] = new Product("with option B only", "TITAN additional option <b>B1</b>", 80.00);
items[356] = new Product("with option A1 only", "TITAN additional option <b>A2</b>", 64.00);
items[357] = new Product("includes options", "TITAN additional option <b>F</b>", 80.00);
items[358] = new Product("Total weight of the machine", "MS-E2", "850");
items[359] = new Product("Legend:", "space", "back");
items[360] = new Product("next", "play", "stop");
items[361] = new Product("key", "position", "TITAN ASSEMBLY");
items[362] = new Product("FitLine 1.1", "pozycja", "TITAN MONTAŻ");
items[363] = new Product("Assisted Pull-Ups", "TITAN additional option <b>H</b>", "?");
items[364] = new Product("Bar Catches", "TITAN additional option <b>J</b>", "?");
items[365] = new Product("Lat Pully", "TITAN additional option <b>K</b>", "?");
items[366] = new Product("Low pulley", "TITAN additional option <b>L</b>", "?");
items[367] = new Product("Vertical Leg Press", "TITAN additional option <b>M</b>", "150.00");
items[368] = new Product("Squat with Smith Machine", "TITAN additional option <b>I</b>", "?");
items[369] = new Product("Shoulder Press Bench", "FitLine <b>1.20</b>", 200.00);
items[370] = new Product("Incline Bench", "FitLine <b>1.21</b>", 200.00);
items[371] = new Product("Hip Flex + Chin Bar", "FitLine <b>1.22</b>", 200.00);
items[372] = new Product("Abdominal Bench", "FitLine <b>1.23</b>", 200.00);
items[373] = new Product("Adjustable Hyperextension", "FitLine <b>1.24</b>", 200.00);
items[374] = new Product("Back Flex", "FitLine <b>1.25</b>", 200.00);
items[375] = new Product("Preacher Curl", "FitLine <b>1.26</b>", 200.00);
items[376] = new Product("Purpose Seated Press Bench", "FitLine <b>1.27</b>", 200.00);
items[377] = new Product("Multifunction Bench", "FitLine <b>1.28</b>", 200.00);
items[378] = new Product("Cable Cross Over", "FitLine <b>1.29</b>", 200.00);
items[379] = new Product("Disc Rack", "FitLine <b>1.30</b>", 200.00);
items[380] = new Product("Deadlifts", "Bent Over Rows", "Forearm curls");
items[381] = new Product("Body Weight Stations", "Close-Grip", "Close-Grip Shallow Incline Press");
items[382] = new Product("Close-Grip Barbell Bench Press", "Close-Grip Shoulder Press", "Close-Grip Upright Row");
items[383] = new Product("Contact with Sales Manager", "<b>Click here for purchase information and prices</b>", "");
items[384] = new Product("Połączenie roweru półleżącego z ruchomymi ramionami", " X-Trainer", "13.900 PLN");
items[385] = new Product("Rower przeznaczony jako profesjonalny sprzęt klubowy", "SportsArt C53-R", "5.900 PLN");
items[386] = new Product("Leg Extension", "Elite Fitness SF-1105", "6900.00 PLN");
items[387] = new Product("Leg Curl", "Elite Fitness SF-1106", "7800.00 PLN");
items[388] = new Product("Butterfly", "Elite Fitness SF-1107", "7080.00 PLN");
items[389] = new Product("Pectoral Fly", "Elite Fitness SF-1108", "6000.00 PLN");
items[390] = new Product("Leg Press", "Elite Fitness SF-1109", "11760.00 PLN");
items[391] = new Product("Cable Crossover", "Elite Fitness SF-1110", "8880.00 PLN");
items[392] = new Product("Vertical Leg Raising Machine", "Elite Fitness SF-1113", "5580.00 PLN");
items[393] = new Product("Chest Press", "Elite Fitness SF-1114", "6360.00 PLN");
items[394] = new Product("Shoulder Press", "Elite Fitness SF-1115", "6660.00 PLN");
items[395] = new Product("Smith Machine", "Elite Fitness SF-1117", "4440.00 PLN");
items[396] = new Product("Smith Machine", "Elite Fitness SF-1118", "3120.00 PLN");
items[397] = new Product("Coxa Exercise Machine", "Elite Fitness SF-1119", "7680.00 PLN");
items[398] = new Product("Kneel Chinning-And Di. Machine", "Elite Fitness SF-1120", "6000.00 PLN");
items[399] = new Product("Seated Row", "Elite Fitness SF-1121", "6480.00 PLN");
items[400] = new Product("Triceps Exercise Machine", "Elite Fitness SF-1122", "6480.00 PLN");
items[401] = new Product("Rotary Torso", "Elite Fitness SF-1123", "6360.00 PLN");
items[402] = new Product("Biceps Exercise Machine", "Elite Fitness SF-1124", "6120.00 PLN");
items[403] = new Product("Back Extension", "Elite Fitness SF-1126", "6720.00 PLN");
items[404] = new Product("Belly Exercise", "Elite Fitness SF-1127", "6600.00 PLN");
items[405] = new Product("Lat Pulldown", "Elite Fitness SF-1128", "7080.00 PLN");
items[406] = new Product("Leg Press", "Elite Fitness SF-1129", "7320.00 PLN");
items[407] = new Product("Supine Press Bench", "Elite Fitness SF-1130", "1920.00 PLN");
items[408] = new Product("Incline Up Press", "Elite Fitness SF-1132", "2400.00 PLN");
items[409] = new Product("Incline Down Press", "Elite Fitness SF-1133", "2040.00 PLN");
items[410] = new Product("Cervicalextension<br>/Flexion/Lateralflexion", "Elite Fitness SF-1134", "6000.00 PLN");
items[411] = new Product("20-Station Dumbbell Rack", "Elite Fitness SF-1715", "1680.00 PLN");
items[412] = new Product("4-Station Gym", "Elite Fitness SF-2811", "14040.00 PLN");
items[413] = new Product("Standard Flat Bench", "Elite Fitness SF-0340", "700.00 PLN");
items[414] = new Product("Incline Exercise Bench", "Elite Fitness SF-0341", "960.00 PLN");
items[415] = new Product("Waga stosu", "", "");
items[416] = new Product("Donkey Calf Press", "", "");
items[417] = new Product("Triceps Extension", "", "");
items[418] = new Product("Hip Exercise", "", "");
items[419] = new Product("Hip Exercise", "", "");
items[420] = new Product("Assisted Pull Ups", "", "");
items[421] = new Product("Assisted Dips", "", "");
items[422] = new Product("Legs Raises with weight", "", "");
items[423] = new Product("Ćwiczenie na ławce negatywnej", "", "");
items[424] = new Product("Ćwiczenie na ławce negatywnej", "", "");
items[425] = new Product("Ćwiczenie na triceps", "", "");
items[426] = new Product("", "", "");
items[427] = new Product("Flat Bench Press", "", "2380.00 PLN");
items[428] = new Product("Decline Bench Press", "", "2500.00 PLN");
items[429] = new Product("Machines Bench Press", "", "6250.00 PLN");
items[430] = new Product("45 Degree Leg Press", "", "5900.00 PLN");
items[431] = new Product("High Low Tower", "", "3800.00 PLN");
items[432] = new Product("T-Bar", "", "2000.00 PLN");
items[433] = new Product("Seated Calf Press", "", "2000.00 PLN");
items[434] = new Product("Maszyna eliptyczna o napędzie generatorowym - przeznaczenie - profesjonalnly sprzęt klubowy", "E870", "15900.00 PLN");
items[435] = new Product("Maszyna eliptyczna o napędzie generatorowym - przeznaczenie - profesjonalnly sprzęt klubowy", "E880", "17900.00 PLN");
items[436] = new Product("Abdomen Exercise", "Elite Fitness SF-0343", "");
items[437] = new Product("Bench", "Elite Fitness SF-0344", "984,00");
items[438] = new Product("Inner/Outer Thigh", "Elite Fitness SF-1111", "");
items[439] = new Product("Shoulder Press Bench", "Elite Fitness SF-1116", "");
items[440] = new Product("Lateral Raise", "Elite Fitness SF-1125", "");
items[441] = new Product("Seated Press", "Elite Fitness SF-1131", "");
items[442] = new Product("Arm Machine", "Elite Fitness SF-1135", "");
items[443] = new Product("Butterfly", "Elite Fitness SF-1136", "");
items[444] = new Product("<b>TITAN T1</b> - additional option <b>W</b>", "", "");
items[445] = new Product("Nowa bieżnia przeznaczona jako profesjonalny sprzęt klubowy", "SportsArt T-63050", "u producenta");
items[446] = new Product("Elite Fitness SF-0342", "MULTI BENCH", "3.000,00");
items[447] = new Product("Elite Fitness SF-0346", "PREACHER CURL", "3.000,00");
items[448] = new Product("Elite Fitness SF-1131", "SEATED PRESS", "4.000,00");
items[449] = new Product("Elite Fitness SF-1137", "DEEP SQUAT MACHINE", "16.000,00");
items[450] = new Product("Elite Fitness SF-1138", "BACK EXTENSION", "3.000,00");
items[451] = new Product("Elite Fitness SF-1139", "CURL ARM & LIFT KNEE", "3.000,00");
items[452] = new Product("Elite Fitness SF-1140", "GLUTEUS EXERCISE MACHINE", "14.300,00");
items[453] = new Product("Elite Fitness SF-1141", "PRONE LEG CURL", "14.300,00");
items[454] = new Product("Elite Fitness SF-1142", "MULTI-STATION PULL", "14.300,00");
items[455] = new Product("Elite Fitness SF-1143", "TRICEPS EXERCISE MACHINE", "14.300,00");
items[456] = new Product("Elite Fitness SF-1144", "STANDED LEANING ROWING", "6.000,00");
items[457] = new Product("Elite Fitness SF-1145", "LOW ROW", "14.300,00");
items[458] = new Product("Elite Fitness SF-1150", "AB MACHINE", "14.300,00");
items[459] = new Product("Elite Fitness SF-1174", "TIPTOE MACHINE", "4.000,00");
items[460] = new Product("Elite Fitness SF-1112", "Lat Pulldown", "14.300,00");
items[461] = new Product("", "", "");
items[462] = new Product("", "", "");
items[463] = new Product("", "", "");
items[464] = new Product("", "", "");
items[465] = new Product("", "", "");
items[466] = new Product("", "", "");
items[467] = new Product("", "", "");
items[468] = new Product("", "", "");
items[469] = new Product("", "", "");
items[470] = new Product("", "", "");
