//nichts zu tun
//252c11fe15cc0c367cc46c4ee083a475
// remove the registerOverlay call to disable the controlbar
hs.registerOverlay(
  {
  thumbnailId: null,
  overlayId: 'controlbar',
  position: 'top right',
  hideOnMouseOut: true
  }
);

hs.graphicsDir														= JS_rb+'global/js/highslide/';
hs.outlineType														= 'rounded-white';
hs.captionEval														= 'this.thumb.title';
hs.showCredits														= false;


function show_blades(nr)
  {
  for(i=0;i<2;i++)
    {
	document.getElementById('blade_link_0'+i).className				= document.getElementById('blade_link_0'+i).className.replace('selected','');
	document.getElementById('div_blades_0'+i).style.display			= 'none';
	}
  document.getElementById('blade_link_0'+nr).className				= 'selected';
  document.getElementById('div_blades_0'+nr).style.display			= 'block';
  }