<!--
var HouseholdCatalog=new Array();
HouseholdCatalog[0]=new Array('123','6','Vacuum Jug/Flask','',-1,false);
HouseholdCatalog[1]=new Array('24','6','Series Plastics','1',-1,false);
HouseholdCatalog[2]=new Array('51','24','  Bathroom Appliance & Kitchenware','1',1,false);
HouseholdCatalog[3]=new Array('52','24','  Besom & Brush','1',1,false);
HouseholdCatalog[4]=new Array('53','24','  Cabinet','1',1,false);
HouseholdCatalog[5]=new Array('54','24','  Food Storage Container','1',1,false);
HouseholdCatalog[6]=new Array('55','24','  Griddle','1',1,false);
HouseholdCatalog[7]=new Array('56','24','  Hangers & Pegs','1',1,false);
HouseholdCatalog[8]=new Array('57','24','  Microwave Ovens','1',1,false);
HouseholdCatalog[9]=new Array('58','24','  Racks','1',1,false);
HouseholdCatalog[10]=new Array('59','24','  Refrigerator','1',1,false);
HouseholdCatalog[11]=new Array('60','24','  Spice Jar','1',1,false);
HouseholdCatalog[12]=new Array('61','24','  Others','1',1,false);
HouseholdCatalog[13]=new Array('62','6','Plastic Goods 1','1',-1,false);
HouseholdCatalog[14]=new Array('63','6','Plastic Goods 2','1',-1,false);
HouseholdCatalog[15]=new Array('64','6','Plastic Goods 3','1',-1,false);
HouseholdCatalog[16]=new Array('65','6','Plastic Goods 4','1',-1,false);
HouseholdCatalog[17]=new Array('66','6','Series Stationery','1',-1,false);
HouseholdCatalog[18]=new Array('67','66','  Cabinet Series','1',17,false);
HouseholdCatalog[19]=new Array('69','66','  Document Bag Series','1',17,false);
HouseholdCatalog[20]=new Array('70','66','  File Bag and Plastic Basket','1',17,false);
HouseholdCatalog[21]=new Array('71','66','  File Book Series','1',17,false);
HouseholdCatalog[22]=new Array('72','66','  File Case Series','1',17,false);
HouseholdCatalog[23]=new Array('73','66','  File Holders','1',17,false);
HouseholdCatalog[24]=new Array('74','66','  File Rack Series','1',17,false);
HouseholdCatalog[25]=new Array('75','66','  File Tray Series','1',17,false);
HouseholdCatalog[26]=new Array('76','66','  Paper Made Clip Files','1',17,false);
HouseholdCatalog[27]=new Array('77','66','  Paperboard Clip File Series','1',17,false);
HouseholdCatalog[28]=new Array('78','66','  Pen Vase Series','1',17,false);
HouseholdCatalog[29]=new Array('79','66','  Plastic Clipboard Series','1',17,false);
HouseholdCatalog[30]=new Array('80','66','  Rotaing Bar Holder Series','1',17,false);
HouseholdCatalog[31]=new Array('81','66','  Others','1',17,false);
HouseholdCatalog[32]=new Array('82','6','Calculater','1',-1,false);
HouseholdCatalog[33]=new Array('83','6','Others','1',-1,false);
var ProductCatalog=HouseholdCatalog;
-->
