home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 October
/
Chip_2000-10_cd1.bin
/
redakce
/
soutez
/
content
/
js
/
qtwindow.js
next >
Wrap
Text File
|
1999-12-08
|
523b
|
29 lines
focus();
var macns=0;
var xvalue=300;
var smally=300;
var bigy=700;
if (navigator.platform && (navigator.platform.indexOf('Mac')) > -1) {
bigy=660;
if (navigator.appName.indexOf('Microsoft') < 0) macns=1;
}
else {
if (navigator.appName.indexOf('Microsoft') > -1) {
//win ie
xvalue=312;
smally=312;
bigy=760;
}
}
function upsize() {
resizeTo(xvalue,bigy);
if (macns) document.location.reload();
}
function downsize() {
resizeTo(xvalue,smally);
if (macns) document.location.reload();
}