//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 Willow Creek Campground, this sign will welcome you near the entrance."];
slides2[1] = ["images/photo2.jpg", "Willow Creek Campground entrance. - Welcome to the park!"];
slides2[2] = ["images/photo4A.jpg", "When you visit the park, you can check in at our newly installed gatehouse."];
slides2[3] = ["images/photo3.jpg", "195 campsites in a setting of native Pine, Fir and Tamerrack trees."];	
slides2[4] = ["images/photo5.jpg", "Free fire wood is available to keep you warm on chilly evenings."];
slides2[5] = ["images/photo6.jpg", "Enjoy good fellowship with other guests at the daily 10:00 A.M. coffee break."];
slides2[6] = ["images/photo7.jpg", "Enjoy a hot dog roast or pot luck meal. These are fun events. Your invited to join us?"];
slides2[7] = ["images/photo8.jpg", "Free use of the our boat ramp & dock when staying in the park."];
slides2[8] = ["images/photo8A.jpg", "Want to get some exercise, a two mile walking trail which has lots of wildlife."];
slides2[9] = ["images/photo8B.jpg", "Two group camping areas are available to rent for your group or family outing."];
slides2[10] = ["images/photo8C.jpg", "A complete kitchen and shelter to rent when staying in our group area."];
slides2[11] = ["images/photo9.jpg", "We keep the park neat and safe. This crew is removing a tree stump."];
slides2[12] = ["images/photo10.jpg", "A handicap bathroom & shower was recently installed in the park."];
slides2[13] = ["images/photo11.jpg", "With the restroom in place, a walkway is readied to provide access to the building."];
slides2[14] = ["images/photo12.jpg", "SISCRA WEEK is held in early August, enjoy a Buckaroo Breakfast of pancakes, ham & eggs"];
slides2[15] = ["images/photo13.jpg", "SISCRA week is a fun time, here donated items are auctioned off to the highest bidder."];
slides2[16] = ["images/photo14.jpg", "And a yard sale with items for the bargain hunter during SISCRA week."];
slides2[17] = ["images/photo15.jpg", "Live music, jam sessions, dancing and weekly Bingo are always enjoyable."];
slides2[18] = ["images/photo8D.jpg", "Fourth of July Parade is held at Willow Creek Campground. It's a blast!"];
slides2[19] = ["images/photo16.jpg", "Lake Cascade has boating and fishing for all. Come and have fun on the lake."]; 
slides2[20] = ["images/photo17.jpg", "We have a Recreation Hall, Kitchen, Restroom's plus a workshop to keep it all 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"];
slides2[23] = ["",""];

//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=600; //use to set width of widest image if dimensions vary
slides2.height=450; //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
