(function() {
    var $lusc = {};
    $lusc.fn = {};
    $lusc.fn.popup = function(url,w,h) {
        var win = window.open(url,'highLight','width=' + w + ', height=' + h + ', scrollbars=yes, toolbar=no, menubar=no, location=no');
        return false;
    }

    window.$lusc = $lusc;
})();

