function initScrollbars(div)
{
    jQuery(div).jScrollPane({
        scrollbarWidth: 9,
        showArrows: true,
        arrowSize: 16
    });
}

