home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Internet 2001 September
/
MICD2001_09_NR1.iso
/
Www
/
@t
/
dane
/
skrot.js
< prev
next >
Wrap
Text File
|
2001-06-29
|
641b
|
37 lines
NS4 = (document.layers) ;
IE4 = (document.all) ;
function popUp () {return} ;
function popDown () {return} ;
function beg () {return} ;
if (!NS4 && !IE4) event = null ;
if (NS4)
{
origWidth = innerWidth;
origHeight = innerHeight;
}
function reDo()
{
if (innerWidth != origWidth || innerHeight != origHeight)
location.reload();
}
if (NS4)
onresize = reDo;
if (NS4 || IE4)
{
maxlev = 7;
menuWidth = 150;
childOverlap = 20;
borWid = 1;
itemPad = 3;
sep = 1;
isFrames = false;
mainFrName = "tree";
trgFrName = "content";
mout = true;
borderCol = "white";
menuHorizontal = false;
}