//If using image buttons as controls, Set image buttons' image preload here true
//(use false for no preloading and for when using no image buttons as controls):
var preload_ctrl_images=true;

//And configure the image buttons' images here:
var previmg='left.gif';
var stopimg='stop.gif';
var playimg='play.gif';
var nextimg='right.gif';

var slides2=[]; //SECOND SLIDESHOW
//configure the below images and descriptions to your own. 
slides2[0] = ["../photos/g2109-1.jpg", "<b>Bead and Silver Necklace</b>"];
slides2[1] = ["../photos/g2109-2.jpg", "<b>Silver and Stone Necklace</b>"];
slides2[2] = ["../photos/g2109-3.jpg", "<b>Bead and Metal Necklace</b>"];
slides2[3] = ["../photos/g2109-4.jpg", "<b>Bead and Silver Necklace</b>"];
slides2[4] = ["../photos/g2109-5.jpg", "<b>Bead and Silver Necklace</b>"];
slides2[5] = ["../photos/g2109-6.jpg", "<b>Stone Necklace</b>"];
slides2[6] = ["../photos/g2109-7.JPG", "<b>Metal Clay Necklace</b>"];
slides2[7] = ["../photos/g2109-8.jpg", "<b>Metal Clay and Glass Bracelet</b>"];
slides2[8] = ["../photos/g2109-9.jpg", "<b>Metal Clay Necklace</b>"];
slides2[9] = ["../photos/g2109-10.jpg", "<b>Metal Clay and Stone Necklace</b>"];
slides2[10] = ["../photos/g2109-11.jpg", "<b>Pearl Necklace</b>"];
slides2[11] = ["../photos/g2109-12.jpg", "<b>Lampwork Necklace</b>"];
slides2[12] = ["../photos/g2109-13.jpg", "<b>Turquoise Necklace</b>"];
slides2[13] = ["../photos/g2109-14.JPG", "<b>Polymer Clay Pin and Earrings</b>"];
slides2[14] = ["../photos/g2109-15.jpg", "<b>Beaded Bead Necklace</b>"];
slides2[15] = ["../photos/g2109-16.jpg", "<b>Antique Button Necklace</b>"];
slides2[16] = ["../photos/g2109-17.jpg", "<b>Pearl and Glass Earrings</b>"];	
slides2[17] = ["../photos/g2109-18.jpg", "<b>Beaded Bead Necklace</b>"];
slides2[18] = ["../photos/g2109-19.jpg", "<b>Beaded Bracelet</b>"];
slides2[19] = ["../photos/g2109-20.jpg", "<b>Bead Woven Necklace</b>"];
slides2[20] = ["../photos/g2109-21.jpg", "<b>Bead Spiral and Glass Necklace</b>"];
slides2[21] = ["../photos/g2109-22.jpg", "<b>Bead Woven Necklace</b>"];
slides2[22] = ["../photos/g2109-23.jpg", "<b>Bead and Glass Necklace</b>"];
slides2[23] = ["../photos/g2109-24.jpg", "<b>Bead Woven Necklace</b>"];
slides2[24] = ["../photos/g2109-25.jpg", "<b>Beaded Bracelet</b>"];
slides2[25] = ["../photos/g2109-26.jpg", "<b>Metal Clay Necklace</b>"];
slides2[26] = ["../photos/g2109-27.jpg", "<b>Beaded Bracelet</b>"];
slides2[27] = ["../photos/g2109-28.jpg", "<b>Metal Clay and Stone Necklace</b>"];
slides2[28] = ["../photos/g2109-29.jpg", "<b>Metal Clay Necklace</b>"];
slides2[29] = ["../photos/g2109-30.JPG", "<b>Bead Adorned Jars</b>"];
slides2[30] = ["../photos/g2109-31.jpg", "<b>Jasper Necklace</b>"];
slides2[31] = ["../photos/g2109-32.jpg", "<b>Pearl and Crystal Necklace</b>"];	
slides2[32] = ["../photos/g2109-33.jpg", "<b>Jasper Necklace</b>"];
slides2[32] = ["../photos/g2109-34.jpg", "<b>Jade and Lampwork Necklace</b>"];
slides2[33] = ["../photos/g2109-35.jpg", "<b>Quartz Necklace</b>"];
slides2[35] = ["../photos/g2109-36.jpg", "<b>Pearl and Lampwork Necklace</b>"];
slides2[36] = ["../photos/g2109-37.jpg", "<b>Pearl and Crystal Necklace</b>"];
slides2[37] = ["../photos/g2109-38.jpg", "<b>Turquoise and Crystal Necklace</b>"];


//optional properties for these images:
slides2.controls_top=0; //use for top controls
slides2.counter=0; //use to show image count
slides2.width=300; //use to set width of widest image if dimensions vary
slides2.height=300; //use to set height of tallest image if dimensions vary
slides2.no_auto=0; //use to make show completely user operated (no play button, starts in stopped mode)
slides2.use_alt=1; //use for descriptions as images alt attributes
slides2.use_title=0; //use for descriptions as images title attributes
slides2.nofade=0; //use for no fade-in, fade-out effect for this show
slides2.border=0; //set border width for images
slides2.border_color='lightblue'; //set border color for images
slides2.no_controls=1; //will set a slide show with no controls
slides2.delay=6000; //will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter
slides2.pause=1;
slides2.random=1;

//Notes:
//slides#.target will set a target for a slide group, will be overridden by slides#[#][3], if present
//slides#.specs will set new window specifications for a slide group, will be overridden by slides#[#][4], if present
//slides#.fadecolor will set fading images background color, defaults to white
//slides#.no_controls will set a slide show with no controls
//slides#.random will set a random slide sequence on each page load
//slides#.delay=3000 will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter
//slides#.jumpto=1 will display added controls to jump to a particular image by its number
//slides#.no_added_linebreaks=1; use for no added line breaks in formatting of texts and controls

//use below to create a customized onclick event for linked images in a given show:
//slides#.onclick="window.open(this.href,this.target,'top=0, left=0, width='+screen.availWidth+', height='+screen.availHeight);return false;"