	//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] = ["gallery/photo1.jpg", "Scallop Delight"];
	slides2[1] = ["gallery/photo2.jpg", "Meso Salmon"];
	slides2[2] = ["gallery/photo3.jpg", "Soft Shell Crab"];
	slides2[3] = ["gallery/photo4.jpg", "The Chef - Tim Fuhrman"];
	//optional properties for these images:
	slides2.desc_prefix='<b>Description:<\/b> '; //string prefix for image descriptions display
	slides2.controls_top=1; //use for top controls
	slides2.counter=1; //use to show image count
	slides2.width=300; //use to set width of widest image if dimensions vary
	slides2.height=199; //use to set height of tallest image if dimensions vary
	slides2.no_auto=1; //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.border=2; //set border width for images
	slides2.border_color='lightblue'; //set border color for images

