home *** CD-ROM | disk | FTP | other *** search
- var homepage="main page";
- var info="nfo";
- var music="music";
- var texts="lyrics";
- var photos="photos";
- var link="links";
- var contact="contact";
- var heeelp="let's make the world a better place to live in"
- var empty="";
-
- function wypisz(empty)
- {
- if (document.layers)
- {document.layers.pisanie.document.open();
- document.layers.pisanie.document.write(empty);
- document.layers.pisanie.document.close()}
- else if (document.all)
- {document.all.pisanie.innerHTML=empty}
- }