(function(d){var j={};var c={};var i={};var e=[];jQuery.fn.jBreadCrumb=function(l){j=d.extend({},d.fn.jBreadCrumb.defaults,l);return this.each(function(){c=d(this);g()})};function g(){i=jQuery(c).find("li");jQuery(c).find("ul").wrap('<div style="overflow:hidden; position:relative;  width: '+jQuery(c).css("width")+';"><div>');jQuery(c).find("ul").width(5000);if(i.length>0){jQuery(i[i.length-1]).addClass("last");jQuery(i[0]).addClass("first");if(i.length>j.minimumCompressionElements){k()}}}function k(){var l=jQuery(i[i.length-1]);if(jQuery(l).width()>j.maxFinalElementLength){if(j.beginingElementsToLeaveOpen>0){j.beginingElementsToLeaveOpen--}if(j.endElementsToLeaveOpen>0){j.endElementsToLeaveOpen--}}if(jQuery(l).width()<j.maxFinalElementLength&&jQuery(l).width()>j.minFinalElementLength){if(j.beginingElementsToLeaveOpen>0){j.beginingElementsToLeaveOpen--}}var m=i.length-1-j.endElementsToLeaveOpen;jQuery(i[i.length-1]).css({background:"none"});d(i).each(function(o,p){if(o>j.beginingElementsToLeaveOpen&&o<m){jQuery(p).find("a").wrap("<span></span>").width(jQuery(p).find("a").width()+10);jQuery(p).append(jQuery(j.overlayClass+".main").clone().removeClass("main").css({display:"block"})).css({background:"none"});if(f()){a(jQuery(p).find(j.overlayClass).css({width:"20px",right:"-1px"}))}var n={id:o,width:jQuery(p).width(),listElement:jQuery(p).find("span"),isAnimating:false,element:jQuery(p).find("span")};jQuery(p).bind("mouseover",n,h).bind("mouseout",n,b);jQuery(p).find("a").unbind("mouseover",h).unbind("mouseout",b);p.autoInterval=setInterval(function(){clearInterval(p.autoInterval);jQuery(p).find("span").animate({width:j.previewWidth},j.timeInitialCollapse,j.easing)},(150*(o-2)))}})}function h(m){var l=m.data.id;var n=m.data.width;jQuery(m.data.element).stop();jQuery(m.data.element).animate({width:n},{duration:j.timeExpansionAnimation,easing:j.easing,queue:false});return false}function b(m){var l=m.data.id;jQuery(m.data.element).stop();jQuery(m.data.element).animate({width:j.previewWidth},{duration:j.timeCompressionAnimation,easing:j.easing,queue:false});return false}function f(){var l=d.browser.msie&&/MSIE\s(5\.5|6\.)/.test(navigator.userAgent);return l}function a(l){var m;if(jQuery(l).is("img")){m=jQuery(l).attr("src")}else{m=d(l).css("backgroundImage");m.match(/^url\(["']?(.*\.png)["']?\)$/i);m=RegExp.$1}d(l).css({backgroundImage:"none",filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='"+m+"')"})}jQuery.fn.jBreadCrumb.defaults={maxFinalElementLength:400,minFinalElementLength:200,minimumCompressionElements:4,endElementsToLeaveOpen:1,beginingElementsToLeaveOpen:1,minElementsToCollapse:4,timeExpansionAnimation:800,timeCompressionAnimation:500,timeInitialCollapse:600,easing:"easeOutQuad",overlayClass:".chevronOverlay",previewWidth:40}})(jQuery);
