Well, contrary to what it says here:
Code:
// image preload
// add only mousedown images
addImg('templates/home3.gif')
addImg('templates/products3.gif')
addImg('templates/order3.gif')
addImg('templates/about3.gif')
addImg('templates/contact3.gif')
The way that the code is written, there is no reason why you cannot add any images you like here for preload. I would limit it to mouseover and mousedown images, as the images that are required when the page loads will not load any faster if included here.
Bookmarks