function naming_map( root_path )
 { 
  

  document.write(' <table border="0" align="center" cellspacing="0" cellpadding="0" vspace="0"> ');
  document.write('   <tr> ');
  document.write('     <td> ');
  document.write('       <div align="center"> <font size="2"> ');
  document.write('         ( <a href="' + root_path + 'cpp.naming.main.html">main - naming</a> ) ');
  document.write('         [    <a href="' + root_path + 'cpp.naming.rules.html">Rules</a> ]   ');
  document.write('         [ <a href="' + root_path + 'cpp.naming.examples.html">Examples</a>  ');
  document.write('           [ <a href="' + root_path + 'cpp.naming.examples.soft.html">Soft</a> ]  ');
  document.write('           [ <a href="' + root_path + 'cpp.naming.examples.soft_extreme.html">Soft Extreme</a> ]  ');
  document.write('           [ <a href="' + root_path + 'cpp.naming.examples.hard.html">Hard</a> ]  ');
  document.write('           [ <a href="' + root_path + 'cpp.naming.examples.hard_extreme.html">Hard Extreme</a> ]  ');
  document.write('         ]  ');
  document.write('        [    <a href="' + root_path + 'cpp.naming.faq.html">FAQ</a> ]   ');
  document.write('       </font> ');
  document.write('      </div> ');
  document.write('     </td> ');
  document.write('   </tr> ');
  document.write(' </table> ');
 } 
