﻿// JScript File

var ProductCatLib = new Hash();
ProductCatLib.setItem('1', 'Fashion Jewellery')
ProductCatLib.setItem('2', 'Fashion Accessories')
ProductCatLib.setItem('3', 'Fashion Jewellery Materials')
ProductCatLib.setItem('4', 'Display and Packaging')
ProductCatLib.setItem('5', 'Trade Organisations / Publications')
ProductCatLib.setItem('6', 'Base metal jewellery')
ProductCatLib.setItem('7', 'Gold-plated jewellery')
ProductCatLib.setItem('8', 'Silver-plated jewellery')
ProductCatLib.setItem('9', 'Stainless steel jewellery')
ProductCatLib.setItem('10', 'Bead jewellery')
ProductCatLib.setItem('11', 'Glass bead jewellery')
ProductCatLib.setItem('12', 'Plastic bead jewellery')
ProductCatLib.setItem('13', 'Wood bead jewellery')
ProductCatLib.setItem('14', 'Body piercing jewellery')
ProductCatLib.setItem('15', 'Bridal jewellery')
ProductCatLib.setItem('16', 'Enamel and pewter jewellery')
ProductCatLib.setItem('17', 'Festive jewellery')
ProductCatLib.setItem('18', 'Gemset jewellery')
ProductCatLib.setItem('19', 'Semi-precious stone jewellery')
ProductCatLib.setItem('20', 'Synthetic or simulated gemset jewellery')
ProductCatLib.setItem('21', 'Crystal jewellery')
ProductCatLib.setItem('22', 'Cubic zirconia jewellery and rhinestone jewellery')
ProductCatLib.setItem('23', 'Glass jewellery')
ProductCatLib.setItem('24', 'Magnetic jewellery')
ProductCatLib.setItem('25', 'Natural material jewellery')
ProductCatLib.setItem('26', 'Feather jewellery')
ProductCatLib.setItem('27', 'Leather jewellery')
ProductCatLib.setItem('28', 'Shell jewellery')
ProductCatLib.setItem('29', 'Wood jewellery')
ProductCatLib.setItem('30', 'Pet jewellery')
ProductCatLib.setItem('31', 'Plastic jewellery')
ProductCatLib.setItem('32', 'Silver jewellery and accessories')
ProductCatLib.setItem('33', 'Titanium jewellery')
ProductCatLib.setItem('34', 'Belts and accessories')
ProductCatLib.setItem('35', 'Eyewear and accessories')
ProductCatLib.setItem('36', 'Fashion watches')
ProductCatLib.setItem('37', 'Gifts and premiums items')
ProductCatLib.setItem('38', 'Gloves and mittens')
ProductCatLib.setItem('39', 'Hair accessories')
ProductCatLib.setItem('40', 'Handbags, wallets and purses')
ProductCatLib.setItem('41', 'Handkerchieves')
ProductCatLib.setItem('42', 'Headwear')
ProductCatLib.setItem('43', 'Hosiery')
ProductCatLib.setItem('44', 'Mobile phone straps')
ProductCatLib.setItem('45', 'Nail accessories and tattoos')
ProductCatLib.setItem('46', 'Neckwear')
ProductCatLib.setItem('47', 'Scarves')
ProductCatLib.setItem('48', 'Shawls')
ProductCatLib.setItem('49', 'Ties')
ProductCatLib.setItem('50', 'Perfumery items')
ProductCatLib.setItem('51', 'Umbrellas and fans')
ProductCatLib.setItem('52', 'Beads')
ProductCatLib.setItem('53', 'Gemstones - loose and polished gemstones')
ProductCatLib.setItem('54', 'Semi-precious stones')
ProductCatLib.setItem('55', 'Synthetic or simulated gemstones')
ProductCatLib.setItem('56', 'Crystal')
ProductCatLib.setItem('57', 'Cubic zirconia and rhinestones')
ProductCatLib.setItem('58', 'Natural materials')
ProductCatLib.setItem('59', 'Jewellery parts and components')
ProductCatLib.setItem('60', 'Display materials')
ProductCatLib.setItem('61', 'Gift boxes')
ProductCatLib.setItem('62', 'Exhibition organisers')
ProductCatLib.setItem('63', 'Publications')
ProductCatLib.setItem('64', 'Trade associations')


var ProductCatChildLib = new Hash();
ProductCatChildLib.setItem('-1', new Array('1','2','3','4'));
ProductCatChildLib.setItem('1', new Array('6','10','14','15','16','17','18','23','24','25','30','31','32','33'));
ProductCatChildLib.setItem('2', new Array('34','35','36','37','38','39','40','41','42','43','44','45','46','50','51'));
ProductCatChildLib.setItem('3', new Array('52','53','58','59'));
ProductCatChildLib.setItem('4', new Array('60','61'));
ProductCatChildLib.setItem('5', new Array('62','63','64'));
ProductCatChildLib.setItem('6', new Array('7','8','9'));
ProductCatChildLib.setItem('10', new Array('11','12','13'));
ProductCatChildLib.setItem('18', new Array('19','20'));
ProductCatChildLib.setItem('20', new Array('21','22'));
ProductCatChildLib.setItem('25', new Array('26','27','28','29'));
ProductCatChildLib.setItem('46', new Array('47','48','49'));
ProductCatChildLib.setItem('53', new Array('54','55'));
ProductCatChildLib.setItem('55', new Array('56','57'));
