//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=false;

//And configure the image buttons' images here:
var previmg='images/left.gif';
var stopimg='images/stop.gif';
var playimg='images/play.gif';
var nextimg='images/right.gif';

var slides2=[]; //SECOND SLIDESHOW
//configure the below images and descriptions to your own. 
slides2[0] = ["images/photo1.jpg", "As you approach SISCRA, \r this sign will greeted you to the park."];
slides2[1] = ["images/photo2.jpg", "SISCRA's RV park entrance. - Welcome to the park!"];
slides2[2] = ["images/photo3.jpg", "The park is situated in tall pines, firs and tamarack trees."];
slides2[3] = ["images/photo4.jpg", "Over 200 campsites in a setting where flora and fauna thrive."];	
slides2[4] = ["images/photo5.jpg", "Keep warm on chilly evenings with a fire. Free firewood available."];
slides2[5] = ["images/photo6.jpg", "Fellow campers at the daily coffee break. Lots of good fellowship"];
slides2[6] = ["images/photo7.jpg", "Hot dog roast & pot luck meals are fun events. Want to join us?"];
slides2[7] = ["images/photo8.jpg", "Free use of the boat ramp & dock when staying in the park."];
slides2[8] = ["images/photo8A.jpg", "Want to exercise, a 2 mile walking trail with lots of wildlife."];
slides2[9] = ["images/photo8B.jpg", "Two group camping areas available to rent for a group or family outing."];
slides2[10] = ["images/photo8C.jpg", "A complete kitchen and shelter to rent for your group or family outing."];
slides2[11] = ["images/photo9.jpg", "Board members keep the park  neat by removing a stump."];
slides2[12] = ["images/photo10.jpg", "A handicap bathroom & shower was recently installed in the park."];
slides2[13] = ["images/photo11.jpg", "With the facility in place, a walkway is readied for the building."];
slides2[14] = ["images/photo12.jpg", "SISCRA WEEK (August), enjoy a breakfast of pancakes, ham & eggs"];
slides2[15] = ["images/photo13.jpg", "Donated items are auctioned during SISCRA week. (Early August)."];
slides2[16] = ["images/photo14.jpg", "A yard sale with items for the bargain hunter during SISCRA week."];
slides2[17] = ["images/photo15.jpg", "Live music, jam sessions and dances are always enjoyable."];
slides2[18] = ["images/photo8D.jpg", "2009 Fourth of July Parade at SISCRA's Willow Creek Campground."];
slides2[19] = ["images/photo16.jpg", "Lake Cascade has boating and fishing for all. Have Fun on the lake."]; 
slides2[20] = ["images/photo17.jpg", "A Recreation Hall, Kitchen, Restroom's and a shop to keep it running."];
slides2[21] = ["images/photo18.jpg", "Thanks for looking. Plan to stay at the park. It's worth the trip!"];
slides2[22] = ["images/photo19.jpg", "SISCRA Thanks you for visiting our web site"];

//optional properties for these images:
slides2.desc_prefix='<b><\/b> '; //string prefix for image descriptions display
slides2.controls_top=1; //use for top controls
slides2.counter=0; //use to show image count
slides2.width=400; //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=1; //use for descriptions as images title attributes
slides2.nofade=0; //use for no fade-in, fade-out effect for this show
slides2.border=2; //set border width for images
slides2.border_color='lightblue'; //set border color for images
slides2.delay=6500