home *** CD-ROM | disk | FTP | other *** search
- var geladen = 'janahilfe';
-
- /**/
-
- function laden()
- {
- var seite = self.location.search.length;
- var url = self.location.search.substring(1, seite);
-
- if (seite > 0)
- setTimeout('parent.helphaupt.location.replace(\'' + url + '\');', 1500);
- }
-
- /**/
-
- document.write('<frameset onload="laden(); return true;" border="0" framespacing="0" frameborder="0" rows="70,*">'
- + ' <frame name="helpmenu" src="/jana-admin/admin/menue/menue_help.htm" marginwidth="0" marginheight="0" scrolling="no" noresize />'
- + ' <frame name="helphaupt" src="/jana-admin/admin/help/start.htm" marginwidth="15" marginheight="15" scrolling="auto" noresize />'
- + '</frameset>');