// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["Home", "/index.html"],
	["Products", "/index.html",
		["Mail and Collaboration", "/desknowmc/index.html"],
		["WebMessenger", "/desknowwm/index.html"],
		["MJ for Java", "/desknowmj/index.html"],
	],
	["Demo", "/desknowmc/demo.html"],
	["Downloads", "/downloads.html",
		["Mail and Collaboration", "/desknowmc/downloads.html"],
		["WebMessenger", "/desknowwm/downloads.html"],
		["MJ for Java", "/desknowmj/downloads.html"],
		["Tools", "/tools.html"],
	],
	["Support", "/support.html",
		["Premium support", "/support_premium.html"],
		/*["Public forums", "/forums"],*/
		["Knowledge Base", "/kb"],
	],
	["Buy", "/buy.html",
		["Mail and Collaboration", "/desknowmc/buy.html"],
		["SyncML Connector (Outlook and mobile)", "/syncml/buy.html"],
		["WebMessenger", "/desknowwm/buy.html"],
		["MJ for Java", "/desknowmj/buy.html"],
		["Resellers", "/resellers.html"],
	],
	["Company", "/about.html",
		["About us", "/about.html"],
		["Resellers", "/resellers.html"],
		["Customers", "/customers.html"],
	]
];
