var FCEAptGallery = {

    scrollbarOpts : {scrollbarWidth:12, scrollbarMargin:20, showArrows:true, arrowSize:10},
    scrollbarOpts2 : {scrollbarWidth:12, scrollbarMargin:3, showArrows:true, arrowSize:8},

    /**
     * setup handlers and scrollers
     */
    init: function() {
    
    var bp = document.getElementById('formEmailPop');
    if (bp)
	    bp.action = 'AptGalleryEmail.asp?w=' + GetWFolder();
    }
};

$(document).ready(function(){
     FCEAptGallery.init();
});


