To make the descriptions (captions) of the images links as well, find these two lines in 'function buildimage(i)':
Code:
tempcontainer=galleryarray[i][3]!=""? tempcontainer+'</a>' : tempcontainer
tempcontainer=galleryarray[i][2]!=""? tempcontainer+'<br \/>'+galleryarray[i][2] : tempcontainer
and reverse their order:
Code:
tempcontainer=galleryarray[i][2]!=""? tempcontainer+'<br \/>'+galleryarray[i][2] : tempcontainer
tempcontainer=galleryarray[i][3]!=""? tempcontainer+'</a>' : tempcontainer
This script will have little or no effect on bandwidth but should accelerate the apparent load time under some circumstances. Bytes are bytes however you look at it and all must eventually be transferred.
Bookmarks