
<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->
function headerpath(path)
{
document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width=100%><tr><td ALIGN=left VALIGN=center height=26 background='+path+'picts/bg-topbar.gif colspan=2 bgcolor=#354D50>');

document.write('<IMG SRC='+path+'picts/spacer.gif HEIGHT=26 WIDTH=20 border=0><BR>');

document.write('</td></tr><tr><td ALIGN=left VALIGN=top bgcolor=#BCCCCC>');

document.write(' <OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0 WIDTH=100% HEIGHT=130 id=logo ALIGN=>');
document.write(' <PARAM NAME=movie VALUE=logo.swf>');
document.write(' <PARAM NAME=quality VALUE=high>');
document.write(' <PARAM NAME=bgcolor VALUE=#BCCCCC>');
document.write(' <EMBED src=logo.swf quality=high bgcolor=#BCCCCC  WIDTH=100% HEIGHT=130 NAME=logo ALIGN= TYPE=application/x-shockwave-flash PLUGINSPAGE=http://www.macromedia.com/go/getflashplayer>');
document.write('</EMBED>');
document.write('</OBJECT>');
document.write(' <br>');

document.write('</td></tr></table>');
}

function headerentrypath(path)
{
document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width=100%><tr><td ALIGN=left VALIGN=center height=26 background='+path+'picts/bg-topbar.gif colspan=2 bgcolor=#354D50>');

document.write('<IMG SRC='+path+'picts/spacer.gif HEIGHT=26 WIDTH=20 border=0><BR>');

document.write('</td></tr><tr><td ALIGN=left VALIGN=top bgcolor=#BCCCCC>');

document.write('</td></tr></table>');
}

//  End -->