function deskphotoframe_map( root_path )
 { 
  

  document.write(' <table border="0" align="center" cellspacing="0" vspace="0"> ');
  document.write(' <tr> ');
  document.write(' <td><table border="0" cellspacing="0"> ');
  document.write(' <tr> ');
  document.write(' <td><table border="0" cellspacing="0"> ');
  document.write(' <tr> ');
  document.write(' <td><font size="3"><img src="' + root_path + 'icon/icon20x15.gif" /></font></td> ');
  document.write(' <td><font size="3"><a href="' + root_path + 'deskphotoframe_index.html" >main</a></font></td> ');
  document.write(' <td width="16">&nbsp;</td> ');
  document.write(' </tr> ');
  document.write(' </table></td> ');
  document.write(' <td><table border="0" cellspacing="0"> ');
  document.write(' <tr> ');
  document.write(' <td><img src="' + root_path + 'art/download.gif" /></td> ');
  document.write(' <td><font size="3"><a href="' + root_path + 'download/download.html"  >Download</a></font></td> ');
  document.write(' <td width="16">&nbsp;</td> ');
  document.write(' </tr> ');
  document.write(' </table></td> ');
  document.write(' <td><table border="0" cellspacing="0"> ');
  document.write(' <tr> ');
  document.write(' <td><img src="' + root_path + 'art/reg.gif" /></td> ');
  document.write(' <td><font size="3"><a href="' + root_path + 'register.html"  >Register</a></font></td> ');
  document.write(' <td width="16">&nbsp;</td> ');
  document.write(' </tr> ');
  document.write(' </table></td> ');
  document.write(' <td><table border="0" cellspacing="0"> ');
  document.write(' <tr> ');
  document.write(' <td><img src="' + root_path + 'art/ss.gif" /></td> ');
  document.write(' <td><font size="3"><a href="' + root_path + 'screens/screens.html">Screen Shots</a></font></td> ');
  document.write(' <td width="16">&nbsp;</td> ');
  document.write(' </tr> ');
  document.write(' </table></td> ');
  document.write(' </tr> ');
  document.write(' </table></td> ');
  document.write(' </tr> ');
  document.write(' <tr> ');
  document.write(' <td align="center"><table border="0" cellspacing="0"> ');
  document.write(' <tr> ');
  document.write(' <td><img src="' + root_path + 'art/mail.gif" width="16" height="9" /></td> ');
  document.write(' <td><font size="3"><a href="mailto:deskphotoframe.office@absolutecore.com" >deskphotoframe.office@absolutecore.com</a></font></td> ');
  document.write(' <td width="16">&nbsp;</td> ');
  document.write(' </tr> ');
  document.write(' </table></td> ');
  document.write(' </tr> ');
  document.write(' </table> ');
 } 