

function WriteMenu(menunum){
document.write('<div class="ariallink">');
document.write('<center><table border="0" cellspacing="0"  cellpadding="0"><tr><td align="center" valign="top" colspan="2">');
document.write('<img src="images/spacer.gif" height="1" width="140" border="0"><br><a target="_self" href="index.html"><img src="images/spinner.gif" border="0" alt="Home Page"></a><br><img src="images/gold.gif" width="120" height="3" vspace="5">');
document.write('</td><td rowspan=99>&nbsp;</td></tr>');
document.write('<tr><td align="left" valign="top"><img src="images/smq.gif" hspace=2 border="0" align="middle"></td>');
document.write('<td><a target="_self" href="http://www.adastra.grandlodgens.org/cgi-bin/webcal.pl">Calendar of<br>Events</a></td></tr>');
document.write('<tr><td align="left" valign="top"><img src="images/smq.gif" hspace=2 border="0" align="middle"></td>');
document.write('<td><a target="_self" href="trestle.html">Master\'s<br>Trestle&nbsp;Board</a></td></tr>');
document.write('<tr><td align="left" valign="top"><img src="images/smq.gif" hspace=2 border="0" align="middle"></td>');
document.write('<td><a target="_self" href="officers.html">Officers</a></td></tr>');
document.write('<tr><td align="left" valign="top"><img src="images/smq.gif" hspace=2 border="0" align="middle"></td>');
document.write('<td><a target="_self" href="committees.html">Committees</a></td></tr>');
document.write('<tr><td align="left" valign="top"><img src="images/smq.gif" hspace=2 border="0" align="middle"></td>');
document.write('<td><a target="_self" href="pmaster.html">Past Masters</a></td></tr>');
document.write('<tr><td align="left" valign="top"><img src="images/smq.gif" hspace=2 border="0" align="middle"></td>');
document.write('<td><a target="_self" href="jewels.html">Jewelists</a></td></tr>');
document.write('<tr><td align="left" valign="top"><img src="images/smq.gif" hspace=2 border="0" align="middle"></td>');
document.write('<td><a target="_self" href="education.html">Education</a></td></tr>');
document.write('<tr><td align="left" valign="top"><img src="images/smq.gif" hspace=2 border="0" align="middle"></td>');
document.write('<td><a target="_self" href="iam.html">I Am Freemasonry</a></td></tr>');
document.write('<tr><td align="left" valign="top"><img src="images/smq.gif" hspace=2 border="0" align="middle"></td>');
document.write('<td><a target="_self" href="memoriam.html">In Memoriam</a></td></tr>');
document.write('<tr><td align="left" valign="top"><img src="images/smq.gif" hspace=2 border="0" align="middle"></td>');
document.write('<td><a target="_self" href="news.html">News</a></td></tr>');
document.write('<tr><td align="left" valign="top"><img src="images/smq.gif" hspace=2 border="0" align="middle"></td>');
document.write('<td><a target="_self" href="events.html">Events</a></td></tr>');
document.write('<tr><td align="left" valign="top"><img src="images/smq.gif" hspace=2 border="0" align="middle"></td>');
document.write('<td><a target="_self" href="history.html">History</a></td></tr>');
document.write('<tr><td align="left" valign="top"><img src="images/smq.gif" hspace=2 border="0" align="middle"></td>');
document.write('<td><a target="_self" href="links.html">Links</a></td></tr>');
document.write('<tr><td align="center" valign="top" colspan="2"><img src="images/gold.gif" width="120" height="3" vspace="5"><br><b>Grand Lodge of<br>Nova Scotia</b><br><a target="_self" href="http://www.grandlodgens.org"><img src="images/cr2.gif" border="0" alt="Grand Lodge of Nova Scotia"></a><br><b>Associated Web Site</b></td></tr>');
document.write('</table></center></div>');
}

function WriteTopMenu() {
document.write('<table align=center border=0 cellpadding=0 cellspacing=0 width=100%>');
document.write('<tr><td align="right" colspan=2>');
document.write('<a target="_self" href="contact/contact.html"><img src="images/cyball.gif" hspace="5" border="0" align="middle">Contact</a>');
document.write('<a target="_self" href="help.html"><img src="images/cyball.gif" hspace="5" border="0" align="middle">Help</a>&nbsp;');
document.write('</td></tr><tr><td align=center valign=top colspan=2><img src="images/blogo1.gif" border="0"><br></td>');
document.write('</tr></table>');
}