    hs.graphicsDir = "js/graphics/";
    hs.outlineType = "rounded-white";
    hs.outlineWhileAnimating = true;
	hs.loadingText = "Loading...";
	hs.loadingTitle = "Click to cancel";
	hs.showCredits = 0;
    window.onload = function() {
        hs.preloadImages(5);
    }

if (navigator.appName.indexOf("Internet Explorer") != -1) 
document.onmousedown = noright;
function noright()
{
if (event.button == 2 | event.button == 3)
{
history.go(0);
}
}
