home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 January / PCWorld_2003-01_cd.bin / Software / TemaCD / proxomitron / prx4-4fcz.exe / html / head.js < prev    next >
Text File  |  2002-03-29  |  229b  |  7 lines

  1. Function Disappear(ByVal Opacity)
  2.     Opacity = Opacity - 5
  3.     btnButton.Filters.Alpha.Enabled = True
  4.     btnButton.Filters.Alpha.Opacity = Opacity
  5.     If Opacity > 0 Then SetTimeout "vbscript: Disappear " & Opacity, 100
  6. End Function
  7.