<!--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;Model Specific Parts', 0, {'st':1, 'tt' : 'Double click here to open or close this tree.', 'sb':'Models'},

		['Cortina Mk1', 0, {'tt' : 'Double click here to open or close this tree.', 'sb' : 'Cortina Mk1'},
			['Cortina Parts','pages/partscortina.html', {'tt' : 'Click here for a select inventory of Cortina parts.', 'sb':'Cortina Parts'}],
			['Model Information','pages/cortinastory.html', {'tt' : 'Click here for a general introduction to the Lotus Cortina.', 'sb':'LoCort Info'}],
		],

		['Elan', 0, {'tt' : 'Elan', 'sb' : 'Elan'},
			['Elan Parts','pages/partselan.html', {'tt' : 'Click here for a select inventory of Elan parts.', 'sb':'Elan Parts'}],
			['Model Information','pages/elanstory.html', {'tt' : 'Click here for a general introduction to the Elan.', 'sb':'Elan Info'}],
		],
		['Elan +2', 0, {'tt' : 'Elan +2', 'sb' : 'Elan+2'},
                       	['Plus 2 Parts','pages/partselan2.html', {'tt' : 'Click here for a select inventory of Elan +2 parts.', 'sb':'Elan Parts'}],
 			['Model Information','pages/plus2story.html', {'tt' : 'Click here for a general introduction to the +2.', 'sb':'Elan +2 Info'}],
                ],
	
		['Europa', 0, {'tt' : 'Europa', 'sb' : 'Europa'},
			['Europa Parts','pages/partseuropa.html', {'tt' : 'Click here for a select inventory of Europa parts.', 'sb':'Europa Parts'}],
 			['Model Information','pages/europastory.html', {'tt' : 'Click here for a general introduction to the Europa.', 'sb':'Europa Info'}],
		],
		['Esprit/Elite/Eclat', 0, {'tt' : 'Esprit/Elite/Eclat', 'sb' : 'Esprit/Elite/Eclat'},
			['3rd Gen. Parts','pages/partseee.html', {'tt' : 'Click here for a select inventory of Esprit/Elite/Eclat parts.', 'sb':'Esprit/Elite/Eclat Parts'}],
 			['Model Information','pages/eeestory.html', {'tt' : 'Click here for a general introduction to the Third Generation Lotuses.', 'sb':'3rd Gen Info'}],

		],
	]
];

<!--Bottom Tree-->

var TREE2_ITEMS = [		
	['&nbsp;r.d. Products', 0, {'st':1, 'tt' : 'R.D. Products', 'sb' : 'R.D. Products'},
		['Accessories','pages/access.html', {'tt' : 'Click here for car accessories', 'sb':'Accessories'}],
		['Books & Manuals','pages/books.html', {'tt' : 'Click here for our book selections', 'sb':'Accessories'}],
		['Carburetor', 0, {'tt' : 'Click here for our Carburetor Mounts and Linkage kits', 'sb':'Carburetor Accessories'},
				['Linkage','pages/carblink.html', {'tt' : 'Carburetor Linkage', 'sb':'Carburetor Linkage'}],
				['Mounts','pages/carbmount.html', {'tt' : 'Carburetor Mounts', 'sb':'Carburetor Mounts'}],
		],
		['Gift Certificates','pages/gifts.html', {'tt' : 'Click here for Gift Certificates', 'sb':'Gift Certificates'}],
		['Lotus Links','pages/links.html', {'tt' : 'Click here for a selection of Lotus-themed links', 'sb':'Lotus Links'}],
		['Mirrors','pages/mirror.html', {'tt' : 'Click here for a selection of mirrors', 'sb':'Mirrors'}],
		['Panasport Wheels','pages/panasport.html', {'tt' : 'Click here for Panasport Wheels', 'sb':'Panasport Wheels'}],
		['Parts','pages/parts.html', {'tt' : 'Click here for parts for all Lotuses', 'sb':'Parts'}],
		['Regalia','pages/access.html', {'tt' : 'Click here for Regalia', 'sb':'Regalia'}],
		['Tool Chest','pages/tools.html', {'tt' : 'Click here for the Tool Chest', 'sb':'Tool Chest'}],

	]
];
