﻿var $j = jQuery;

$j(document).ready(function () {
    
    if (deconcept.SWFObjectUtil.getPlayerVersion().major > 0)
        $j("#aThirdGallery").show();
    
    $j("#aThirdGallery").click(function () {

        Code.Extensions.Modal.show({
            maskOpacity: 0.8,
            modalContentSelector: '#FabricViewer'
        });

    });

});

