hs.graphicsDir = '/img/u/highslide/';
hs.showCredits = false;
/*hs.outlineType = 'custom';*/
hs.dimmingOpacity = 0.8;
hs.align = 'center';
hs.registerOverlay({
	html: '<div class="closebutton png-fix" onclick="return hs.close(this)" title="Close"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});
// gallery config object
var config = {
	slideshowGroup: 'group1',
	transitions: ['expand', 'crossfade'],
	outlineType: 'rounded-white'
};

function initPfPopup() {
	var wasShowed = $.cookie("pfShowed");
	/*if (wasShowed == null) {
		//nastaveni cookie, ktera vyprsi za 1 den
		$.cookie('pfShowed','true', { expires: 1 });*/

		return hs.htmlExpand(null, { contentId: 'highslide-pf' } );
	/*}*/
}
