<!-- Begin
var pref = "";

function writeMenu(lvl){
if (lvl == 1) { pref = "../" }
if (lvl == 2) { pref = "../../" }
if (lvl == 3) { pref = "../../../" }

document.write('<p><table border=0 cellpadding=0 cellspacing=0 align=center width=210 class="BgColor0">');
document.write('<tr><td width=7 height=7><img src=' + pref + 'graphics/tlc.png border=0></td><td height=7></td><td width=7 height=7><img src=' + pref + 'graphics/trc.png border=0></td></tr>');
document.write('<tr><td width=7>&nbsp;</td><td align="left">');
document.write('<p id="norm">');

document.write('<a href="' + pref + 'index.php"><small><b>Home</b></small></a><br>');

if (doc == "services") {
document.write('&nbsp;&nbsp;<small><b>Services</b></small><br>');
} else {
document.write('&nbsp;&nbsp;<small><b><a href="' + pref + 'worship/index.htm">Services</b></small></a><br>');
}

if (doc == "worship") {
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<small><b>Worship</b></small><br>');
} else {
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<small><b><a href="' + pref + 'worship/worship.htm">Worship</b></small></a><br>');
}

if (doc == "sunday") {
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<small>- <b>Sunday</b></small><br>');
} else {
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<small>- <a href="' + pref + 'worship/sunday.htm">Sunday</a></small><br>');
}

if (doc == "taize") {
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<small>- <b>Taizé</b></small><br>');
} else {
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<small>- <a href="' + pref + 'taize/index.htm">Taizé</a></small><br>');
}

if (doc == "jazz") {
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<small>- <b>Jazz</b></small><br>');
} else {
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<small>- <a href="' + pref + 'jazz/index.htm">Jazz</a></small><br>');
}

if (doc == "videos") {
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<small><b>Videos</b></small><br>');
} else {
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<small><b><a href="' + pref + 'videos/index.htm">Videos</b></small></a><br>');
}

if (doc == "weddings") {
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<small><b>Weddings</b></small><br>');
} else {
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<small><b><a href="' + pref + 'weddings/index.htm">Weddings</b></small></a><br>');
}

if (doc == "funerals") {
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<small><b>Funerals</b></small><br>');
} else {
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<small><b><a href="' + pref + 'worship/funerals.htm">Funerals</b></small></a><br>');
}

if (doc == "memorials") {
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<small><b>Memorials</b></small><br>');
} else {
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<small><b><a href="' + pref + 'worship/memorials.htm">Memorials</b></small></a><br>');
}

if (doc == "baptisms") {
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<small><b>Baptisms</b></small><br>');
} else {
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<small><b><a href="' + pref + 'worship/baptisms.htm">Baptisms</b></small></a><br>');
}

if (doc == "communion") {
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<small><b>Communion</b></small><br>');
} else {
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<small><b><a href="' + pref + 'worship/communion.htm">Communion</b></small></a><br>');
}


document.write('</td><td width=7>&nbsp;</td></tr>');
document.write('<tr><td width=7 height=7><img src=' + pref + 'graphics/blc.png></td><td height=7></td><td width=7 height=7><img src=' + pref + 'graphics/brc.png></td></tr>');
document.write('</table>');

}
// End --> 