﻿// JScript File

var ProductCatLib = new Hash();
ProductCatLib.setItem('1', '时尚首饰')
ProductCatLib.setItem('2', '时尚配饰')
ProductCatLib.setItem('3', '时尚首饰物料')
ProductCatLib.setItem('4', '陈列及包装')
ProductCatLib.setItem('5', '商贸团体')
ProductCatLib.setItem('6', '非贵金属首饰')
ProductCatLib.setItem('7', '镀金首饰')
ProductCatLib.setItem('8', '镀银首饰')
ProductCatLib.setItem('9', '不锈钢首饰')
ProductCatLib.setItem('10', '珠子首饰')
ProductCatLib.setItem('11', '玻璃珠首饰')
ProductCatLib.setItem('12', '塑胶珠首饰')
ProductCatLib.setItem('13', '木珠首饰')
ProductCatLib.setItem('14', '穿体首饰')
ProductCatLib.setItem('15', '婚嫁首饰')
ProductCatLib.setItem('16', '珐琅及白鑞首饰')
ProductCatLib.setItem('17', '节庆首饰')
ProductCatLib.setItem('18', '宝石首饰')
ProductCatLib.setItem('19', '半宝石首饰')
ProductCatLib.setItem('20', '合成宝石或仿宝石首饰')
ProductCatLib.setItem('21', '水晶首饰')
ProductCatLib.setItem('22', '方晶锆石首饰及莱茵石首饰')
ProductCatLib.setItem('23', '玻璃首饰')
ProductCatLib.setItem('24', '磁性首饰')
ProductCatLib.setItem('25', '天然物料首饰')
ProductCatLib.setItem('26', '羽毛首饰')
ProductCatLib.setItem('27', '皮革首饰')
ProductCatLib.setItem('28', '贝壳首饰')
ProductCatLib.setItem('29', '木制首饰')
ProductCatLib.setItem('30', '宠物首饰')
ProductCatLib.setItem('31', '塑料首饰')
ProductCatLib.setItem('32', '纯银首饰及配饰')
ProductCatLib.setItem('33', '钛金属首饰')
ProductCatLib.setItem('34', '皮带及配饰')
ProductCatLib.setItem('35', '眼镜及配饰')
ProductCatLib.setItem('36', '时尚手表')
ProductCatLib.setItem('37', '礼品及赠品')
ProductCatLib.setItem('38', '手套')
ProductCatLib.setItem('39', '发饰')
ProductCatLib.setItem('40', '手袋及钱包')
ProductCatLib.setItem('41', '手帕')
ProductCatLib.setItem('42', '头饰')
ProductCatLib.setItem('43', '袜子')
ProductCatLib.setItem('44', '手机绳')
ProductCatLib.setItem('45', '甲饰及纹身饰品')
ProductCatLib.setItem('46', '颈饰')
ProductCatLib.setItem('47', '颈巾')
ProductCatLib.setItem('48', '披巾')
ProductCatLib.setItem('49', '领带')
ProductCatLib.setItem('50', '香水饰品')
ProductCatLib.setItem('51', '雨伞及扇子')
ProductCatLib.setItem('52', '珠子')
ProductCatLib.setItem('53', '宝石 - 未经打磨及打磨宝石')
ProductCatLib.setItem('54', '半宝石')
ProductCatLib.setItem('55', '合成宝石或仿宝石')
ProductCatLib.setItem('56', '水晶')
ProductCatLib.setItem('57', '方晶锆石及莱茵石')
ProductCatLib.setItem('58', '天然物料 ')
ProductCatLib.setItem('59', '首饰配件及组件')
ProductCatLib.setItem('60', '陈列物料')
ProductCatLib.setItem('61', '礼盒')
ProductCatLib.setItem('62', '展览会主办机构')
ProductCatLib.setItem('63', '出版机构')
ProductCatLib.setItem('64', '贸易商会')


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'));
