// menu_items.js file

var MENU_ITEMS =[
	["Start", "indexe.htm"],
	["Product", null,
		["Development", "developmente.htm"],
		["How does it work&#063; &#040;1&#41;", "function1e.htm"],
		["How does it work&#063; &#040;2&#41;", "function2e.htm"],
		["Advantages", "advantagese.htm"],		
		["In Operation", "operatione.htm"]
	],
	["Downloads", null,
		["Info","infoe.htm"],
		["Gallery","gallerye.htm"]
	],
	["Links", "linkse.htm"],
	["Contact", "kontacte.htm"],
	["Disclaimer", "disclaimere.htm"]
];
