$(function() {
    $('#scroll1').jScrollPane({
        showArrows:true,
        scrollbarWidth:9,
        scrollbarMargin:10
    });
});

$().ready(function() {
    $('#popup').jqm({
        ajax: '@href',
        trigger: 'a.popuptrigger',
        onShow: function(h) { h.w.fadeIn(750); },
        onHide: function(h) { h.w.fadeOut(500, function() { h.o.remove(); }); }
    });
});
