I'm using this script http://www.dynamicdrive.com/dynamicindex4/imagetooltip.htm to display blowups of thumbnails when you move your mouse over them. The bad part is I want to do it to about 130 images on a single page and it won't do the blowup script until ALL images have loaded plus the enlarged images. This takes about 20seconds on broadband but that's too much of a delay. Is there any way to have a loading animation or something that will dance around until ALL of the images are loaded before displaying any of them? I have seen a few examples out there but most seem to be for individual images, I think I'll need one that'll load the entire page before actually displaying it. Thanks.