$(function () {
    hs.graphicsDir = abs_url + 'lib/highslide/graphics/';
    hs.outlineType = 'rounded-white';
    $("a.highslide").click(function(){
        return hs.expand(this);
    });
});
