home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / chipcd20010102.iso / software / internet / thirdvoice / setup3v.exe / %MAINDIR% / htm / ext / rootnote.js < prev    next >
Encoding:
Text File  |  2000-11-26  |  130 b   |  6 lines

  1. function handleResize()
  2. {
  3.   var height = document.body.clientHeight;
  4.   document.all.clientarea.style.pixelHeight = height;
  5. }
  6.