Element.Methods = {
    visible: function (element) {
        return $(element).style.display != 'none';
    },