home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / downman / download / netants / setup.exe / NETANTS.CHM / na_script.js < prev    next >
Encoding:
Text File  |  2001-11-06  |  226 b   |  15 lines

  1. function doSection (secNum)
  2. {
  3.     imgNum=eval(secNum.id+"_i")
  4.     if (secNum.style.display=="none")
  5.     {
  6.         secNum.style.display=""
  7.         imgNum.src="o.gif"
  8.     }
  9.     else
  10.     {
  11.         secNum.style.display="none"
  12.         imgNum.src="c.gif"
  13.     }
  14. }
  15.