<!-- Begin
var pref = "";

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=200 class="BgColor0">');
document.write('<tr><td width=7 height=7 background=graphics/tlc.png></td><td height=7></td><td width=7 height=7 background=graphics/trc.png></td></tr>');
document.write('<tr><td width=7>&nbsp;</td><td>');

document.write('<a href=worship/ministry_focus.htm>Ministry&nbsp;Focus&nbsp;Request</a>');

document.write('</td><td width=7>&nbsp;</td></tr>');
document.write('<tr><td width=7 height=7 background=graphics/blc.png></td><td height=7></td><td width=7 height=7 background=graphics/brc.png></td></tr>');
document.write('</table>');

// End --> 