var MENU2_ITEMS =[
[wrap('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Members Area', 'red', '#ffffff'), "", null,
	],
["&nbsp;Funding", "../../funding/funding.php", null,
	],
["&nbsp;Conferences", "../../conferences/conferences.php", null,
		["&nbsp;Annual RSA Conference", "http://www.rsa2012.org/", null],
		["&nbsp;Conference Listings", "../../conferences/conferences.php", null],
		["&nbsp;Conference Presentations", "../../conferences/presentations.php", null]
],
["&nbsp;Links", "../../links/links.php", null,
	],
["&nbsp;Branch Noticeboards", "../../noticeboard/noticeboard.php", null,
		["&nbsp;NSW/ACT", "../../noticeboard/nswact.php", null],
		["&nbsp;New Zealand", "../../noticeboard/nz.php", null],
		["&nbsp;Queensland", "../../noticeboard/qld.php", null],
		["&nbsp;SA/NT", "../../noticeboard/sant.php", null],
		["&nbsp;Tasmania", "../../noticeboard/tas.php", null],
		["&nbsp;Victoria", "../../noticeboard/vic.php", null],
		["&nbsp;Western Australia", "../../noticeboard/wa.php", null]
	],
["&nbsp;Publications", "../../publications/publications.php", null,
		["&nbsp;RSA Journal", "../../RSAJ/index.php", null,
			["&nbsp;About RSAJ", "../../RSAJ/about.php", null],
			["&nbsp;Issue Contents", "../../RSAJ/journal/journal_main.php", null],
			["&nbsp;Subscribe", "../../RSAJ/subscribe/subscribe_main.php#back", null],
			["&nbsp;Submissions", "../../RSAJ/submissions/submissions_main.php", null],
			["&nbsp;Search", "../../RSAJ/journal/search/search_main.php", null]
],
		["&nbsp;Communiqu&eacute;", "../../communique/communique.php", null,
			["&nbsp;Current issue", "../../communique/current.php", null],
			["&nbsp;Back issues", "../../communique/communique.php#back", null],
]
	],
		["&nbsp;Minutes", "../../about/minutes.php", null,
		["&nbsp;Federal", "../../about/minutes.php", null],
		["&nbsp;NSW/ACT", "../../noticeboard/nswact.php", null],
		["&nbsp;New Zealand", "../../noticeboard/nz.php", null],
		["&nbsp;Queensland", "../../noticeboard/qld.php", null],
		["&nbsp;SA/NT", "../../noticeboard/sant.php", null],
		["&nbsp;Tasmania", "../../noticeboard/tas.php", null],
		["&nbsp;Victoria", "../../noticeboard/vic.php", null],
		["&nbsp;Western Australia", "../../noticeboard/wa.php", null]
],
["&nbsp;Education", "../../education/education.php", null,
			["&nbsp;Amgen Education", "../../education/amgen/index.php", null],
			["&nbsp;Workshop Videos", "../../video/index.php", null],
],
];

function wrap(text, bg_color, fg_color) {
return('<table cellpadding="0" cellspacing="0" border="0" bgcolor="#D3203E'
+ bg_color + '" width="98%"><tr><td style="padding: 7px; '
+ 'font-family: tahoma, verdana, arial; font-size: 12px; font-weight: bold;color:'
+ fg_color + '">' + text + '</td></tr></table>');
}


