

// remove the registerOverlay call to disable the controlbar
hs.registerOverlay(
  	{
  		thumbnailId: null,
  		overlayId: 'controlbar',
  		position: 'top right',
  		hideOnMouseOut: false
	}
);

hs.graphicsDir = '../../pics/graphics/';
hs.outlineType = 'rounded-white';

hs.align="center";
hs.targetY="kozepre";
hs.captionSlideSpeed=false;


function lof() {
	var top=(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop)+30;
	document.getElementById('kozepre').style.top=top;
}
