﻿$(function () {

    $('#btnMasks').click(function (e) {
        
        ShowModal("#masks");

        e.preventDefault();

    });

});
