var MENU_ITEMS = [
	['Home', 'index.php'],
	['Products', null, null,
		['HTMLLabel', 'htmllabel.php'],
	],
	['Support', null, null,
		['Contact Support', 'contact.php'],
	],
	['Download', 'download.php'],
	['Purchase', 'purchase.php'],
	['Company', null, null,
		['Contact', 'contact.php'],
		['About Us', 'about.php'],
	],
];

