function tsCreateRequestObject(){var n=navigator.appName;return n=="Microsoft Internet Explorer"?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest}function tsSendRequest(n){http.open("get",n);http.onreadystatechange=handleResponse;http.send(null)}function handleResponse(){if(http.readyState==4){var n=document.getElementById("tsearch_results");n.innerHTML=http.responseText;n.innerHTML.length>9&&(n.style.display="inline-block")}}function tSearch(n){var r=n.value,t,u,i;return r.length>1?(t=document.getElementById("tsearch_results"),t==null&&(t=document.createElement("div"),t.id="tsearch_results",n.parentNode.insertBefore(t,n)),u="ajaxCompunixtSearch.aspx?searchQuery="+r,tsSendRequest(u)):(i=document.getElementById("tsearch_results"),i!=null&&(i.style.display="none")),!1}$(document).ready(function(){$("a.changer").click(function(){var t=$("#PrinterAdjust"),i=t.css("font-size"),n=parseFloat(i,10),r=i.slice(-2);return this.id=="linkLarge"?n=n*1.4:this.id=="linkSmall"&&(n=n/1.4),t.css("font-size",n+r),!1})});$(document).ready(function(){function n(){$(this).height($(this).get(0).scrollHeight).addClass("open opening");$(this).one("webkitTransitionEnd oTransitionEnd MSTransitionEnd transitionEnd",function(){$(this).height("").removeClass("opening")})}function t(){$(this).height($(this).get(0).scrollHeight).height("").removeClass("open")}function i(){$(this).hasClass("open")?$(this).each(t):$(this).each(n)}$(".nav-toggle").click(function(){$(this).hasClass("open")?$(this).removeClass("open"):$(this).addClass("open");$(".nav-expander").each(i)});$(".product-tabs > section > h2").click(function(){$(this).hasClass("open")?($(this).removeClass("open"),$(this).next("div").removClass("open")):($(".product-tabs > section > h2, .product-tabs > section > div").removeClass("open"),$(this).addClass("open"),$(this).next("div").addClass("open"))})});var http=tsCreateRequestObject()