function micro_footer( root_path )
 { 
  

  document.write(' </td> ');
  document.write('     <td background="' + root_path + '/ornament/right05.gif"></td> ');
  document.write('   </tr> ');
  document.write('   <tr> ');
  document.write('     <td background="' + root_path + '/ornament/dl05.gif"></td> ');
  document.write('     <td background="' + root_path + '/ornament/down05.gif"></td> ');
  document.write('     <td width="5" height="5" nowrap="nowrap" background="' + root_path + '/ornament/dr05.gif"></td> ');
  document.write('   </tr> ');
  document.write(' </table> ');
 } 