jQuery(document).ready(function() { $("#obr").fadeIn("slow"); }); function mycarousel_initCallback1(carousel) { // Disable autoscrolling if the user clicks the prev or next button. carousel.buttonNext.bind('click', function() { carousel.startAuto(0); }); carousel.buttonPrev.bind('click', function() { carousel.startAuto(0); }); // Pause autoscrolling if the user moves with the cursor over the clip. carousel.clip.hover(function() { carousel.stopAuto(); }, function() { carousel.startAuto(); }); }; jQuery(document).ready(function() { jQuery('#first-carousel').jcarousel({ auto: 5, wrap: 'last', initCallback: mycarousel_initCallback1 }); jQuery('#third-carousel').jcarousel({ auto: 5, wrap: 'last', initCallback: mycarousel_initCallback1 }); }); function showhide(id) { var elem = document.getElementsByTagName('div'); for(i = 0; i < elem.length; i++) { att = elem[i].getAttribute("name"); if(att == "schovej") { elem[i].style.display="none"; } } obj4 = document.getElementsByName('vycisti'); for(i=0;i"); } else { $("#obr").replaceWith("
"); $("#obr").css({'display' : 'none'}); $("#obr").fadeIn("slow"); } }