home *** CD-ROM | disk | FTP | other *** search
/ Enter 2001 July / EnterCD7.iso / Off-line / w13 / www.rozdziawione-geby.prv.pl_v2 / rgjava-en.js < prev    next >
Encoding:
Text File  |  2001-05-14  |  480 b   |  19 lines

  1. var homepage="main page";
  2. var info="nfo";
  3. var music="music";
  4. var texts="lyrics";
  5. var photos="photos";
  6. var link="links";
  7. var contact="contact";
  8. var heeelp="let's make the world a better place to live in"
  9. var empty="";
  10.  
  11. function wypisz(empty)
  12. {
  13. if (document.layers)
  14.     {document.layers.pisanie.document.open();
  15.     document.layers.pisanie.document.write(empty);
  16.     document.layers.pisanie.document.close()}
  17. else if (document.all)
  18.     {document.all.pisanie.innerHTML=empty}
  19. }