// JavaScript Document  bottommenu.js



function menu (whichMenu,whatState){



if (document.getElementById)

{document.getElementById(whichMenu).style.visibility = whatState; }



else {document[whichMenu].visibility = whatState;}

} 



document.write('<table width="100%" bgcolor="#070c6d" height=10 border="0" cellspacing="0" cellpadding="0" id=smallnav>');   

   document.write('<tr> <td width="2%">&nbsp;</td>');

     document.write('<td width="17%" align="center">&nbsp;</td>');

     document.write('<td width="9%" align="left" valign="top"><a href=../../index.html>Home Page|</a></td>');

     document.write('<td width="8%" align="left" valign="top"><a href=../StMary\'sHome.html>St Mary\'s |</a> </td>');

	 document.write('<td width="11%" align="left" valign="top"><a href=../../christchurch/ChristChurchHome.html>Christ Church |</a> </td>');

     document.write('<td width="8%" align="left" valign="top"><a href=../../allsaints/AllSaintsHome.html>All Saints |</a> </td>');

     document.write('<td width="10%" align="left" valign="top"><a href="../../who\'swho.html">Who\'s Who |</a> </td>');

     document.write('<td width="10%" align="left" valign="top"><a href="../../../clergydiary.html">Parish Diary |</a> </td>');

	 document.write('<td width="10%" align="left" valign="top"><a href="../../../usefullinks.html">Useful Links |</a> </td>');

     document.write('<td width="11%">&nbsp;</td></tr></table>');
