var sections_names = new CreateArray(5);
sections_names[1].sName = "Fruit";
sections_names[2].sName = "Vegetables";
sections_names[3].sName = "Meat";
sections_names[4].sName = "Fish";
sections_names[5].sName = "Dairy";
