<!--Notes-->
<!--"'st':1," forces the tree to open on startup "'st':0," forces it closed-->
<!--"'tt' : 'Double click here to open or close this tree.'," is for ToolTip-->
<!--"'sb':'Models'" puts "Models" in the Status Bar-->
<!--Be sure to preserve the formatting-->

<!--Top Tree-->

var TREE_ITEMS = [		
	['&nbsp;Lotus Europa Central', 0, {'tt' : 'Lotus Europa Central', 'sb' : 'Lotus Europa Central'},
		['Home','index.html', {'tt' : 'Home', 'sb':'Home'}],
		['Archives','archives.html', {'tt' : 'Archives', 'sb':'Archives'}],
		['Books','books.html', {'tt' : 'Books', 'sb':'Books'}],
		['Calendars','cal2010.html', {'tt' : 'Calendars', 'sb':'Calendars'}],
		['Clubs','clubs.html', {'tt' : 'Clubs', 'sb':'Clubs'}],
		['Documentation','manuals/index.htm', {'tt' : 'Documentation', 'sb':'Documentation'}],
		['Europa Registry','registry.html', {'tt' : 'Europa Registry', 'sb':'Europa Registry'}],
		['Europa S','europa_s.html', {'tt' : 'Europa S', 'sb':'Europa S'}],
		['Events','events.html', {'tt' : 'Events', 'sb':'Events'}],
		['First Visit ?','welcome.html', {'tt' : 'First Visit ?', 'sb':'First Visit ?'}],
		['For Sale','forsale.html', {'tt' : 'Home', 'sb':'Home'}],
		['L.E.C.','lotus-europa-central.html', {'tt' : 'Lotus Europa Central', 'sb':'Lotus Europa Central'}],
		['Literature','literature.html', {'tt' : 'Literature', 'sb':'Literature'}],
		['Lost/Not Found','lost.html', {'tt' : 'Lost/Not Found', 'sb':'Lost/Not Found'}],
		['Lotus Links','links.html', {'tt' : 'Lotus Links', 'sb':'Lotus Links'}],
		['News','news.html', {'tt' : 'News', 'sb':'News'}],
		['Newsletters','newsletters.html', {'tt' : 'Newsletters', 'sb':'Newsletters'}],
		['Model Numbers','lotuscars.html', {'tt' : 'Model Numbers', 'sb':'Model Numbers'}],
		['Movies','movies.html', {'tt' : 'Movies', 'sb':'Movies'}],
		['Paint Codes','colors.html', {'tt' : 'Paint Codes', 'sb':'Paint Codes'}],
		['Parts & Tools','parts.html', {'tt' : 'Parts & Tools', 'sb':'Parts & Tools'}],
		['Photos, By Chassis','photo_dir.html', {'tt' : 'Photos, By Chassis', 'sb':'Photos, By Chassis'}],
		['Photos, Vintage','vphoto.html', {'tt' : 'Photos, Vintage', 'sb':'Photos, Vintage'}],
		['Physics Of Racing','contents.html', {'tt' : 'Physics Of Racing', 'sb':'Physics Of Racing'}],
		['Site History','history.html', {'tt' : 'Home', 'sb':'Home'}],
		['Site Map','sitemap.html', {'tt' : 'Site Map', 'sb':'Site Map'}],
		['Sold','sold.html', {'tt' : 'Recent Europa Sales', 'sb':'Recent Europa Sales'}],
		['Tire Survey','tire_survey.html', {'tt' : 'Tire Survey', 'sb':'Tire Survey'}],
		['Toys & Models','toys.html', {'tt' : 'Toys & Models', 'sb':'Toys & Models'}],
		['Wiring Diagrams','manuals/index.htm#wiringdiag', {'tt' : 'Wiring Diagrams', 'sb':'Wiring Diagrams'}],

	],
];

var TREE2_ITEMS = [		
	['&nbsp;Quick Search', 0, {'tt' : 'Quick Search', 'sb' : 'Quick Search'},
		['Ebay','ebay.html', {'tt' : 'Search Ebay', 'sb':'Search Ebay'}],
		['KnowledgeBase','ekb.html', {'tt' : 'Search The Online KnowledgeBase', 'sb':'Search The Online KnowledgeBase'}],
		['KB for iPad','ekbsearch2.asp', {'tt' : 'Search The Online KnowledgeBase', 'sb':'Search The Online KnowledgeBase'}],
		['Parts X-Reference','partsxref.html', {'tt' : 'Search The Parts X-Reference', 'sb':'Search The Parts X-Reference'}],
		['This Site/Web','site_search.html', {'tt' : 'Search This Site/Web', 'sb':'Search This Site/Web'}],

	],
];

var TREE3_ITEMS = [		
	['&nbsp;Other Stuff', 0, {'tt' : 'Other Stuff', 'sb' : 'Other Stuff'},
		['Sold - S1A 46/0355','regs1a.html#460355', {'tt' : 'S1A 0355', 'sb':'S1A 0355'}],
		['Sold - S1B 46/0586','regs1b.html#460586', {'tt' : 'S1B 0586', 'sb':'S1B 0586'}],
		['Sold - S2 65/0716R','regs2.html#7012280716R', {'tt' : 'S2 #0716R', 'sb':'S2 #0716R'}],
		['Garage Project','garage.html', {'tt' : 'Garage Project', 'sb':'Garage Project'}],
		['My Other Cars','othercars.html', {'tt' : '', 'sb':''}],
		['About The Author','cjs.html', {'tt' : 'About The Author', 'sb':'About The Author'}],
		['Ham Radio','http://w3jjj.com', {'tt' : 'W3JJJ History', 'sb':'W3JJJ History'}],
		['Contact','&#109;&#97;&#105;&#108;&#116;&#111;:jerry&#064;lotus-europa.com', {'tt' : 'Contact', 'sb':'Contact'}],

	],
];
