


function PageHeader(headerText)
{
document.write('<table  BORDER=0 CELLPADDING=0 CELLSPACING=0><tr><td height="41"  valign="top" background="images/NewHeaderBatBack.gif"><table border="0" cellspacing="0" cellpadding="0" style="margin-bottom: -7px;"><TR><TD ROWSPAN=3><IMG SRC="images/NewHeaderFrame_01.gif" WIDTH=22 HEIGHT=30 alt=""></TD><TD background="images/NewHeaderFrame_02.gif"><IMG SRC="images/NewHeaderFrame_02.gif" WIDTH="126" HEIGHT="4" title=" " border="0"></TD><TD ROWSPAN=3><IMG SRC="images/NewHeaderFrame_03.gif" WIDTH=11 HEIGHT=30 alt=""></TD></TR><TR><TD background="images/NewHeaderFrame_04.gif"  HEIGHT=17 style="font-weight: bold; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 14px; color: B22D2D;">')
document.write(headerText)
document.write('</TD></TR><TR><TD background="images/NewHeaderFrame_05ext.gif"><IMG SRC="images/NewHeaderFrame_05.gif" WIDTH="126" HEIGHT="9" title=" " border="0"></TD></TR><TR><TD colspan="3"></TD></TR></TABLE><img src="images/spacer.gif" width="315" height="1" border="0" alt=""></td></tr></table>')

}
