
var TREE_FUNCTIONS = [

[' Kundkorg', 'shop/ViewBasket.asp',
	['Slutför beställning', 'shop/placeOrder.asp'],

	['Fakturor', null,
		['Öppna fakturor', 'invoice/showInvoiceList.asp?SHOW=0'],
		['Fakturahistorik', 'invoice/showInvoiceList.asp?SHOW=1'],
	],

	['Order', null,
		['Visa order', 'order/showOh.asp?SHOW=0'],
		['Orderhistorik', 'order/showOh.asp?SHOW=1'],
		['Leveransorder', 'order/showOLH.asp'],
	]
]


];

