// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["Home", "index.html",
		["Parent Company", "/contact.htm"],
		["Contact Us", "contbdcs.htm"]
	],
	["Products", null,
		["Self Manager", "selfmngr.htm"],
		["bdcDiary", "bdcdiary.htm"]
	],
	["Registration", null,
		["SM Pro 1.9.0", "smregn.htm"]
	],
	["Downloads", null,
		["Full Version", null,
			["SM Lite 1.5.1", "smldl.htm"],
			["SM Pro 1.9.0", "smdl.htm"],
			["SM Sp 1.9.1", "smspdl.htm"],
			["bdcDiary", "bdcddl.htm"]
		],
		["Upgrades", null,
			["SM Pro 1.9.0", "smug.htm"],
			["SM Sp 1.9.1", "smspug.htm"]
		],
		["Battery", null,
			["SM Sp 1.9.1", "battery.htm"]
		],
		["Runtime DLLs", "runtime.htm"]
	],
	["Free Ads", null,
		["SM Sp 1.9.1", "smspfa.htm"]
	],
	["Help File", "help.htm"]
];
