
//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='button_prev.jpg';
var stopimg='button_stop.jpg';
var playimg='button_play.jpg';
var nextimg='button_next.jpg';

var slides3=[]; //THIRD SLIDESHOW
//configure the below images and descriptions to your own, note optional links, target and window specifications. 
slides3[0] = ["Hearse_81.gif", "Coverage across the whole of the U.K."];
slides3[1] = ["Hearse_82.gif", "No where is too remote for us"];
slides3[2] = ["Hearse_83.gif", "Scotland, England, Wales and the Islands"];
slides3[3] = ["Hearse_13.gif", "Aberdeen, Scotland"];
slides3[4] = ["Hearse_14.gif", "Paignton, South Devon"];
slides3[5] = ["Hearse_15.gif", "Dumbarton, Scotland"];
slides3[6] = ["Hearse_16.gif", "Lowestoft, East Anglia"];
slides3[7] = ["Hearse_35.gif", "Lands End, Cornwall"];
slides3[8] = ["Hearse_21.gif", "Back up"];
slides3[9] = ["Hearse_8.gif", ""];


//optional properties for these images:
slides3.desc_prefix='<b><\/b> '; //string prefix for image descriptions display
slides3.pause=1; //use for pause onmouseover
slides3.image_controls=1; //use images for controls
slides3.border_style='#9B8F57';
slides3.border=1;
slides3.button_highlight='#9B8F57'; //onmouseover background-color for image buttons (requires image_controls=1)
slides3.specs='width=411, height=285' //global specifications for this show's new window(s)
slides3.no_added_linebreaks=1;