hs.graphicsDir = 'resources/js/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);
}
