hs.registerOverlay(
{
thumbnailId: null,
overlayId: 'controlbar',
position: 'bottom center',
hideOnMouseOut: true,
opacity: 0.80
}
	);
hs.graphicsDir = '../js/graphics/';
hs.outlineType = 'drop-shadow';
window.onload = function() {
hs.preloadImages(10);
}