// menu_items.js file
// comments block here


var MENU_ITEMS =[
	["About TISA", "index.php"],
	["SA Legislation", null,
		["Current", "legis_current.php"],
		["Proposed", "legis_proposed.php"]
	],
	["FCTC", "FCTC.php"],
	["Media", null,
		["Press Releases", "releases.php"],
		["Articles", "articles.php"]
	],
	["SA Tobacco Industry", "sati.php"],
	["Projects", null,
		["Youth Smoking Prevention", "ysp.php"],
		["Black Economic Empowerment", "bee.php",
			["Hereford", "bee.php"],
			["Honingklip Project", "honingklip.php"]
		],
		["Agricultural Students", "students.php"],
		["Combatting Illicit Trade", "illicit.php"]
	],
	["Newsletters", "newsletter.php"],
	["Presentations", "presentations.php"],
	["Contact us", "contact.php"],
	["Terms of Use", "terms.php"]
];

