$(document).ready(function(){
    $('#topSearch').val('szukaj...');
    $('#topSearch').bind('click', function(){
        var s_text = $(this).val();
        if (s_text == "szukaj...")
            $(this).val('');
    });

     $("a.fancybox").fancybox({
        'titleShow' : false
    });

    $("a[rel^=example_group_]").fancybox({
                'transitionIn'		: 'none',
                'transitionOut'		: 'none',
                'titlePosition' 	: 'over',
                'overlayOpacity'	:  0.7,
                'titleShow' : false
            });
});

$().ready(function() {
            $('#coda-slider-1').codaSlider({
            dynamicTabsPosition: "bottom",
            crossLinking: false,
            dynamicArrows: false,
            autoSlide:true
            });
        });



function setFlashHeight(divid, newH){
    document.getElementById(divid).style.height = newH+"px";
}

