﻿// JScript File

function startGallery() 
{
    //alert('Starting Gallery');
    var myGallery = new gallery($('myGallery'), {
    timed: true,
    showArrows: true,
    showCarousel: true,
    textShowCarousel: 'More Images',
    embedLinks: false,
    showInfopane: false,
    delay: 5000
    });
}
//window.addEvent('load', startGallery);
