

registerPloneFunction( function() {

var data = { 
              'http://www.cae.tntech.edu/overview/home-directory-mounted.png/image_large': { caption: 'Securely access your research or academic files from your office or on-campus labs.' },
              'http://www.cae.tntech.edu/overview/copy_of_filezilla.png/image_large': { caption: 'Securely access your research or academic files from home, or anywhere in the world.' },
              'http://www.cae.tntech.edu/overview/copy_of_public-web-directory.png/image_large': { caption: 'Copy files to your personal web space as easily as you can to any other network drive.' },
              'http://www.cae.tntech.edu/overview/copy_of_public-web-directory-in-browser.png/image_large': { caption: 'Download any files in your personal web space from anywhere in the world.' },
              'http://www.cae.tntech.edu/overview/copy_of_private-web-directory.png/image_large': { caption: 'Copy files to your private web space to avoid sending large files via email.' },
              'http://www.cae.tntech.edu/overview/copy_of_emailing-private-link.png/image_large': { caption: 'Email a link to a file in your private web space to avoid exceeding recipients\' email quotas and other technical problems.' },
              'http://www.cae.tntech.edu/overview/copy_of_blog-example.png/image_large': { caption: 'Track your research activities, collaborate with peers, and promote your professional reputation with a blog.' },
              'http://www.cae.tntech.edu/overview/copy_of_activecollab.png/image_large': { caption: 'Manage progress on project tasks and the development of project documents with web-based project management and collaboration tools.' },
              'http://www.cae.tntech.edu/overview/copy_of_tortoise-svn.png/image_large': { caption: 'Manage the development of program code (or any project files) among several people with a version control system.' },
              'http://www.cae.tntech.edu/overview/copy_of_trac-example.png/image_large': { caption: 'Track the changes in program code, other project files, or online project documentation among several people with a software configuration management website with an integrated Wiki.' },
              'http://www.cae.tntech.edu/overview/fluent-speedup.png/image_large': { caption: 'Solve large computational problems by combining dozens of high-performance CPUs into one parallel computation system. Alternatively, solve large numbers of smaller problems with our queuing system that automatically delegates each problem to an available CPU.' }
 };

new Slideshow('myShow', data, 
                {hu: '', classes: ['slideshowfolder'], loader: {'animate': ['loader-#.png', 12]}, 
                paused: false,
                thumbnails: false,
                random: false,
                fast: false,
                replace: [/image_large/, 'image_tile'],
                delay: 5000,
                width: 800,
                controller: false,
                duration: 500,
                captions: true,
                height: 600,
                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]';


});


