function fn_aboutMenu()
{
	with(document)
	{
		write("<table width='100%' cellspacing='0' cellpadding='0' border='0'>");
		write("<tr height='22' onClick='fn_OpenPage(\"about-us.html\");' class='colwhite' onmouseover='this.className=\"colmenuorng\"' onmouseout='this.className=\"colwhite\"' style='cursor:pointer'>");
			write("<td width='5' ></td>");
			write("<td align='left' valign='middle' class='textbody'>About Us</td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td colspan='2'></td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td class='collghtgrey' colspan='2'></td>");
		write("</tr>");
		write("<tr height='2'>");
			write("<td colspan='2'></td>");
		write("</tr>");
		write("<table width='100%' cellspacing='0' cellpadding='0' border='0'>");
		write("<tr height='22' onClick='fn_OpenPage(\"about-patrons.html\");' class='colwhite' onmouseover='this.className=\"colmenuorng\"' onmouseout='this.className=\"colwhite\"' style='cursor:pointer'>");
			write("<td width='5' ></td>");
			write("<td align='left' valign='middle' class='textbody'>Patrons</td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td colspan='2'></td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td class='collghtgrey' colspan='2'></td>");
		write("</tr>");
		write("<tr height='2'>");
			write("<td colspan='2'></td>");
		write("</tr>");
		write("<table width='100%' cellspacing='0' cellpadding='0' border='0'>");
		write("<tr height='22' onClick='fn_OpenPage(\"about-brief-pf.html\");' class='colwhite' onmouseover='this.className=\"colmenuorng\"' onmouseout='this.className=\"colwhite\"' style='cursor:pointer'>");
			write("<td width='5' ></td>");
			write("<td align='left' valign='middle' class='textbody'>Brief Note On PF</td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td colspan='2'></td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td class='collghtgrey' colspan='2'></td>");
		write("</tr>");
		write("<tr height='2'>");
			write("<td colspan='2'></td>");
		write("</tr>");
		write("<tr height='22' class='colwhite' onmouseover='this.className=\"colmenuorng\"' onmouseout='this.className=\"colwhite\"' onClick='fn_OpenPage(\"about-trustees.html\");' style='cursor:pointer'>");
			write("<td width='5' ></td>");
			write("<td align='left' valign='middle' class='textbody'>Board of Trustees</td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td colspan='2'></td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td class='collghtgrey' colspan='2'></td>");
		write("</tr>");
		write("<tr height='2'>");
			write("<td colspan='2'></td>");
		write("</tr>");
		write("<tr height='22' class='colwhite' onmouseover='this.className=\"colmenuorng\"' onmouseout='this.className=\"colwhite\"' onClick='fn_OpenPage(\"about-office-bearers.html\");' style='cursor:pointer'>");
			write("<td width='5' ></td>");
			write("<td align='left' valign='middle' class='textbody'>Office Bearers</td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td colspan='2'></td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td class='collghtgrey' colspan='2'></td>");
		write("</tr>");
		write("<tr height='2'>");
			write("<td colspan='2'></td>");
		write("</tr>");
		write("<tr height='22' class='colwhite' onmouseover='this.className=\"colmenuorng\"' onmouseout='this.className=\"colwhite\"' onClick='fn_OpenPage(\"about-organisational-chart.html\");' style='cursor:pointer'>");
			write("<td width='5' ></td>");
			write("<td align='left' valign='middle' class='textbody'>Organisational Chart</td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td colspan='2'></td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td class='collghtgrey' colspan='2'></td>");
		write("</tr>");
		write("<tr height='22' class='colwhite' onmouseover='this.className=\"colmenuorng\"' onmouseout='this.className=\"colwhite\"' onClick='fn_OpenPage(\"about-circular-on-dissemination.html\");' style='cursor:pointer'>");
			write("<td width='5' ></td>");
			write("<td align='left' valign='middle' class='textbody'>Circular on Dissemination</td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td colspan='2'></td>");
		write("</tr>");
		write("<tr height='1'>");
			write("<td class='collghtgrey' colspan='2'></td>");
		write("</tr>");
		write("</table>");
	}
}

