/*2gi.pl for ala.art.pl*/
(function(b){var a={init:function(c){var d={base_url:strona_url,jsFile:"mbGallery.min.js"};if(c){b.extend(d,c)}a.wstawJS(d);b("#category_menu_1 li").each(function(){b(this).toggle(function(){if(b("#info").children("ul").length>0){b("#info").children("ul").each(function(){b(this).remove()})}var f=b(this).children().attr("href");var e=b(this).attr("id");b.ajax({type:"POST",url:d.base_url+"galerie_linki.php",data:"termin_id="+e,dataType:"json",cache:false,success:function(g){items="";for(i=0;i<g.length;i++){items+='<li title="'+g[i].name+'" ><a href="'+f+"#gal"+g[i].id+'" >'+g[i].name+"</a></li>"}b("#info").append('<ul class="galerie_info" style="cursor:pointer">'+items+"</ul>")},complete:function(){}})},function(){if(b("#info").children("ul").length>0){b("#info").children("ul").each(function(){b(this).remove()})}})});b("#tresc div.galeria div.prezentacja").each(function(){b(this).hide()});b(".btn").each(function(){b(this).show()})},wstawJS:function(c){var d=document.createElement("script");d.setAttribute("type","text/javascript");d.setAttribute("src",c.base_url+"/templates/ala/js/"+c.jsFile);document.getElementsByTagName("head")[0].appendChild(d)}};b.fn.alaGalerie=function(c){if(a[c]){return a[c].apply(this,Array.prototype.slice.call(arguments,1))}else{if(typeof c==="object"||!c){return a.init.apply(this,arguments)}else{b.error("Method "+c+" does not exist on jQuery.alaGalerie")}}}})(jQuery);jQuery(document).ready(function(a){a("#tresc").alaGalerie()});
