	hs.graphicsDir = 'http://harcerze.pl/forum/styles/prosilver/theme/highslide/graphics/';
	hs.showCredits = false;
	hs.dimmingOpacity = 0.001;
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-white';	
	hs.blockRightClick = true;
	hs.enableKeyListener = false;
	

hs.height = 2000;
hs.marginTop = 50;
hs.marginRight = 50;
hs.marginBottom = 50;
hs.marginLeft = 50;

	hs.allowWidthReduction=false;

	hs.onDimmerClick = function() {
      return false;
    }		
		
 
	hs.registerOverlay({
		html: '<div class="red-closebutton" onclick="return hs.close(this)" title="Zwiń"></div>',
		position: 'top right',
		fade: 2, // fading the semi-transparent overlay looks bad in IE
		useOnHtml: true
	});


function firehs1(){
	hs.htmlExpand(null, { objectType: 'iframe', src: 'http://forum.harcerze.pl/viewforum.php?f=62'} );
}


