 var mygallery=new fadeSlideShow({
  	wrapperid: "headingfade", //ID of blank DIV on page to house Slideshow
  	dimensions: [822, 351], //width/height of gallery in pixels. Should reflect dimensions of largest image
  	imagearray: [
	  //["path_to_image", "optional_url", "optional_linktarget", "optional_description"]
  		["/uploads/images/website/scrolling_images/Anti-theft_signs.jpg", "", "", "Anti-theft sign plate for highways applications"],
  		["/uploads/images/website/scrolling_images/Cladding_and_sheeting.jpg", "", "", "Cladding and sheeting for corrosive environments"],
  		["/uploads/images/website/scrolling_images/GRP-flat_sheet.jpg", "", "", "Flat GRP sheet and cladding for hygenic applications & other uses"],
  		["/uploads/images/website/scrolling_images/GRP-rooflights.jpg", "", "", "GRP rooflights and roof sheets in 100s of profiles and configurations"],
  		["/uploads/images/website/scrolling_images/GRP-valley.jpg", "", "", "GRP valley gutter systems for tiled and slate roofs"],
  		["/uploads/images/website/scrolling_images/Polycarbonate_rooflights.jpg", "", "", "Multiwall and solid polycarbonate rooflights"]
  	],
  	displaymode: {type:'auto', pause:3500, cycles:0, wraparound:false, randomize:false},
  	persist: true, //remember last viewed slide and recall within same session?
  	fadeduration: 3000, //transition duration (milliseconds)
  	descreveal: "none", // ondemand, always, peekaboo, none
  	togglerid: ""
  })
