Here is the script
Code:
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [969, 360], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["http://alabamastay.com/pmc-flash/computer.jpg", "", "_new", "Products Made With CFRT® Are Tougher!"],
["http://alabamastay.com/pmc-flash/plane.jpg", "", "_new", "Products Made With CFRT® Are Stonger!"],
["http://alabamastay.com/pmc-flash/many.jpg", "", "_new", "Composites Materials For Every Industry"],
["http://alabamastay.com/pmc-flash/car.jpg", "", "_new", "CFRT® 'The Supercharged Plastic'"],
["http://alabamastay.com/pmc-flash/sailing.jpg", "", "_new", "CFRT® 'The Material Edge'"],
["http://alabamastay.com/pmc-flash/sewing.jpg", "", "_new", "Uni-Directional Tape, Sheet, Components, Engineered Solutions"]
],
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 3000, //transition duration (milliseconds)
descreveal: "always",
togglerid: ""
})
</script>
Bookmarks