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=284&action=extendedsearch&q="+c}else{window.location.href="/index.cfm?pid=284&q="+c}}jQuery(document).ready(function(){jQuery("input.SuggestSuchFeld").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})})});
