// JavaScript Document var mygallery=new fadeSlideShow({ wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow dimensions: [691, 278], //width/height of gallery in pixels. Should reflect dimensions of largest image imagearray: [ ["/dev/images/slides/Services-Medical.jpg", "http://indyheal.nextmp.net/devindex.php/patient_care/service_information/medical", "", "Medical"], ["/dev/images/slides/Services-BehavioralHealthl.jpg", "http://indyheal.nextmp.net/devindex.php/patient_care/service_information/behavioral_health", "", "Behavioral Health"], ["/dev/images/slides/Services-Dental.jpg", "http://indyheal.nextmp.net/devindex.php/patient_care/service_information/dental", "", "Dental"], ["/dev/images/slides/Services-OBBYN.jpg", "http://indyheal.nextmp.net/devindex.php/patient_care/service_information/ob_gyn", "", "OB/GYN"], ["/dev/images/slides/Services-SocialServices.jpg", "http://indyheal.nextmp.net/devindex.php/patient_care/service_information/social_services", "", "Social Services"], ["/dev/images/slides/Services-AdditionalServices.jpg", "http://indyheal.nextmp.net/devindex.php/patient_care/service_information/additional_services", "", "Additional Services"], ["/dev/images/slides/Services-FinancialAssistacne.jpg", "http://indyheal.nextmp.net/devindex.php/patient_care/service_information/financial_assistance", "", "Financial Assistance"], ["/dev/images/slides/Services-PatientRightsPrivacy.jpg", "http://indyheal.nextmp.net/devindex.php/patient_care/service_information/patient_rights_privacy", "", "Patient Rights/Privacy"], ["/dev/images/slides/slider_1.jpg", "http://indyheal.nextmp.net/devindex.php/patient_care/service_information/outreach_enrollment", "", "Outreach & Enrollment"], ], displaymode: {type:'auto', pause:7000, cycles:0, wraparound:false}, persist: false, //remember last viewed slide and recall within same session? fadeduration: 600, //transition duration (milliseconds) descreveal: "always", togglerid: "" })