﻿    function slideShow( galleryID )
    {
        var opt = 'status=0,toolbars=0,scrollbars=1,width=10,height=10';
        window.open( baseUrl + 'modules/ImageGallerySlideshow.aspx?galleryID=' + galleryID , 'gallery', opt);
        return false;
    }
    function popImage( imageID )
    {     
        var opt = 'status=0,toolbars=0,scrollbars=1,width=10,height=10';
        window.open( baseUrl + 'modules/ImageGallerySlideshow.aspx?imageID=' + imageID , 'gallery', opt);
        return false;
    }

