hs.graphicsDir = 'js/graphics/';
hs.registerOverlay(
{
	thumbnailId: null,
	overlayId: 'controlbar',
	position: 'top right',
	hideOnMouseOut: true
	}
);
hs.zIndexCounter = 9999;
hs.showCredits=false;
hs.outlineType = 'rounded-white';
hs.outlineWhileAnimating = true;
hs.objectLoadTime = 'after';

window.onload = function() {
	hs.preloadImages(12);
}


function HSpopup(ThisLink){
	hs.htmlExpand(ThisLink, { contentId: 'm25layer', objectType: 'iframe', objectWidth: 570, objectHeight: 360 } )
	return false;
}
function HSpopupLarge(ThisLink){
	hs.htmlExpand(ThisLink, { contentId: 'hspopuplarge', objectType: 'iframe', objectWidth: 640, objectHeight: 740 } )
	return false;
}

