// JavaScript Document
 
    hs.graphicsDir = '../js/graphics/';
    window.onload = function() {
        hs.preloadImages(5);
    }
