﻿var preload_ctrl_images=false;
	
 
	var previmg='left.gif';
	var stopimg='stop.gif';
	var playimg='play.gif';
	var nextimg='right.gif';
	
	var slides=[]; //FIRST SLIDESHOW
 
	slides[0] = ["images/mainslide00.jpg", "","", "_new", "top=250, left=300, width=482, height=320, location, resizable=no, scrollbars=no"];
	slides[1] = ["images/mainslide01.jpg", "","", "_new", "top=250, left=300, width=482, height=320, location, resizable=no, scrollbars=no"];
	slides[2] = ["images/mainslide02.jpg", "","", "_new", "top=250, left=300, width=482, height=320, location, resizable=no, scrollbars=no"];
	slides[3] = ["images/mainslide03.jpg", "","", "_new", "top=250, left=300, width=482, height=320, location, resizable=no, scrollbars=no"];
	slides[4] = ["images/mainslide04.jpg", "","", "_new", "top=250, left=300, width=482, height=320, location, resizable=no, scrollbars=no"];
	slides[5] = ["images/mainslide05.jpg", "","", "_new", "top=250, left=300, width=482, height=320, location, resizable=no, scrollbars=no"];
	slides[6] = ["images/mainslide06.jpg", "","", "_new", "top=250, left=300, width=482, height=320, location, resizable=no, scrollbars=no"];
	
	//slides.desc_prefix='<b>Description:<\/b> '; //string prefix for image descriptions display
	slides.controls_top=0; //use for top controls
	slides.counter=0; //use to show image count
	//slides.width=140; //use to set width of widest image if dimensions vary
	//slides.height=225; //use to set height of tallest image if dimensions vary
	slides.no_auto=0; //use to make show completely user operated (no play button, starts in stopped mode)
	slides.use_alt=0; //use for descriptions as images alt attributes
	slides.use_title=0; //use for descriptions as images title attributes
	slides.nofade=0; //use for no fade-in, fade-out effect for this show
	slides.border=4; //set border width for images
	slides.border_color='black'; //set border color for images
	slides.border_style='ridge'
	slides.pause=0; //use for pause onmouseover
	slides.no_descriptions=1; //use for no descriptions displayed
	slides.image_controls=0; //use images for controls
	slides.button_highlight='#cccccc'; //onmouseover background-color for image buttons (requires image_controls=1)
	slides.specs='width=482, height=320' //global specifications for this show's new window(s)
	slides.random=0; //set a random slide sequence on each page load
	slides.manual_start=0; //start show in manual mode (stopped)
	slides.fadecolor="black"; // will set fading images background color, defaults to white
	slides.no_controls=1;
