/**
*	Site-specific configuration settings for Highslide JS
*/
function turnOffFlash(){
if(	document.getElementById('hs-flash-id-0')) {
	document.getElementById('hs-flash-id-0').sendEvent('STOP');
}
	}

hs.graphicsDir = '/miljoesite09/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.headingEval = 'this.a.title';
hs.registerOverlay({
	html: '<div class="closebutton" onclick="turnOffFlash();return hs.close(this)" title="Close"></div>',
	position: 'bottom left',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});




