var TREE_ITEMS = [
    ['Product HOME','products.htm'],
    
    ['On Line Order','order.htm',
		['United States', 'usaorder/orderchoice.htm'],
		['Canada', 'canadaorder/orderchoice.htm'],
		['Other Countries', 'order.htm'],
	],	
]


