/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_tree_menu/docs/index.html#hierarchy
*/

var TREE_ITEMS = [
	['Some ideas for work we can do - (click on the + to open)', 0, 
		
		['In The Bathroom', 0,
			['Fixing leaking taps'],
			['Plumbing baths'],
			['Plumbing basins'],
			['Plumbing sinks'],
			['Intalling taps'],
			['Fixing toilet seat'],
			['Fixing flushes mechanisms'],
			['Replacing tap washers'],
			['Replacing showerheads'],
			['Re-sealing baths and showers'],
			['Replacing grouting'],
			['Replacing ball valves'],
			['Installing full bathroom suites'],
			['Fitting shower doors'],
			['Fitting shower curtains'],
			['Fixtures installed'],
			['Hanging mirrors'],
			['Hanging towel racks'],
			['Full bathroom wall tiling'],
			['Floor tiling'],
			['Fitting toilet roll holder'],
			['Build flat pack furniture'],	
		],
		
		['In The Kitchen', 0, 
			['Installing washing machines'],
			['installing outside vent for tumble drier'],
			['Install ovens'],
			['Fit new worktops'],
			['Plumbing sinks'],
			['Install new kitchen cabinets'],
			['Repair broken cabinets'],
			['New appliance install '],
			['Floor tiling'],
			['Wall tiling'],
			['Re-grouting tiles'],
			['Re-sealing silicon around worktops'],
			['Hanging pictures, notice boards'],
			['Changing light fittings'],
			['Putting up shelves'],
		],
		
		['In The Lounge', 0,
			['Hang pictures, mirrors and shelves'],
			['Making CHUNKY shelving for alcove or recess'],
			['Install new light fitting'],
			['Install dimmer switch'],
			['Add new sockets'],
			['Build flat pack furniture'],
			['Lay laminate flooring'],
			['Re-decorating'],
			['Hanging blinds and curtains'],
			['Spring cleaning'],
			['Building en-suite rooms'],
			
		],
		['In The Bedroom', 0,
			['Hang pictures, mirrors and shelves'],
			['Making CHUNKY shelving for alcove or recess'],
			['Install new light fitting'],
			['Install dimmer switch'],
			['Add new sockets'],
			['Build flat pack furniture'],
			['Lay laminate flooring'],
			['Re-decorating'],
			['Hanging blinds and curtains'],
			['Spring cleaning'],
			
		],
		['Outside And Exterior Works', 0,
			['Masonary painting'],
			['Cleaning Patios and Decking'],
			['Errect fencing'],
			['Install gate'],
			['Guttering replacement or repair'],
			['Cleaning gutters'],
			['Window cleaning'],
		
			
		],
		['In The Garden', 0,
			['Mowing the lawn'],
			['Tree removal qualified person'],
			['Cleaning patios and decking'],
			['Errect fencing'],
			['Install gate'],
			['Planting schemes'],
			['Landscape gardening design'],
			['Installing patios'],
			['Installing decking'],
			['Cleaning paths'],
			['General garden tidy'],
			],
			
			['Plumbing', 0,
			['Installing full bathroom suites'],
			['Installing basins'],
			['Instal a new toilet'],
			['Fixing leaks'],
			],
			
			['Painting And Decorating', 0,
			['Interior painting'],
			['Exterior painting'],
			['Wallpapering'],
			['Stripping wallpaper'],
			['Painting woodwork'],
			['Burning off old paint'],
			['Specialist - spray painting new plaster'],
			['All commercial painting and decorating'],
			['Wall and floor tiling'],
			],
			
			['Electrical Work', 0,
			['Changing sockets'],
			['Adding a new socket'],
			['Installing dimmer switches'],
			['Installing low voltage downlights'],
			['Outside lighting'],
			],
			
			['Cleaning Services', 0,
			['Spring cleaning rooms'],
			['Window cleaning'],
			['Cleaning patios and decking'],
			['Office cleaning'],
			['Regular cleaning duties'],
			['Carpet cleaning'],
			],
			
			['Woodwork', 0,
			['Hanging doors'],
			['Fitting worktops'],
			['Fitting skirting boards'],
			['New door casings'],
			['Flatpack assembley'],
			['Making chunky shelving'],
			['MDF cupboards etc to a design'],
			['Loft flooring'],
			],
			
			['Landlord Safety Works', 0,
			['Install smoke detector'],
			],
			
			['Selling Your Home', 0,
			['Full house decorating using spray painting'],
			['General fixing around the house'],
			['General garden tidy'],
			],
	
			],
			['Building Services', 0,
			['Plastering'],
			['Installing skylight windows'],
			['Stud wall building'],
			['Knocking down walls'],
			],
			
			['Computer Services', 0,
			['Formatting drives'],
			['Installing software'],
			['Training to use programs (1-1)'],
			['Installing new hardware'],
			['Website design'],
			['Help with uploading you website to the internet'],
			['Internet training for beginners'],
			],
	],
];
