<!--
	var sMenu = '';
	sMenu = sMenu + '<table cellpadding="0" cellspacing="0" border="0" width="760">';
	sMenu = sMenu + '<tr>';
	sMenu = sMenu + '<td valign="top" align="left" width="73" background="/global/images/tile_green_left.gif">&nbsp;</td>';
	sMenu = sMenu + '<td valign="top" align="left" width="69"><a href="/aboutus/"' + ((sSection != 'aboutus') ? ' onMouseOver="ImgOver(\'about\');" onMouseOut="ImgOff(\'about\');"' : '') + '><img src="/global/images/but_about_us' + ((sSection == 'aboutus') ? '_over' : '') + '.gif" width="69" height="36" border="0" alt="About Us" name="about" /></a></td>';
	sMenu = sMenu + '<td valign="top" align="left" width="121"><a href="/teachandlearn/"' + ((sSection != 'teachlearn') ? ' onMouseOver="ImgOver(\'teachlearn\');" onMouseOut="ImgOff(\'teachlearn\');"' : '') + '><img src="/global/images/but_teaching_learning' + ((sSection == 'teachlearn') ? '_over' : '') + '.gif" width="121" height="36" border="0" alt="Teaching &amp; Learning" name="teachlearn" /></a></td>';
	sMenu = sMenu + '<td valign="top" align="left" width="63"><a href="/students/"' + ((sSection != 'students') ? ' onMouseOver="ImgOver(\'students\');" onMouseOut="ImgOff(\'students\');"' : '') + '><img src="/global/images/but_students' + ((sSection == 'students') ? '_over' : '') + '.gif" width="63" height="36" border="0" alt="Students" name="students" /></a></td>';
	sMenu = sMenu + '<td valign="top" align="left" width="77"><a href="/enrolments/"' + ((sSection != 'enrolments') ? ' onMouseOver="ImgOver(\'enrolments\');" onMouseOut="ImgOff(\'enrolments\');"' : '') + '><img src="/global/images/but_enrolments' + ((sSection == 'enrolments') ? '_over' : '') + '.gif" width="77" height="36" border="0" alt="Enrolments" name="enrolments" /></a></td>';
	sMenu = sMenu + '<td valign="top" align="left" width="93"><a href="/news/"' + ((sSection != 'news') ? ' onMouseOver="ImgOver(\'news\');" onMouseOut="ImgOff(\'news\');"' : '') + '><img src="/global/images/but_news_events' + ((sSection == 'news') ? '_over' : '') + '.gif" width="93" height="36" border="0" alt="News &amp; Events" name="news" /></a></td>';
	sMenu = sMenu + '<td valign="top" align="left" width="78"><a href="/community/parent_groups.htm"' + ((sSection != 'community') ? ' onMouseOver="ImgOver(\'community\');" onMouseOut="ImgOff(\'community\');"' : '') + '><img src="/global/images/but_community' + ((sSection == 'community') ? '_over' : '') + '.gif" width="78" height="36" border="0" alt="Community" name="community" /></a></td>';
	sMenu = sMenu + '<td valign="top" align="left" width="45"><a href="/shop/"' + ((sSection != 'shop') ? ' onMouseOver="ImgOver(\'shop\');" onMouseOut="ImgOff(\'shop\');"' : '') + '><img src="/global/images/but_shop' + ((sSection == 'shop') ? '_over' : '') + '.gif" width="45" height="36" border="0" alt="Shop" name="shop" /></a></td>';
	sMenu = sMenu + '<td valign="top" align="left" width="84"><a href="/employment/"' + ((sSection != 'employment') ? ' onMouseOver="ImgOver(\'employment\');" onMouseOut="ImgOff(\'employment\');"' : '') + '><img src="/global/images/but_employment' + ((sSection == 'employment') ? '_over' : '') + '.gif" width="84" height="36" border="0" alt="Employment" name="employment" /></a></td>';
	sMenu = sMenu + '<td valign="top" align="left" width="76"><a href="/contactus/"' + ((sSection != 'contactus') ? ' onMouseOver="ImgOver(\'contact\');" onMouseOut="ImgOff(\'contact\');"' : '') + '><img src="/global/images/but_contact_us' + ((sSection == 'contactus') ? '_over' : '') + '.gif" width="76" height="36" border="0" alt="Contact Us" name="contact" /></a></td>';
	sMenu = sMenu + '<td valign="top" align="left" width="65" background="/global/images/tile_green_right.gif">&nbsp;</td>';
	sMenu = sMenu + '</tr>';
	sMenu = sMenu + '</table>';
	
	document.write(sMenu);
//-->
