//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='images/left.gif';
var stopimg='images/stop.gif';
var playimg='images/play.gif';
var nextimg='images/right1.gif';

var slides3=[]; //THIRD SLIDESHOW
//configure the below images and descriptions to your own, note optional links, target and window specifications. 
slides3[0] = ["images/green_essay.jpg", "", "green_essay_contest.shtml", "", "top=250, left=300, width=800, height=600, location, resizable, scrollbars"];
slides3[1] = ["images/bay_shore.jpg", "", "bmw_bay_shore.shtml", "", "top=250, left=300, width=800, height=600, location, resizable, scrollbars"];
slides3[2] = ["images/green_events.jpg", "", "green_events.shtml", "", "top=250, left=300, width=800, height=600, location, resizable, scrollbars"];


/*slides3[3] = ["images/car_img4.jpg", "", "specials.php", "", "top=250, left=300, width=800, height=600, location, resizable, scrollbars"];
slides3[4] = ["images/car_img5.jpg", "", "specials.php", "", "top=250, left=300, width=800, height=600, location, resizable, scrollbars"];
slides3[5] = ["images/car_img6.jpg", "", "specials.php", "", "top=250, left=300, width=800, height=600, location, resizable, scrollbars"];*/
//optional properties for these images:
slides3.no_descriptions=1; //use for no descriptions displayed
slides3.pause=1; //use for pause onmouseover
slides3.image_controls=1; //use images for controls
slides3.button_highlight='#FFF'; //onmouseover background-color for image buttons (requires image_controls=1)
slides3.specs='width=300, height=250' //global specifications for this show's new window(s)
slides3.random=1; //set a random slide sequence on each page load
slides3.manual_start=0; //start show in manual mode (stopped)
