function leftPane(str){
	document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0">')

	document.writeln('<tr><td align="center" bgcolor="#e9aa54" height="30" width="100%"><a class="MenuHeading" href="../html/govt_offices_menu.htm">Government Offices</a></td></tr>')

	document.writeln('<tr><td height="25" width="100%"><a class="MenuItem" href="../html/govt_offices_central_menu.htm">&nbsp;Central Government Offices</a></td></tr>')

	document.writeln('<tr><td height="25" width="100%"><a class="MenuItem" href="../html/govt_offices_state_menu.htm">&nbsp;State Government Offices</a></td></tr>')

	document.writeln('<tr><td height="25" width="100%"><a class="MenuItem" href="../html/govt_offices_local_local_self_govt.htm">&nbsp;Local Government Offices</a></td></tr>')

	document.writeln('<tr><td height="25" width="100%"><a class="MenuItem" href="../html/govt_offices_activeorg_menu.htm">&nbsp;Active Organisations</a></td></tr>')

	document.writeln('</table>')
}
