function micro_header( root_path )
 { 
  

  document.write(' <table border="0" align="center" cellpadding="0" cellspacing="0" width="100%" > ');
  document.write('   <tr> ');
  document.write('     <td width="5" height="5" nowrap="nowrap" background="' + root_path + '/ornament/ul05.gif"></td> ');
  document.write('     <td background="' + root_path + '/ornament/up05.gif"></td> ');
  document.write('     <td background="' + root_path + '/ornament/ur05.gif"></td> ');
  document.write('   </tr> ');
  document.write('   <tr> ');
  document.write('     <td background="' + root_path + '/ornament/left05.gif"></td> ');
  document.write('     <td> ');
 } 