// JavaScript Document


		<!--

		d = new dTree('d');
		d.config.closeSameLevel=true;
		d.config.useCookies=true;
		d.config.folderLinks=true;
		d.config.useIcons=false;
		d.config.useLines=false;
		d.add(0,-1,'');
		
		d.add(2,0,'Key Contacts','keycontacts.cfm');
		//d.add(3,0,'Global Contacts','globalcontacts.cfm');
		d.add(4,0,'Location','location.cfm');
		//d.add(5,0,'Directions &amp; Maps','Directions.cfm');
		//d.add(6,0,'Where to Stay','wheretostay.cfm');
		
		

		d.add(9,0,'Contact Form','contact.cfm');


		document.write(d);

		//-->
