// JavaScript Document var mygallery=new fadeSlideShow({ wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow dimensions: [653, 227], //width/height of gallery in pixels. Should reflect dimensions of largest image imagearray: [ ["/images/slides/HM-PG_dade-city-pow-wow.jpg", "#", "", "Dade City Pow Wow"], ["/images/slides/HM-PG_dock-water-color.jpg", "#", "_blank", "Dock Water"], ["/images/slides/HM-PG_Hudson_fishing.jpg", "", "", "Hudson Fishing"], ["/images/slides/HM-PG_New-Port-Richey.jpg", "", "", "New Port Richey"], ["/images/slides/HM-PG_New-Port-Richey-Main-Street-2002.jpg", "", "", "New Port Richey Main Street"], ["/images/slides/HM-PG_New-Port-Richey-Pix-for-Front-Page.jpg", "", "", "New Port Richey"], ["/images/slides/HM-PG_ZHills-Church.jpg", "", "", "Z'Hills Church"] ], displaymode: {type:'auto', pause:4000, cycles:0, wraparound:false}, persist: false, //remember last viewed slide and recall within same session? fadeduration: 500, //transition duration (milliseconds) descreveal: "always", togglerid: "slideshowtoggler" }) var mygallery2=new fadeSlideShow({ wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow dimensions: [221, 165], //width/height of gallery in pixels. Should reflect dimensions of largest image imagearray: [ ["/images/sponsors/Ad_100_Wesley-Chapel-Chamber-Com.jpg", "http://www.westpasco.com/", "_blank", ""], ["/images/sponsors/HPH-Hospice-Logo.gif", "http://www.hph-hospice.org/", "_blank", ""], ["/images/sponsors/MPNBH_L_RGB.gif", "http://www.mortonplant.com/", "_blank", ""], ["/images/sponsors/Pasco-Education-Foundation-Logo-COLOR-web.gif", "http://pascoeducationfoundation.org/", "_blank", ""], ["/images/sponsors/PEDC-logo.jpg", "http://www.pascoedc.com/", "_blank", ""], ["/images/sponsors/ProlyLaporteMulligan-logo.gif", "http://www.accidentshappenatty.com/", "_blank", ""], ["/images/sponsors/xProgEngy-3C.gif", "http://www.progress-energy.com/", "_blank", ""] ], displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false}, persist: false, //remember last viewed slide and recall within same session? fadeduration: 500, //transition duration (milliseconds) descreveal: "none", togglerid: "" })