// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['Constitution','document/constitution.pdf', {'tw' : 'content'},
	],
	['Presidents Newsletter    <img src=menu/arrow.gif width="10" height="10">', null, null,
		['Volume 01 Number 05 Jul 2009','newsletter/v1n5.pdf', {'tw' : 'content'}],
		['Volume 01 Number 04 Mar 2009','newsletter/v1n4.pdf', {'tw' : 'content'}],
		['Volume 01 Number 03 Nov 2008','newsletter/v1n3.pdf', {'tw' : 'content'}],
		['Volume 01 Number 02 Aug 2008','newsletter/v1n2.pdf', {'tw' : 'content'}]
	],
	['National Conference','national_conference/parent/register_conferenceadd.php', {'tw' : 'content'},
	],
	['Journal','njp/index.php', {'tw' : 'content'},
	],
	['Membership','membership.php', {'tw' : 'content'},
	],
	['Pharmacy Anthem','anthem.php', {'tw' : 'content'},
	],
	['Technical Groups    <img src=menu/arrow.gif width="10" height="10">', null, null,
		['Association of Lady Pharmacists (ALPS)','', {'tw' : 'content'}],
		['Board of Fellows','', {'tw' : 'content'}],
		['Nigeria Association of Community Pharmacists (NACP)','', {'tw' : 'content'}],
		['Nigeria Association of Hospital and Administrative Pharmacists (NAHAP)','', {'tw' : 'content'}],
		['Nigeria Association of Industrial Pharmacists (NAIP)','', {'tw' : 'content'}],
		['Nigeria Association of Pharmacists in Academia (NAPA)','', {'tw' : 'content'}],
		['Pharmaceutical Association of Nigeria Students (PANS)','', {'tw' : 'content'}]
	],
	['Contact Us','contact.php', {'tw' : 'content'},
	],
	['<font face="arial" size="2" color="#FFFF00">Related Links <img src=menu/arrow1.gif width="10" height="10">', null, null,
	],
	['NAFDAC','http://www.nafdacnigeria.org', {'tw' : 'content'},
	],
	['Pharmacists Council of Nigeria','http://www.pcnng.org', {'tw' : 'content'}]
];
