<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menuimage 	= "no" 		// SHOW IMAGE AT TOP OF MENU  | no | yes |
var spacemenu	= "0"		// MOVE MENU DOWN
var space	= "no"		// MENU TOP SPACE | no | yes |
space_bottom	= "0"		// MENU BOTTOM SPACE in pixels




document.write('<table cellpadding="0" cellspacing="0" border="0" width="250" " ><tr><td>');

   	if (menuimage == "yes") {
document.write('<img src="picts/menu-top.jpg" width="280" height="50" class="main4trans"></a><br>');
	}
   	if (space == "yes") {
document.write('<img src="picts/spacer.gif" width="280" height="'+spacemenu+'"></a><br>');
}




// START MENU LINKS

document.write('</td></tr>');

document.write('</td></tr><tr><td>');
document.write('<a href="5yearv.html" class="menuheadr5"><SMALL><SMALL>Where is St. Mary\'s Going</a>');



document.write('</td></tr><tr><td>');
document.write('<a href="5yearv.html" class="menuheadr">5 Year Vision<BR><SMALL><SMALL>Where is St. Mary\'s Going</a><BR><HR width="100%" color="#403E32"><BR>');

document.write('</td></tr><tr><td>');
document.write('<a href="newvicar.html" class="menuheadr">A New Vicar<BR><SMALL><SMALL>all about the vacancy</a><BR><HR width="100%" color="#403E32"><BR>');


document.write('</td></tr><tr><td>');
document.write('<a href="newhere.html" class="menuheadr">Start<BR><SMALL><SMALL>your journey with us</a><BR><HR width="100%" color="#403E32"><BR>');


// MENU SEPARATOR 1

document.write('</td></tr><tr><td>');
document.write('<a href="servicestab.html" class="menuheadr">Come<BR><SMALL><SMALL>join us for a Sunday service</a><BR><HR width="100%" color="#403E32"><BR>');

document.write('</td></tr><tr><td>');
document.write('<a href="connect.html" class="menuheadr">Connect<BR><SMALL><SMALL>join one of our groups.</a><BR><HR width="100%" color="#403E32"><BR>');

document.write('</td></tr><tr><td>');
document.write('<a href="sermons11.htm" class="menuheadr">Listen<BR><SMALL><SMALL> to our sermons online</a><BR><HR width="100%" color="#403E32"><BR>');


document.write('</td></tr><tr><td>');
document.write('<a href="pray.html" class="menuheadr">Pray<BR><SMALL><SMALL>for the organisations we support</a><BR><HR width="100%" color="#403E32"><BR>');


document.write('</td></tr><tr><td>');
document.write('<a href="events.html" class="menuheadr">Events<BR><SMALL><SMALL>take a look at our diary</a><BR><HR width="100%" color="#403E32"><BR>');



document.write('</td></tr><tr><td>');
document.write('<a href="noticeboard.html" class="menuheadr">News<BR><SMALL><SMALL>take a look at our noticeboard</a><BR><HR width="100%" color="#403E32"><BR>');

document.write('</td></tr><tr><td>');
document.write('<a href="staff.html" class="menuheadr">Meet<BR><SMALL><SMALL>the team at St Mary Magdalen</a><BR>');


document.write('</td></tr></table></div>');

//  End -->
