var catArr = new Array();
catArr[0]=new Array(
	0,"Select a sub category"
);

catArr[1] = new Array(
	0,"Select a sub category",
      116,"Lining Materials",
      136,"Metal & Plastics",
      147,"Packing / Stationary",
      153,"Tapes, Elastics & Labels",
      839,"Printing Accessories",		
      162,"Others"
);

catArr[2] = new Array(
	0,"Select a sub category",
        628,"Brands",
	13,"Knitted Children",
	11,"Knitted Mens/Boys",
	12,"Knitted Womens/Girls",
	683,"Woven Children",
	681,"Woven Mens/Boys",
	682,"Woven Women/Girls",
	680,"Others"
);

catArr[3] = new Array(
	0,"Select a sub category",
	585,"Dyes",
        586,"Chemicals",
        588,"Acids"
);

catArr[4] = new Array(
	0,"Select a sub category",
	314,"Bleached",
        316,"Dyed",
        317,"Grey",
        958,"knitted",
        322,"Finished",
        323,"Handmade / Others",
        888,"Silk"
);

catArr[5] = new Array(
	0,"Select a sub category",
      541,"Madeups",
      933,"Fabrics"    
);

catArr[6] = new Array(
 	  0,"Select a sub category",
	171,"Fur & Wears",
        172,"Raw Leather",
	173,"Bags",
	174,"Shoes",	
  	176,"Auxillary"
);

catArr[7] = new Array(
  	  0,"Select a sub category",
	227,"Apparel & Clothing",
        229,"Knitting & Weaving",
        230,"Non-Woven",
        231,"Processing",
        232,"Testing & Measuring",
        855, "Spinning & Textile"
);

catArr[8] = new Array(
 	  0,"Select a sub category",
	334,"Process Works",
        335,"Agencies",
        336,"Education",
        337,"Organisations"
);

catArr[9] = new Array(
	  0,"Select a sub category",
	175,"Packing & Punching Tools",
        177,"Filteration & Finishing",
        179,"Dies, Lathes & Tables",
        183,"Textile Equipments",
	189,"Auxiliaries"
);

catArr[10] = new Array(
	  0,"Select a sub category",
        515,"Fancy",
        516,"Yarns",
	517,"Threads",
	518,"Fibers"
);


