//pliczek stworzony przez INTERPRYM na potrzeby wyświetlacza logów klientów na bazie jquery. 2010y
	$.fn.wait = function(time, type) {
        time = time || 1000;
        type = type || "fx";
        return this.queue(type, function() {
            var self = this;
            setTimeout(function() {
                $(self).dequeue();
            }, time);
        });
    };
function PodmianaKL(f1,f2,f3) {

}

function PodHttm(obj, fot) {
	//$(obj).animate({height:'0px'},500, function(){
		$(obj).html('<img src="'+fot+'" alt="Klient" width="100" style="display: block;" />');
		$(obj).animate({height:'58px'},2000);
	//});
}
