

registerPloneFunction( function() {

var data = { 
              'http://potoff1.eng.wayne.edu/home-page-1/oxirane.jpg/image_large': { caption: 'Vapor-liquid coexistence curve for ethylene oxide: MaryBeth H. Ketko, Jake Rafferty, J. Ilja Siepmann, and Jeffrey J. Potoff, "Development of the TraPPE-UA force field for ethylene oxide," Fluid Phase Equil.  274, 44-49(2008).' },
              'http://potoff1.eng.wayne.edu/home-page-1/dmp-composite4-small.jpg/image_large': { caption: 'Formation of Ca-DMP bridges: J.J. Potoff, Zeena Issa, Charles Manke and Bhanu Jena, “Ca2+-dimethylphosphate complex formation: providing insight into Ca2+ mediated local dehydration and membrane fusion in cells,” Cell Biology Int. 32, 361-366 (2008). ' },
              'http://potoff1.eng.wayne.edu/home-page-1/dnan_surf.jpg/image_large': { caption: 'ESP for dinitroanisole (DNAN): N. Sokkalingham and J. J. Potoff, "Prediction of Environmental impact of high-energy materials with atomistic computer simulations," Proceedings of the 26th Army Science Conference (2008).' },
              'http://potoff1.eng.wayne.edu/home-page-1/tors_dist.jpg/image_large': { caption: 'Distribution of dihedral angles for n-alkanes with  different torsional potentials: D. Bernard-Brunel and J. J. Potoff, "Effect of torsional potential on the predicted phase behavior of n-alkanes," Fluid Phase Equil. (2009), in press.' },
              'http://potoff1.eng.wayne.edu/home-page-1/toc_image-crop.jpg/image_large': { caption: 'Adsorption of soman in a graphite slit pore: Nandhini Sokkalingam, Ganesh Kamath, Maria Coscione and Jeffrey J. Potoff, "Extension of the TraPPE force field to dimethylmethyl phosphonate, sarin and soman, " J. Phys. Chem. B, submitted (2009).' },
              'http://potoff1.eng.wayne.edu/home-page-1/alkanes-all.jpg/image_large': { caption: 'Vapor-liquid coexistence curves for ethane to tetradecane; Jeffrey J. Potoff and Damien A. Bernard-Brunel,  "Mie potentials for phase equilibria calculations: Application to alkanes and perfluoroalkanes," J. Phys. Chem. B (2009), in press.' }
 };

new Slideshow('myShow', data, 
                {hu: '', classes: ['slideshowfolder'], loader: {'animate': ['loader-#.png', 12]}, 
                paused: false,
                thumbnails: true,
                random: false,
                fast: true,
                replace: [/image_large/, 'image_tile'],
                delay: 30000,
                width: 400,
                controller: false,
                duration: 500,
                captions: true,
                height: 400,
                linked: false,
                loop: true
                });


cssQuery('.slideshowfolder-controller li.pause a')[0].title = 'Play / Pause [P]';


cssQuery('.slideshowfolder-controller li.prev a')[0].title = 'Previous [Left arrow]';


cssQuery('.slideshowfolder-controller li.next a')[0].title = 'Next [Right arrow]';


cssQuery('.slideshowfolder-controller li.last a')[0].title = 'Last [Shift + Right arrow]';


cssQuery('.slideshowfolder-controller li.first a')[0].title = 'First [Shift + Left arrow]';


});


