home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 October / PCW1001.iso / October / DivX / WinDVD3 / WinDVD3.exe / data1.cab / ENU_HLP / WinDVD.chm / mouse.js < prev    next >
Encoding:
Text File  |  2001-06-29  |  343 b   |  18 lines

  1. <!--
  2. function swap(id,name)
  3. {
  4.   if (document.anchors(id))
  5.     {
  6.     var sHref = document.anchors(id).href;
  7.     if (sHref.substring(sHref.length - 1) != "#")
  8.       {
  9.       if (document.images(id)) document.images(id).src=name;
  10.       }
  11.     }
  12.   else
  13.     {
  14.     if (document.images(id)) document.images(id).src=name;
  15.     }
  16. }
  17. //-->
  18.