function LoadTopMenu()
{
	document.write('<table border="0" cellpadding="0" cellspacing="0"><tr>');
	document.write('<td rowspan="2"><img SRC="images/menu/topmenu2.jpg" WIDTH="17" HEIGHT="26"></td>');
	document.write('<td id="tdtop1" onClick="location.href=\'default.htm\'" onMouseOver="chgtxt(this,\'topmenu1\',\'\',\'#FFFFFF\');" onMouseOut="chgtxt(this,\'topmenu1\',\'\',\'#CCFF00\');" style="cursor:pointer;cursor:hand;">');
	document.write('<font id="topmenu1" class="tdLink" style="color:#CCFF00;">&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;</font>');
	document.write('</td>');
	document.write('<td><img SRC="images/menu/topmenu4.jpg" WIDTH="5" HEIGHT="19"></td>');
	document.write('<td id="tdtop2" onClick="location.href=\'calgary-community-associations.htm\'" onMouseOver="chgtxt(this,\'topmenu2\',\'\',\'#FFFFFF\');" onMouseOut="chgtxt(this,\'topmenu2\',\'\',\'#CCFF00\');" style="cursor:pointer;cursor:hand;">');
	document.write('<font id="topmenu2" class="tdLink" style="color:#CCFF00;">&nbsp;&nbsp;&nbsp;About Us&nbsp;&nbsp;&nbsp;</font>');
	document.write('</td>');
	document.write('<td><img SRC="images/menu/topmenu4.jpg" WIDTH="5" HEIGHT="19"></td>');
	document.write('<td id="tdtop3" onClick="location.href=\'calgary-community-association.htm\'" onMouseOver="chgtxt(this,\'topmenu3\',\'\',\'#FFFFFF\');" onMouseOut="chgtxt(this,\'topmenu3\',\'\',\'#CCFF00\');" style="cursor:pointer;cursor:hand;">');
	document.write('<font id="topmenu3" class="tdLink" style="color:#CCFF00;">&nbsp;&nbsp;&nbsp;Contact Us&nbsp;&nbsp;&nbsp;</font>');
	document.write('</td>');
	document.write('<td rowspan="2"><img SRC="images/menu/topmenu1.jpg" WIDTH="28" HEIGHT="26"></td>');
	document.write('</tr><tr>');
	document.write('<td colspan="5" style="background-image:url(\'images/menu/bg_topmenu.gif\');"><img SRC="images/menu/topmenu3.jpg" WIDTH="200" HEIGHT="7"></td>');
	document.write('</tr></table>');
}
