home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 - PCs Network
/
CHIP.BIN
/
share
/
online
/
powerisd
/
_SETUP.1
/
pimhelp.js
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-03-17
|
169 b
|
7 lines
function openbox(showfile, width, height)
{
F1 = window.open(showfile, "_blank", "width="+width+",height="+height+"top=15,left=0,noscrollbars");
F1.focus();
}