
/* --- menu items --- */
var MENU_ITEMS = [
		
	['<IMG src=\"images/menu-img2.gif\" border=0>ROMS', 'http://roms.rowingaustralia.com.au'],
	['<IMG src=\"images/menu-img2.gif\" border=0>Home', 'index.html'],
	['<IMG src=\"images/menu-img2.gif\" border=0>Contacts', 'contacts.html'],
	['<IMG src=\"images/menu-img2.gif\" border=0>News', 'news.html'],
	['<IMG src=\"images/menu-img2.gif\" border=0>Clubs, Schools and Links', null,null,
		['<IMG src=\"images/menu-img2.gif\" border=0>Clubs Info', 'clubs.html'],
		['<IMG src=\"images/menu-img2.gif\" border=0>Schools Info', 'schools.html'],
		['<IMG src=\"images/menu-img2.gif\" border=0>Links', 'links.html'],
	],
	['<IMG src=\"images/menu-img2.gif\" border=0>Community Sculling', 'communitysculling.html'],
	['<IMG src=\"images/menu-img2.gif\" border=0>Freedom on the River', 'fotr.html'],
	['<IMG src=\"images/menu-img2.gif\" border=0>Racing/Results',null,null,
		['<IMG src=\"images/menu-img2.gif\" border=0>Racing Info', 'generalinfo.html'],
		['<IMG src=\"images/menu-img2.gif\" border=0>Calendar/Results', 'RegattaDatesResults.html?RegattaYear=2010'],
	],
	['<IMG src=\"images/menu-img2.gif\" border=0>Safety', 'RWA_Safety_Policy.pdf'],
	['<IMG src=\"images/menu-img2.gif\" border=0>General Info',null,null,
		['<IMG src=\"images/menu-img2.gif\" border=0>Legion of Oarsmen', 'legion.html'],
		['<IMG src=\"images/menu-img2.gif\" border=0>RWA Constitution', 'RWA_Constitution.pdf'],
		['<IMG src=\"images/menu-img2.gif\" border=0>Champion Lakes', 'news/news/2009/champion_lakes.html'],
		['<IMG src=\"images/menu-img2.gif\" border=0>About RWA', 'about-rwa.html'],
	]
];
	