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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-06-29
|
343 b
|
18 lines
<!--
function swap(id,name)
{
if (document.anchors(id))
{
var sHref = document.anchors(id).href;
if (sHref.substring(sHref.length - 1) != "#")
{
if (document.images(id)) document.images(id).src=name;
}
}
else
{
if (document.images(id)) document.images(id).src=name;
}
}
//-->