hs.registerOverlay({
    thumbnailId: null,
    overlayId: 'controlbar',
    position: 'top right',
    hideOnMouseOut: true
});
hs.graphicsDir = '/js/graphics/';
hs.outlineType = 'rounded-white';
window.onload = function() {
    hs.preloadImages(5);
}
