
$(function() {
$('fieldset label, .help_zone a').tooltip({
 track: true,
 delay: 0,
 showURL: false,
 showBody: ' - ',
 fade: 200,
 top:0,
 left:-370
});
});

hs.graphicsDir = 'js/highslide/graphics/';
hs.expandCursor = 'zoomin.png';
hs.restoreCursor = 'zoomout.png';
hs.loadingOpacity = 0.75;
hs.showCredits = false;
hs.closeText = '';
hs.closeTitle = '';
hs.moveTitle = '';
hs.moveText = '';
hs.restoreTitle = '';
hs.expandSteps = 20;
hs.captionEval = 'this.thumb.alt';
hs.outlineType = 'drop-shadow';
hs.align = 'center';
hs.anchor = 'center';
hs.fadeInOut = false;
hs.dimmingOpacity = 0;
hs.dimmingDuration = 200;
hs.align = 'center';
hs.expandDuration = 300;
hs.restoreDuration = 300;
hs.transitions = ['expand', 'crossfade'];
hs.transitionDuration = 250;
hs.easing = 'easeInQuad';
hs.allowSizeReduction = true;
