home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 - PCs Network / CHIP.BIN / share / online / powerisd / _SETUP.1 / pimhelp.js < prev    next >
Encoding:
Text File  |  2001-03-17  |  169 b   |  7 lines

  1. function openbox(showfile, width, height)
  2. {
  3.     F1 = window.open(showfile, "_blank", "width="+width+",height="+height+"top=15,left=0,noscrollbars");
  4.     F1.focus();
  5. }
  6.     
  7.