$(function() {
$('#s1').cycle({ 
  fx:    'fade', 
    next:   '#s1', 
speed: 2000, 
timeout: 5000 
});
}); 
function hlavicka (){
    document.getElementById('obr2').style.visibility='visible';
  document.getElementById('obr3').style.visibility='visible';

  }

	hs.graphicsDir = 'highslide/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-white';
	hs.fadeInOut = true;
	//hs.dimmingOpacity = 0.75;


	
//tinyMCE.init({
//mode : "textareas",
//theme : "simple"
//});
