//var back_color='#303030';
//var border_color='#707070';
//var border_size='2';
//var delay=500;

NS4 = (document.layers) ? 1:0;

function WriteCategory(s)
{
  document.writeln('<table width="100%" border=0 cellspacing=0 cellpadding=0>');
  document.writeln('<tr>'); 
  if ( document.body.dir=="rtl")
    document.writeln(' <td width=14 height=16 background="images/ui/tr.bmp"></td>');
  else
    document.writeln(' <td width=14 height=16 background="images/ui/tl.bmp"></td>');
  document.writeln('  <td height=14 class=clsContent></td>');
  if ( document.body.dir=="rtl")
    document.writeln('  <td width=14 background="images/ui/tl.bmp"></td>');
  else
    document.writeln('  <td width=14 background="images/ui/tr.bmp"></td>');
  document.writeln('</tr>');
  document.writeln('<tr>');
  document.writeln('  <td width=14 class=clsContent></td>');
  document.writeln('  <td valign=top class=clsCategory>');
  document.writeln(s);
  document.writeln('  </td>');
  document.writeln('  <td width=14 class=clsContent></td>');
  document.writeln('</tr>');
  document.writeln('<tr>');

  if ( document.body.dir=="rtl")
    document.writeln('  <td width=14 height=14 background="images/ui/br.bmp"></td>');
  else
    document.writeln('  <td width=14 height=14 background="images/ui/bl.bmp"></td>');

  document.writeln('  <td height=14 class=clsContent></td>');

  if ( document.body.dir=="rtl")
    document.writeln('  <td width=14 background="images/ui/bl.bmp"></td>');
  else
    document.writeln('  <td width=14 background="images/ui/br.bmp"></td>');
    

  document.writeln('</tr>');
  document.writeln('<tr height=4>');
  document.writeln('  <td width=14 background="images/ui/back.jpg"></td>');
  document.writeln('  <td background="images/ui/back.jpg"></td>');
  document.writeln('  <td width=14 background="images/ui/back.jpg"></td>');
  document.writeln('</tr>');
}

function WriteFooter()
{
  document.writeln('</td>');
  document.writeln('<tr>');
  if ( document.body.dir=="rtl")
    document.writeln('  <td width=14 height=14 background="images/ui/br.bmp"></td>');
  else
    document.writeln('  <td width=14 height=14 background="images/ui/bl.bmp"></td>');
  document.writeln('  <td height=14 class=clsContent></td>');
  if ( document.body.dir=="rtl")
    document.writeln('  <td width=14 background="images/ui/bl.bmp"></td>');
  else
    document.writeln('  <td width=14 background="images/ui/br.bmp"></td>');
  document.writeln('</tr>');
  document.writeln('</table>');
}

function WriteHeader()
{
  document.writeln('<tr>');
  if ( document.body.dir=="rtl")
    document.writeln('  <td width=14 height=14 background="images/ui/tr.bmp"></td>');
  else
    document.writeln('  <td width=14 height=14 background="images/ui/tl.bmp"></td>');
  document.writeln('  <td style=td.Header height=14 class=clsContent></td>');
  if ( document.body.dir=="rtl")
    document.writeln('  <td width=14 background="images/ui/tl.bmp"></td>');
  else
    document.writeln('  <td width=14 background="images/ui/tr.bmp"></td>');
  document.writeln('</tr>');
}
