// Set global vars
hs.graphicsDir = '/img/highslide/';
hs.showCredits = false;

// Initialise all links with the highslide class
$(document).ready(function(){
    $('.highslide').bind('click', function() { return hs.expand(this); });
});