var products_sections = Array();
products_sections[0] = new section();
products_sections[0].name = 'Hair';
products_sections[0].url = 'products_hair.html';
products_sections[1] = new section();
products_sections[1].name = 'Nails';
products_sections[1].url = 'products_nails.html';
products_sections[2] = new section();
products_sections[2].name = 'Face';
products_sections[2].url = 'products_face.html';
products_sections[3] = new section();
products_sections[3].name = 'Makeup';
products_sections[3].url = 'products_makeup.html';
products_sections[4] = new section();
products_sections[4].name = 'RevitaLash';
products_sections[4].url = 'products_revitalash.html';
