// menu2_items.js file

var MENU2_ITEMS =[
	["&nbsp;Online Store", "../store/", null,
	],
	["&nbsp;About ASAPO", "../about/about.html", null,
	],
	["&nbsp;Conferences", "../conferences/conferences.html", null,
	],
	["&nbsp;Funding", "../funding/funding.html", null,
	],
	["&nbsp;Alison Holloway Award", "../funding/alison_holloway_award.html", null,
	],
	["&nbsp;Bulletin Board", "../forums/index.php", null,
	],
	["&nbsp;Links", "../links/links.html", null,
	],
	["&nbsp;Education", "../education/education.html", null,
	["&nbsp;Diploma of Paramedical Science (Anaesthesia) ", "../education/diploma.html", null,
	],
	],
	["&nbsp;Archives", "../archives/archive_access.html", null,
	],
	["&nbsp;Careers", "../careers/careers.html", null,
	],
	["&nbsp;Reports", "../reports/reports.html", null,
	],
	["&nbsp;Register with ASAPO", "../join/join.html", null,
	],
	["&nbsp;Contact Us", "../contact/contact.html", null,
	],
["&nbsp;Home", "../index.html", null,
	],
];


