function HeaderBox (TheHeader, TheText) {

	document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width=28><img src="/images/topredboxleft.gif" width=28 height=36 alt=""></td><td style="background-image:url(/images/topredboxbg.gif); background-repeat:repeat-x;" class="headers">&nbsp;&nbsp;');

	document.write(unescape(TheHeader));
	
	document.write('</td><td width=7><img src="/images/topredboxright.gif" width=7 height=36 alt=""></td></tr></table><table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td style="background-image:url(/images/topredboxsideleft.gif); background-repeat:repeat-y;" width=3 bgcolor="#E9E9E9"><img src="/images/topredboxsideleft.gif" width=3 height=7 alt=""></td><td class="contents" bgcolor="#E9E9E9"><br>');

	document.write(unescape(TheText));

	document.write('</td><td style="background-image:url(/images/topredboxsideright.gif); background-repeat:repeat-y;" width=3><img src="/images/topredboxsideright.gif" width=3 height=7 alt=""></td></tr></table><table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width=8 height=7><img src="/images/topredboxbotleft.gif" width=8 height=7 alt=""></td><td style="background-image:url(/images/topredboxbotbg.gif); background-repeat:repeat-x;" height=7><img src="/images/topredboxbotbg.gif" width=1 height=7 alt=""></td><td width=8 height=7><img src="/images/topredboxbotright.gif" width=8 height=7 alt=""></td></tr></table>');

}