home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Games Machine 66
/
XENIATGM66.iso
/
E-Mail
/
GPI
/
dectet.js
< prev
next >
Wrap
Text File
|
1999-03-05
|
224b
|
10 lines
var screen_width = null;
var screen_height = null;
// procedura per Netscape
if ( navigator.appName != 'Microsoft Internet Explorer' ) {
screen_width = window.innerWidth;
screen_height = window.innerHeight;
}