function index_map( root_path )
 { 
  

  document.write(' <table border="0" align="center" cellpadding="0" cellspacing="0" > ');
  document.write('  <tr> ');
  document.write('    <td align="center"><table width="100%" border="0" cellpadding="0" cellspacing="0"> ');
  document.write('      <tr> ');
  document.write('        <td width="33%" align="center"><table border="0"> ');
  document.write('          <tr> ');
  document.write('            <td><img src="' + root_path + 'product/desklens/icon/pro/16white.gif" alt="lens" /></td> ');
  document.write('            <td><a href="' + root_path + 'product/desklens/desklens_index.html">DeskLens</a></td> ');
  document.write('            <td width="16">&nbsp;</td> ');
  document.write('          </tr> ');
  document.write('        </table></td> ');
  document.write('        <td width="33%"><table border="0"> ');
  document.write('          <tr> ');
  document.write('            <td><img src="' + root_path + 'product/deskphotoframe/icon/icon20x15.gif" alt="photo" /></td> ');
  document.write('            <td><a href="' + root_path + 'product/deskphotoframe/deskphotoframe_index.html">DeskPhotoFrame</a></td> ');
  document.write('            <td width="16">&nbsp;</td> ');
  document.write('          </tr> ');
  document.write('        </table></td> ');
  document.write('        <td width="33%" align="center"><table border="0"> ');
  document.write('          <tr> ');
  document.write('            <td><img src="' + root_path + 'product/timetools/icon/icon16x16.gif" alt="photo" /></td> ');
  document.write('            <td><a href="' + root_path + 'product/timetools/timetools.html">TimeTools</a></td> ');
  document.write('            <td width="16" align="center">&nbsp;</td> ');
  document.write('          </tr> ');
  document.write('        </table></td> ');
  document.write('      </tr> ');
  document.write('     ');
  document.write('     </table></td> ');
  document.write('   </tr> ');
  document.write('  <tr> ');
  document.write('    <td align="center"><table border="0" cellpadding="0" cellspacing="0"> ');
  document.write('      <tr> ');
  document.write('        <td align="center"><table border="0"> ');
  document.write('          <tr> ');
  document.write('            <td><img src="' + root_path + 'art/home.gif" alt="home" /></td> ');
  document.write('            <td align="center"><a href="' + root_path + 'index.html">home</a></td> ');
  document.write('            <td width="16" align="center">&nbsp;</td> ');
  document.write('          </tr> ');
  document.write('        </table></td> ');
  document.write('        <td align="center"><table border="0"> ');
  document.write('          <tr> ');
  document.write('            <td><img src="' + root_path + 'art/mailto.gif" alt="letter" /></td> ');
  document.write('            <td><div align="center"><a href="mailto:office@absolutecore.com">office@absolutecore.com</a> </div></td> ');
  document.write('            <td width="16">&nbsp;</td> ');
  document.write('          </tr> ');
  document.write('        </table></td> ');
  document.write('      </tr> ');
  document.write('       ');
  document.write('    </table>     </td> ');
  document.write('   </tr> ');
  document.write(' </table> ');
 } 