: The initial JS in the head never returns "3" which is the only
: time the mouseOver behaviour you described is implemented for.
: "3" was supposed to be the version variable set to if the browser's
: User Agent detection in that little bit of JavaScript in the head got a
: return of "Mozilla/3.0" which Mozilla browsers no longer return.
: If that bit of JS still works (it appears to) the easiest part is to
: remove the "3.0" in that string and just have it check for
: Mozilla.
Bingo. Perfect. Many thanks. The page is now working as it did back in 1997.
Cheers
Hamish