home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / JanaSetup.exe / admin / seiten_js / helpindex_lad.js < prev    next >
Text File  |  2006-05-08  |  457b  |  20 lines

  1. var ganz = '/jana-admin/admin/help/index.htm?' + self.location.pathname;
  2.  
  3. if (top.geladen != 'janahilfe')
  4.     setTimeout('top.location.replace(\'' + ganz + '\');', 1500);
  5.  
  6. /**/
  7.  
  8. function loadmenu(a, b)
  9. {
  10.     var na = navigator.appName;
  11.     var ve = navigator.appVersion;
  12.  
  13.     if (top.geladen == 'janahilfe')
  14.     {
  15.         if ((na == 'Netscape') && (ve.substr(0, 1) < 5))
  16.             parent.helpmenu.document.pos.menue(a, b);
  17.         else
  18.             parent.helpmenu.menue(a, b);
  19.     }
  20. }