function itemSelect(a){if(a==null){return}var c=a.selectValue;var b=window.location.href;if(b.indexOf("action=extendedsearch")!=-1){window.location.href="/index.cfm?pid=271&action=extendedsearch&q="+c}else{window.location.href="/index.cfm?pid=271&q="+c}}jQuery(document).ready(function(){jQuery("input.SearchBox").each(function(){jQuery(this).autocomplete("/_misc/suggest/autocomplete.cfm",{delay:10,minChars:2,maxItemsToShow:15,matchSubset:1,matchContains:1,onItemSelect:itemSelect,cacheLength:10,autoFill:false})});$("a.ToggleDock").click().toggle(function(){$("#dock_content").toggle();$("#dock_switch").toggle()},function(){$("#dock_content").toggle();$("#dock_switch").toggle()})});
