home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 May / PCpro_2007_05.ISO / files / vollversionen / visualdataflex / VDF12.0.StudioDownload.exe / %MAINDIR% / Help / CrystalDevHelp.chm / crystaldevhelp.js < prev    next >
Encoding:
Text File  |  2007-03-10  |  1.3 KB  |  32 lines

  1. document.writeln ('<TABLE ALIGN="left" border="0" cellspacing="0" cellpadding="10">');
  2. document.writeln ('<TR>');
  3. document.write ('<TD ALIGN="left">');
  4.  
  5. if (prev != "CrystalDevHelpTOC.hhc") {
  6.    document.writeln ('<A HREF="' + prev + '">');
  7.    document.writeln ('<IMG SRC="prevpage.gif" HEIGHT=17 BORDER=0 ALT="Previous page"></A>');
  8. }
  9.  
  10. if (next != "CrystalDevHelpIX.hhk") {
  11.    document.writeln ('<A HREF="' + next + '">');
  12.    document.writeln ('<IMG SRC="nextpage.gif" HEIGHT=17 BORDER=0 ALT="Next page"></A>');
  13. }
  14.  
  15. // Only display the ShowTOC buttons in uncompiled HTML and if the navigation 
  16. // pane is not visible
  17.  
  18. if ( (self.location.href == top.window.location.href) && (document.URL.search("MSITStore") == -1 ) )
  19. {
  20.       document.writeln ('</TD><TD ALIGN="left">');
  21.       document.writeln ('<A HREF="default.htm' + current + '#TOC" TARGET="_top">');
  22.       document.writeln ('<IMG SRC="showtoc.gif" HEIGHT=17 BORDER=0 ALT="Click to show the Table of Contents"></A></TD>');
  23.       document.writeln ('<TD ALIGN="left">');
  24.       document.writeln ('<A HREF="default.htm' + current + '#IDX" TARGET="_top">');
  25.       document.writeln ('<IMG SRC="showix.gif" HEIGHT=17 BORDER=0 ALT="Click to show the Index"></A></TD>');
  26. }
  27.  
  28. document.writeln ('</TD>');
  29. document.writeln ('</TR>');
  30. document.writeln ('</TABLE>');
  31.  
  32.