home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of Krondor (Promo)
/
980804_1901.BIN
/
releases
/
return-to-krondor
/
javascript
/
c3-movies.js
next >
Wrap
Text File
|
1998-03-30
|
596b
|
20 lines
function change (ObjectName, ChangeTo)
{
document [ObjectName].src = eval( ObjectName + ChangeTo + ".src" );
return;
}
thumbnail1off = new Image();
thumbnail1off.src = "movies/rtk-thumb-off.gif";
thumbnail1on = new Image();
thumbnail1on.src = "movies/rtk-thumb-on.gif";
thumbnail1click = new Image();
thumbnail1click.src = "movies/rtk-thumb-click.gif";
thumbnail2off = new Image();
thumbnail2off.src = "movies/thumbnail2.gif";
thumbnail2on = new Image();
thumbnail2on.src = "movies/thumbnail2-on.gif";
thumbnail2click = new Image();
thumbnail2click.src = "movies/thumbnail2-click.gif";