function formatText(a,b){return a+""}$(document).ready(function(){if($.browser.msie&&$.browser.msie<8){var a=500;$("div").each(function(){$(this).css("zIndex",a);a-=1})}var b=$("#select").width();b=parseInt(b);if(b>300){$("#select").width(300)}$("#searchqueryxx").autocomplete({source:"/AutoSearch.asp",minLength:2,select:function(a,b){$("#searchquery").val(b.item.value);return false}});$("#searchqueryxx").bind("autocompleteopen",function(a,b){$(".ui-autocomplete").css("zIndex",500)});$("#thumbs a").click(function(){$("#ProductImage").attr("src",$(this).attr("href"));$("#bigpiclink").attr("href",$(this).attr("href"));$("#bigpiclink2").attr("href",$(this).attr("href"));return false});$("#bigpiclink").lightBox({fixedNavigation:true});$("#bigpiclink2").lightBox({fixedNavigation:true});$(".anythingSlider").anythingSlider({easing:"easeInOutExpo",autoPlay:true,delay:7500,startStopped:false,animationTime:600,hashTags:true,buildNavigation:true,pauseOnHover:true,startText:"",stopText:"",navigationFormatter:formatText});$("ul.topnav li ul").parent().mouseover(function(){$(this).find("ul.subnav").slideDown("fast").show();$(this).hover(function(){},function(){$(this).parent().find("ul.subnav").hide()})}).hover(function(){$(this).addClass("subhover")},function(){$(this).removeClass("subhover")});$("#tabs").tabs();$("#brand-logos").jCarouselLite({auto:800,speed:1e3,btnNext:"#scroll-left",btnPrev:"#scroll-right",visible:6})})
