var TREE1_NODES = [
	['Charcoal Iron', null, null,
		 ['Japan/Poland Type', 'japantype.html', null],
		 ['Cock Type', 'cocktype.html', null],
		 ['Laundry Type', 'laundrytype.html', null],
		 ['Tailor Type', 'tailortype.html', null],
	],
	['', null, null],
	['Grinders', null, null,
		['Coffee Mill','coffee.html', null],
		['Corn Mill/Grain Mill', 'corn_mill.html', null],
		['Domestic Grinder', 'domestic_grinder.html', null],
		['Grinding Mill', 'grinding_mill.html', null],
	],
	['', null, null],
	['Mincers', null, null,
		['Hand Operated', 'hand_mincer.html', null],
		['Power Operated','power_mincer.html', null],
	],
	['', null, null],
	['Stoves', null, null,
	   	['Mini Stove', 'mini.html', null],
		['Super Stove', 'super.html', null],
		['Supreme Stove','supreme.html', null],
 	],
	['', null, null],
	['Others', null, null,
	   	
		['Juice Machine', 'juice.html', null],
		['Machine Sewian','sewian.html', null],
		['Belna', 'belna.html', null],
 	],
	['', null, null],
];


