MULTIPLE ROLLOVERS Some of this code may no longer be necessary. The IF conditionals test for old browsers that don't understand IMAGE objects. There may not be many of those old browsers out there anymore. Parts of this code were learned from Negrino and Smith's JavaScript for the World Wide Web. The long list of NEW IMAGE names loads the image files before the page displays, eliminating that annoying delay found when the older ONMOUSEOVER- only technique was used. Lastly, remember that you can stack any number of functions into one event, provided they are separated by a comma. R.P. Bird bird@rpbird.com www.rpbird.com April 2001 CODE: