var TREE_NODES = [
	['News', null, null,
		['Home', 'http://www.scottonstott.com', null],
		['Latest', 'http://www.scottonstott.com/news.html', null],
		['Partners', 'http://www.scottonstott.com/partners.html', null],	
		['Awards', 'http://www.scottonstott.com/awards.html', null],
	],
	['Video Podcast', 'http://www.scottonstott.com/vodcast/', null],
	['Products', null, null,
	    ['SketchUp', 'http://www.scottonstott.com/courses/sketchup.html', null],
		['Photoshop', 'http://www.scottonstott.com/courses/pscs3x.html', null],
		['3ds max', 'http://www.scottonstott.com/courses/maxviz.html', null],
		['VIZ', 'http://www.scottonstott.com/courses/maxviz.html', null], 
	    ['ADT', 'http://www.scottonstott.com/courses/adt.html', null],
		['VIZ Render', 'http://www.scottonstott.com/courses/vizr.html', null],	
		['3D Models', 'http://www.scottonstott.com/models/models01t.html', null],
		['Revit', 'http://www.scottonstott.com/courses/cd4.html', null],
        ['AutoCAD', null, null,
			['Level 1', 'http://www.scottonstott.com/courses/CADcd1.html', null],
			['Level 2', 'http://www.scottonstott.com/courses/cd3.html', null],
		],
		['Bundles', 'http://www.scottonstott.com/bundles.html', null],
	],
	['Books', 'http://www.scottonstott.com/books.html', null],
	['Magazines', 'http://www.scottonstott.com/magazines.html', null],
	['Speaking', 'http://www.scottonstott.com/speaking.html', null],
    ['FAQ', 'http://www.scottonstott.com/faq.html', null],
	['Testimony', 'http://www.scottonstott.com/testimony.html', null],
	['Seminars', 'http://www.scottonstott.com/seminars.html', null],
	['Gallery', null, null,
		['Digital Art', 'http://www.scottonstott.com/art/', null],
		['Renderings', null, null,
				['Gallery 1', 'http://www.scottonstott.com/gallery01.html', null],
				['Gallery 2', 'http://www.scottonstott.com/gallery02.html', null],
				['Gallery 3', 'http://www.scottonstott.com/gallery03.html', null],
				['Gallery 4', 'http://www.scottonstott.com/gallery04.html', null],
				['Gallery 5', 'http://www.scottonstott.com/gallery05.html', null],
				['Gallery 6', 'http://www.scottonstott.com/gallery06.html', null],
		],
		['Virtual Tours', 'http://www.scottonstott.com/tours.html', null],
		['Panoramas', 'http://www.scottonstott.com/panoramas.html', null],
	],
	['Free Stuff', null, null,
		['Video Podcast', 'http://www.scottonstott.com/vodcast/', null],
		['Free Demo', 'http://www.scottonstott.com/courses/demo.html', null],
		['3D Models', null, null,
			['Catalog 1', 'http://www.scottonstott.com/DesignerFurniture/catalog1.html', null],
			['Catalog 2', 'http://www.scottonstott.com/DesignerFurniture/catalog2.html', null],
			['Catalog 3', 'http://www.scottonstott.com/DesignerFurniture/catalog3.html', null],
			['Catalog 4', 'http://www.scottonstott.com/DesignerFurniture/catalog4.html', null],
		],

		['Software', null, null,
			['for AutoCAD', 'http://www.scottonstott.com/cadcode.html', null],
			['for 3ds max', 'http://www.scottonstott.com/maxcode.html', null],
		],
	],
	['About Me', null, null,
		['Bio', 'http://www.scottonstott.com/about.html', null],
		['Art', 'http://www.scottonstott.com/art/', null],
		['CCCB', 'http://www.scottonstott.com/cccb.html', null],
	],	
	['Jobs', 'http://www.scottonstott.com/jobs.html', null],
	['Contact', 'http://www.scottonstott.com/contact.html', null],
	['Coffee', 'http://www.scottonstott.com/coffee.html', null],
];
