//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='pause.gif';
var playimg='play.gif';
var nextimg='right.gif';

var slides2=[]; //SECOND SLIDESHOW
//configure the below images and descriptions to your own. 
slides2[0] = ["images/zarks_interior.jpg", "<i>Zarks Fine Design Gallery</i> - Representing over 80 local, regional, and national artists - Featuring ceramics from the Spring Street Pottery Studio, fine jewelry, painting and the region's largest collection of contemporary American art glass. "];
slides2[1] = ["images/quicksilver_exterior.jpg", "<i>Quicksilver Gallery</i> - Art and fine craft gallery presenting works of 60+ artists - limited edition watercolors, pencil drawings, unique smoke drawings, photographs, jewelry, pottery, bronze sculptures, woodcarvings, wind chimes, and musical instruments such as drums, flutes, rattles, and freenotes."];
slides2[2] = ["images/e_thyme_exterior_gallery.jpg", "<i>Eureka Thyme Gallery</i> - At our new downtown location, representing local artists and craftspersons: soy candles, luminaria, jewelry, photography, fine art, eclectic art in many forms, fine crafted wooden bowls, pottery, mobiles, glassworks, shrines, local books and music, and whatever locally made items tickle our fancy!"];
slides2[3] = ["images/eurekafineart_interior.jpg", "<i>Eureka Fine Art Company</i> - Largest fine art gallery in the region featuring local Eureka Springs and regional artists - We offer custom framing services and art consultation."];
slides2[4] = ["images/jewelbox_exterior.jpg", "<i>The Jewel Box</i> - carries a wide range of handmade and collectible items including art jewelry, hot glass work, wooden boxes, clay animals, batik paintings and feather masks - representing over 50 local, regional and national artists, each known for his or her distinct style and use of materials."];
slides2[5] = ["images/fusionsquared_exterior.jpg", "<i>Fusion Squared</i> - Featuring artisan-created, fused glass jewelry and other fused glass items, Raku pottery and original graphite drawings. In addition, Fusion Squared carries the work of other artists from Eureka Springs and around the nation."];
slides2[6] = ["images/eurekasprings_gallerystroll.jpg", "Don't miss our <i>2nd Saturday Gallery Stroll</i> - galleries open late just for you....6 - 9 PM"];
slides2[7] = ["images/83spring_exterior.jpg", "<i>83 Spring Street Gallery</i> - Featuring the magnificent bronzes of Mark Hopkins, America's favorite sculptor. Duck Decoys by John Bundy, and fine original art, furnishings, and jewelry make 83 Spring Street a must-see on your Gallery Tour!"];
slides2[8] = ["images/nelson_interior-sm.gif", "<i>J A Nelson Gallery</i> exclusive works of artists James A. (Jim) Nelson, wooden wall art for commerical or residential spaces."];
slides2[9] = ["images/iris_exterior.jpg", "<i>Iris at the Basin Park</i> - An eclectic American Craft gallery located in the historic 1905 Basin Park Hotel. Presenting the work of more than 140 artists and fine crafts persons, including raku vases, glass, silver jewelry, and unique collector items."];
//optional properties for these images:
slides2.desc_prefix='<b><\/b> '; //string prefix for image descriptions display
slides2.controls_top=0; //use for top controls
slides2.no_controls=1
slides2.counter=0; //use to show image count
slides2.width=210; //use to set width of widest image if dimensions vary
slides2.height=218; //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=1; //use for descriptions as images title attributes
slides2.nofade=1; //use for no fade-in, fade-out effect for this show
slides2.fadecolor="#F5EFDF"
slides2.border=0; //set border width for images
slides2.border_color='lightblue'; //set border color for images
slides2.pause=1;
slides2.delay=7000;
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;"
