hs.graphicsDir = 'highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = null;
//hs.outlineType = 'outer-glow';
hs.wrapperClassName = 'dark';
hs.fadeInOut = true;

//hs.dimmingOpacity = 0.75;

if ($_GET('p') != '203') {
	// Add the controlbar
	hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: .5,
			position: 'bottom center',
			hideOnMouseOut: true
		}
	});
}

function $_GET(q,s) {
    s = (s) ? s : window.location.search;
    var re = new RegExp('&amp;'+q+'=([^&amp;]*)','i');
    return (s=s.replace(/^\?/,'&amp;').match(re)) ?s=s[1] :s='';
}
