var TREE1_NODES = [
	[{id:100},'Living Room', 'living.html', null, 
		[{id:110},'Seating', null, null,
			['Sofas', 'sofa.html', null],
			['Sectionals', 'sectional.html', null],
			['Chaise Lounges', 'chaise.html', null],
			['Ottomans', 'ottoman.html', null],
			['Occasional Chairs', 'occasch.html', null],
		],
		[{id:120},'Tables', null, null,
			['Cocktail Tables', 'cocktail.html', null],
			['End Tables', 'endtable.html', null],
			['Console Tables', 'console.html', null],
		],
		[{id:130},'Wall Units', 'wallunit.html', null],
			['Cabinets', 'cabinet.html', null],
			['Vetrines', 'vetrine.html', null],
			['Shelving', 'shelving.html', null],
			['TV Stands', 'tvstand.html', null],
			['Area Rugs', 'carpet.html', null],
			['Accessories', 'accessor.html', null],
	],
	[{id:200},'Dining Room', 'dining.html', null,  
		['Chairs', 'dinch.html', null],
		['Contract Chairs', 'contractchair.html', null],
		['Bar Stools', 'barstool.html', null],
		['Tables', 'dintb.html', null],
		['Buffets', 'buffet.html', null],
	],
	[{id:300},'Bedroom', 'bedroom.html', null,
	 ['Bedroom Settings', 'bed.html', null],
	],
	[{id:400},'Office', 'office.html', null,
	   ['Desks', 'desk.html', null],
	   ['Chairs', 'offch.html', null],
 	],
	  
	[{id:500},'Lighting', 'lighting.html', null,
		 ['Floor Lamps', 'fllamp.html', null],
		 ['Chandeliers', 'chandlr.html', null],
		 ['Track Lighting', 'tracklt.html', null],
		 ['Wall Sconces', 'wallscon.html', null],
		 ['Table Lamps', 'tblamp.html', null],
	],
];

