hs.graphicsDir = 'resources/highslide/graphics/';

hs.onKeyDown = function(sender, e) {
if (e.keyCode == 32) return false;
};

hs.onActivate = function() {
   var theForm = document.getElementById("responsePanes");
   if (theForm) theForm.appendChild(hs.container);
}

hs.showCredits = false;

hs.lang = {
   loadingText :     '',
   loadingTitle :    ''
};

hs.dynamicallyUpdateAnchors = false;