$(document).ready(function(){

    // tooltip - dymek
    tooltip();

    // lightbox - colorbox
    $("a[rel='lightbox']").colorbox({transition:"elastic"});
    $("a[rel='galeria']").colorbox({transition:"elastic"});
    
	$('#terminarz_wiecej a').click(function(){
	    //$(".collapse").slideToggle("slow,");
		$("#harmonogram tr").show();
		$("#terminarz_wiecej").hide();
		$("#harmonogram_calosc").show();
	});
    
    try {
	$(".mydds").msDropDown();
	} catch(e) {
		alert(e.message);
	}

});

