//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=[]; //THIRD SLIDESHOW
//configure the below images and descriptions to your own, note optional links, target and window specifications. 
slides2[0] = ["images/aubade/jardin/jardin_d-Iris_flam.jpg", "Aubade 'Jardin d'Iris' 3/4 cup bra au715 with St Tropez brief au770 in Flamingo", "aubade2.html", "_new", "top=50, left=230, width=570, height=650, resizable, scrollbars"];
slides2[1] = ["images/aubade/jardin/jardin_d-Iris_flam-dt.jpg", "Aubade 'Jardin d'Iris' Style au715, 3/4 cup bra in Flamingo-Detail", "aubade2.html", "_new", "top=50, left=230, width=570, height=650, resizable, scrollbars"];
slides2[2] = ["images/aubade/jardin/au714white_half-cup.jpg", "Aubade 'Jardin d'Iris' Style au714, half cup bra in White", "aubade2.html", "_new", "top=50, left=230, width=570, height=650, resizable, scrollbars"];
slides2[3] = ["images/aubade/jardin/au714white_half-cup-dt.jpg", "Aubade 'Jardin d'Iris' Style au714, half cup bra in White-Detail", "aubade2.html", "_new", "top=50, left=230, width=570, height=650, resizable, scrollbars"];
slides2[4] = ["images/aubade/jardin/au714hcup-trope-tbr.jpg", "Aubade 'Jardin d'Iris' Style au714 half cup bra with St Tropez brief in Tenebre", "aubade2.html", "_new", "top=50, left=230, width=570, height=650, resizable, scrollbars"];
slides2[5] = ["images/aubade/jardin/au714hcup-trope-tbr_dt.jpg", "Aubade 'Jardin d'Iris' Style au714 half cup bra with St Tropez brief in Tenebre-Detail", "aubade2.html", "_new", "top=50, left=230, width=570, height=650, resizable, scrollbars"];
slides2[6] = ["images/aubade/jardin/au715g-str-rosee.jpg", "Aubade 'Jardin d'Iris' 3/4 cup bra Style au715 with G-String in Rosee du Matin", "aubade2.html", "_new", "top=50, left=230, width=570, height=650, resizable, scrollbars"];
slides2[7] = ["images/aubade/jardin/au715g-str-rosee-dt.jpg", "Aubade 'Jardin d'Iris' Style au715 3/4 cup in Rosee du Matin", "aubade2.html", "_new", "top=50, left=230, width=570, height=650, resizable, scrollbars"];
slides2[8] = ["images/aubade/jardin/au718mangue-str.jpg", "Aubade 'Jardin d'Iris' Style au718 Plunge bra with G-String in Mangue", "aubade2.html", "_new", "top=50, left=230, width=570, height=650, resizable, scrollbars"];
slides2[9] = ["images/aubade/jardin/au718mangue-dt.jpg", "Aubade 'Jardin d'Iris' Style au718 Plunge bra in Mangue-Detail", "aubade2.html", "_new", "top=50, left=230, width=570, height=650, resizable, scrollbars"];
slides2[10] = ["images/aubade/jardin/au718plg-str-rosee.jpg", "Aubade 'Jardin d'Iris' Style au718 Plunge bra in Rosee du Matin", "aubade2.html", "_new", "top=50, left=230, width=570, height=650, resizable, scrollbars"];
slides2[11] = ["images/aubade/jardin/au718plg-str-rosee-dt.jpg", "Aubade 'Jardin d'Iris' Style au718 Plunge bra in Rosee du Matin-Detail", "aubade2.html", "_new", "top=50, left=230, width=570, height=650, resizable, scrollbars"];

//optional properties for these images:
slides2.no_descriptions=0; //use '1' for no descriptions displayed
slides2.pause=1; //use for pause onmouseover
slides2.image_controls=1; //use images for controls
slides2.button_highlight='#cccccc'; //onmouseover background-color for image buttons (requires image_controls=1)
slides2.specs='width=300, height=500' //global specifications for this show's new window(s)
slides2.random=0; //set a random slide sequence on each page load
slides2.manual_start=1; //start show in manual mode (stopped)

//Notes:
//slides#.target will set a target for a slide group, will be overridden by slides#[#][3], if present
//slides#.specs will set new window specifications for a slide group, will be overridden by slides#[#][4], if present
//slides#.fadecolor will set fading images background color, defaults to white
//slides#.no_controls will set a slide show with no controls
//slides#.random will set a random slide sequence on each page load
//slides#.delay=3000 will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter
//slides#.jumpto=1 will display added controls to jump to a particular image by its number
//slides#.no_added_linebreaks=1; use for no added line breaks in formatting of texts and controls

//use below to create a customized onclick event for linked images in a given show:
//slides#.onclick="window.open(this.href,this.target,'top=0, left=0, width='+screen.availWidth+', height='+screen.availHeight);return false;"

