if(document.images) {
pics = new Array();
pics[1] = new Image();
pics[1].src = "../../_v1_1/images/turn_next1.gif";
pics[2] = new Image();
pics[2].src = "../../_v1_1/images/turn_next2.gif";
pics[3] = new Image();
pics[3].src = "../../_v1_1/images/turn_prev1.gif";
pics[4] = new Image();
pics[4].src = "../../_v1_1/images/turn_prev2.gif";
}
function changer(from,to) {
if(document.images) {
document.images[from].src = pics[to].src;
}
}
// Create the slideshow object
ss = new slideshow("ss");
// Set the delay between slides, 1000 = 1 sec
ss.timeout = 10000;
// By default, all of the slideshow images are prefetched.
// If you have a large number of slides you can limit the
// number of images that are prefetched.
ss.prefetch = 2;
// By default the slideshow will repeat when you get to the end.
// ss.repeat = false;
// Create the slides and add them to the slideshow.
s = new slide();
s.src = "_community/gallery/fphotos/2fr.jpg";
s.link = "?pg=community/gallery/galleryphoto.php&pid=2";
s.text = "
\"Morning Light\"
by Lance Clark
";
s.target = "_self";
ss.add_slide(s);
s = new slide();
s.src = "_community/gallery/fphotos/51fr.jpg";
s.link = "?pg=community/gallery/galleryphoto.php&pid=51";
s.text = "\"Winter Tree II\"
by Jason Willard
";
s.target = "_self";
ss.add_slide(s);
s = new slide();
s.src = "_community/gallery/fphotos/19fr.jpg";
s.link = "?pg=community/gallery/galleryphoto.php&pid=19";
s.text = "\"Rising Moon and Fireworks\"
by John Warner
";
s.target = "_self";
ss.add_slide(s);
s = new slide();
s.src = "_community/gallery/fphotos/5fr.jpg";
s.link = "?pg=community/gallery/galleryphoto.php&pid=5";
s.text = "\"Speckled Sunrise\"
by Lance Clark
";
s.target = "_self";
ss.add_slide(s);
s = new slide();
s.src = "_community/gallery/fphotos/3fr.jpg";
s.link = "?pg=community/gallery/galleryphoto.php&pid=3";
s.text = "\"Oquirrh Range\"
by Lance Clark
";
s.target = "_self";
ss.add_slide(s);
s = new slide();
s.src = "_community/gallery/fphotos/1fr.jpg";
s.link = "?pg=community/gallery/galleryphoto.php&pid=1";
s.text = "\"Lunar Retreat\"
by Lance Clark
";
s.target = "_self";
ss.add_slide(s);
s = new slide();
s.src = "_community/gallery/fphotos/4fr.jpg";
s.link = "?pg=community/gallery/galleryphoto.php&pid=4";
s.text = "\"Oquirrh Sunset\"
by Lance Clark
";
s.target = "_self";
ss.add_slide(s);