Bluewalrus, that first is for a slide show that is no longer available. The second is just an index.
sanduwa, here's what I would try - first install the scripts on the page as instructed on each one's demo page. For Lightbox, don't worry about making any rel="lightbox" links, just install its scripts in the head. For Swiss Army, use a configuration like so:
Code:
var slides=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own.
slides[0] = ["photo1.jpg", "Kissing Fools", "photo1_lrg.jpg"];
slides[1] = ["photo2.jpg", "Seated Woman", "photo2_lrg.jpg"];
slides[2] = ["photo3.jpg", "The Dog Lovers", "photo3_lrg.jpg"];
slides[3] = ["photo4.jpg", "Standing Woman", "photo4_lrg.jpg"];
slides[4] = ["photo5.jpg", "John, Mary and Jesus", "photo5_lrg.jpg"];
slides.use_title = 1;
slides.onclick = "this.title = this.getElementsByTagName('img')[0].title; this.rel = 'lightbox'; myLightbox.start(this); return false;";
Bookmarks