﻿[
	{id: "table", text: "表格列表"},
		{id: "Admin", text: "管理员",url:"../_html/AdminList.html",pid: "table" },
		{id: "Categories", text: "类别",url:"../_html/CategoriesList.html",pid: "table" },
		{id: "Customers", text: "客户",url:"../_html/CustomersList.html",pid: "table" },
		{id: "Employees", text: "雇员",url:"../_html/EmployeesList.html",pid: "table" },
		{id: "OrderDetails", text: "订单明细",url:"../_html/OrderDetailsList.html",pid: "table" },
		{id: "Orders", text: "订单",url:"../_html/OrdersList.html",pid: "table" },
		{id: "Products", text: "产品",url:"../_html/ProductsList.html",pid: "table" },
		{id: "Region", text: "地区",url:"../_html/RegionList.html",pid: "table" },
		{id: "Shippers", text: "运货商",url:"../_html/ShippersList.html",pid: "table" },
		{id: "Suppliers", text: "供应商",url:"../_html/SuppliersList.html",pid: "table" },
		{id: "Territories", text: "领域",url:"../_html/TerritoriesList.html",pid: "table" },

	{id: "AccountManage", text: "帐号管理"}
	,{id: "editSelfInfo", text: "修改资料",pid: "AccountManage"}
	,{id: "editSelfPwd", text: "修改密码",pid: "AccountManage"}
]