function mini_footer( root_path )
 { 
  

  document.write(' </td> ');
  document.write('     <td background="' + root_path + '/ornament/right10.gif"></td> ');
  document.write('   </tr> ');
  document.write('   <tr> ');
  document.write('     <td background="' + root_path + '/ornament/dl10.gif"></td> ');
  document.write('     <td background="' + root_path + '/ornament/down10.gif"></td> ');
  document.write('     <td width="10" height="10" nowrap="nowrap" background="' + root_path + '/ornament/dr10.gif"></td> ');
  document.write('   </tr> ');
  document.write(' </table> ');
 } 