Where you have this:
Code:
var fadeimages2=new Array() //2nd array set example. Remove or add more sets as needed.
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]=["images/shiphave2.jpg", "", ""] //plain image syntax
fadeimages[1]=["images/shippurple3.jpg", "", ""] //image with link syntax
fadeimages[2]=["images/shipinauckland.jpg", "", ""] //image with link and target syntax
fadeimages[3]=["images/shipcelgalaxyglacier.jpg", "", ""] //image with link and target syntax
The red fadeimages and those below it should be:
fadeimages2
Didn't you notice that the 'working' slideshow was using the second set of images?
Bookmarks