

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

var slides3=[]; //THIRD SLIDESHOW
//configure the below images and descriptions to your own, note optional links, target and window specifications. 
slides3[0] = ["images/adverts/vital-scotland.gif", "<h1>Teambuilding Activities In Scotland</h1>", "http://www.vitalscotland.co.uk/", "_blank", "resizable"];
slides3[1] = ["images/adverts/highland-escape.jpg", "<h1>Highland Escape Apartments</h1>", "http://www.highlandescape.com/", "_blank"];
slides3[2] = ["http://www.hotelreviewscotland.com/images/2007/01/HRS-EDINBURGHLOGO-2007.jpg", "<h1>Hotel Review Edinburgh</h1>", "http://www.hotelreviewedinburgh.com/", "_blank"];

slides3[3] = ["http://www.destinationscotland.com/images/portland.jpg", "<h1>Portland Hotels</h1>", "http://www.portlandhotels.co.uk/", "_blank"];
slides3[4] = ["http://www.destinationscotland.com/images/rafting-advert.gif", "<h1>White water rafting scotland</h1>", "http://www.activityscotland.com/", "_blank"];
slides3[5] = ["images/adverts/hotel-deals.gif", "<h1>Hotel Deals on UK Hotels</h1>", "http://www.hoteldeals.co.uk/", "_blank"];
slides3[6] = ["http://www.destinationscotland.com/images/shh-banner.jpg", "<h1>Luxury Hotels In Scotland</h1>", "http://www.scotlandsheritagehotels.co.uk/", "_blank"];
slides3[7] = ["http://www.destinationscotland.com/images/shoty-sparkle-3.gif", "<h1>Hotel Review Scotland</h1>", "http://www.hotelreviewscotland.com", "_blank"];
slides3[8] = ["http://www.destinationscotland.com/images/adverts/blair-atholl.jpg", "<h1>Blair Castle Scotland</h1>", "http://www.blair-castle.co.uk/", "_blank"];


//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='#cccccc'; //onmouseover background-color for image buttons (requires image_controls=1)
slides3.specs='width=800, height=680, scrollbars, resizable, location' //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)
slides3.counter=0; //use to show image count
slides3.width=156; //use to set width of widest image if dimensions vary
slides3.height=125; //use to set height of tallest image if dimensions vary


