// menu_items.js file

var MENU1_ITEMS =[
	["&nbsp;Contact Us", "../../contacts/contacts.html", null,
		["&nbsp;Branch Contacts", "../../contacts/contacts.html#branch", null],
		["&nbsp;Federal Executive", "../../contacts/contacts.html#exec", null],
		["&nbsp;Board of Directors", "../../contacts/contacts.html#board", null],
		["&nbsp;Executive Support Team", "../../contacts/contacts.html#support", null],
		["&nbsp;RSA Committee Representatives", "../../contacts/contacts.html#comm", null],
],
	["&nbsp;Renal News", "../../news/news.html", null,
	],
	["&nbsp;Announcements", "../../announcements/announcements.html", null,
	],
	["&nbsp;About the RSA", "../../about/about.html", null,
		["&nbsp;History of the RSA", "../../about/about.html#history", null],
		["&nbsp;Objectives of the RSA", "../../about/about.html#objectives", null],
		["&nbsp;The Australasian Renal Environment", "../../about/about.html#environment", null],
		["&nbsp;Governance of the RSA", "../../about/about.html#governance", null],
		["&nbsp;The RSA Constitution", "../../about/constitution.html", null],
		["&nbsp;Publications", "../../publications/publications1.html", null],

	],
["&nbsp;Join the RSA", "../../join/join.html", null,
	],
	["&nbsp;Home", "../../index.php", null,
	],
];


