$(function(){
  $("#navigation").treeview({
    animated: "slow",
    persist: "location",
    collapsed: true,
    unique: true
  });
});
function ShowOrderWindow(type)
	{
		window.open(type,'','width=600, height=700, location=no, status=no, scrollbars=yes')
	};
