function f(node) {
   if (location.href.indexOf(node[1]) > -1) node[0] = '<div style="background-color:#3678f1;text-align:left;float:left;" class="back">' + node[0] + '</div>';
   return node;
}
var TREE_NODES = [
  f(['Home', '/index.htm', null]),
  f(['Forums / Classifieds', 'http://www.armca.org/bb/', null]),
  f(['District 23/ARMCA', '/mission09.htm', null, 
     f(['Mission Statement','/mission09.htm',null]),
     f(['D23 / ARMCA Sign up', '/applications/d23_signup10.htm',null]),  
	f(['Contact Info','/contact/contact10.htm',null]),
	f(['Rule Book','/rules/2010_D23_Rulebook.pdf',null]),
	f(['Banquet','/banquet/banquetmain10.htm',null]),
	f(['News Archives','/newsarchive.htm',null]),
	f(['Donny Schmit','/donny_schmit/donny_main08.htm',null]),
    f(['Lifetime Achievement','/contact/lifetimeachievement.htm',null]),
	
	]), //end D23 Org
  f(['Events / Sports', ' ', null, 
    
      f(['Enduro', '/venue/enduro_home10.htm', null, 
      f(['Event Schedule', '/schedule/EN_schedule10.htm', null]),
      f(['Points', '/points/enduro_points10.htm', null])      
	  ]), // end Enduro
	  
	  f(['Flat Track', '/venue/flattrack_home10.htm', null, 
      f(['Event Schedule', '/schedule/flattrack_schedule10.htm', null]),
      f(['Points', '/points/flattrack_points10.htm', null]),
	  ]), // end Flat Track
	  
	  f(['Hare Scrambles', '/venue/HS_home10.htm', null, 
      f(['Event Schedule', '/schedule/HS_schedule10.htm', null]),
      f(['Points', '/points/hs_points10.htm', null]),
	  ]), // end Harescrambles
	  
	  f(['Hill Climb', '/venue/hillclimb_home10.htm', null, 
      f(['Event Schedule', '/schedule/hillclimb_schedule10.htm', null]),
      f(['Points', '/points/hillclimb_points10.htm', null]),
	  ]), // end Hill Climb
       
      f(['Motocross', '/venue/motocross_home10.htm', null, 
      f(['Event Schedule', '/schedule/MX_schedule10.htm', null]),
      f(['Points', '/points/motocross_points10.htm', null])          
	  ]), // end Motocross
	  
	  f(['Non-Competitive', '/venue/rec_page10.htm', null, 
      f(['Event Schedule', '/schedule/rec_schedule10.htm', null]),
	  ]), // end Non-Competitive
	  
	  f(['Observed Trials', '/venue/trials_new_home10.htm', null, 
	  ]), // end Trials
	  
	  f(['Quad Hare Scrambles', '/venue/QHS_home10.htm', null, 
      f(['Event Schedule', '/schedule/QHS_schedule10.htm', null]),
      f(['Points', '/points/QHS_points10.htm', null]),
	  ]), // end Quad Harescrambles
	  
    f(['Quad Motocross', '/venue/QMX_home10.htm', null, 
      f(['Event Schedule', '/schedule/QMX_schedule10.htm', null]), 
      f(['Points', '/points/QMX_points09.htm', null])
	  ]), // end Quad MX
	  
	f(['Youth Cross Country', '/venue/ycc_page10.htm', null, 
      f(['Event Schedule', '/schedule/ycc_schedule10.htm', null]),
      f(['Points', '/points/ycc_points10.htm', null]),
	  ]) // end Youth CC
 ]), // end Events
    	
  f(['Sponsors / Contingency', '/sponsors/sponsors_main09.htm', null,
   f(['D23 Sponsors', '/sponsors/sponsors_main09.htm',null]),
   f(['Contingency','/applications/contingency_main10.htm',null]),
   f(['External Links','/applications/weblinks_main09.htm',null]),

	]), // end about us 
];

