home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / internet / lufiweb / html / funkce.js < prev    next >
Text File  |  2002-09-26  |  1KB  |  37 lines

  1. if (top == self) self.location.href="../uvod/varovani.htm";
  2. function DS(){window.status='Dal∞φ strßnka'}
  3. function PS(){window.status='P°edchozφ strßnka'}
  4. function E(){window.status=''}
  5. function Dalsi(delka)
  6. {ret=new String(window.location.href);
  7. while (ret.indexOf('/')>-1)
  8. {ret=ret.substring(ret.indexOf('/')+1,ret.length)}
  9. jmeno=ret.substring(0,delka);
  10. ext=ret.substring(ret.indexOf('.'),ret.length);
  11. cislo=new Number(ret.substring(delka,ret.indexOf('.')));
  12. window.location.href=jmeno+(cislo+1)+ext;
  13.  ret=null;
  14.  }
  15. function Predchozi(delka)
  16. {ret=new String(window.location.href);
  17. while (ret.indexOf('/')>-1)
  18. {ret=ret.substring(ret.indexOf('/')+1,ret.length)}
  19. jmeno=ret.substring(0,delka);
  20. ext=ret.substring(ret.indexOf('.'),ret.length);
  21. cislo=new Number(ret.substring(delka,ret.indexOf('.')));
  22. if (cislo>1) {window.location.href=jmeno+(cislo-1)+ext} 
  23.  ret=null;
  24. }
  25. function Oddel(){
  26. if (br=="n4") {
  27. document.write('<IMG src="oddeln.gif" width=100% height=5><BR>')
  28. }
  29. else  
  30. if (br=="e4") {
  31. document.write('<IMG src="oddele.gif" width=100% height=5><BR>')
  32. }
  33. else {
  34. document.write('<HR>' )
  35. }
  36. }
  37.