function std_footer( root_path )
 { 
  

  document.write(' </td> ');
  document.write('     <td background="' + root_path + '/ornament/right20.gif"></td> ');
  document.write('   </tr> ');
  document.write('   <tr> ');
  document.write('     <td background="' + root_path + '/ornament/dl20.gif"></td> ');
  document.write('     <td background="' + root_path + '/ornament/down20.gif"></td> ');
  document.write('     <td width="20" height="20" nowrap="nowrap" background="' + root_path + '/ornament/dr20.gif"></td> ');
  document.write('   </tr> ');
  document.write(' </table> ');
 } 