function selectItem(a){if(a.extra){window.location.href=a.extra[4]}}function formatItem(a){return'<div class="ac_r1">	<img style="margin-top:1px" src="'+a[2]+'" '+a[4]+' alt="" border="0" /></div><div class="ac_r2"><b>'+a[0]+'</b></div><div class="ac_r3" >'+a[3]+'</div><div class="ac_r4" >'+a[1]+"</div>"}$(document).ready(function(){$("div.jQuantifier").jQuantifier({minimumWidth:205});$("div.jQuantifier2").jQuantifier({minimumWidth:255});$("#quicksearch").autocomplete("/shop/exec/search/ajax",{delay:180,minChars:3,matchSubset:1,matchContains:1,cacheLength:8,onItemSelect:selectItem,formatItem:formatItem,width:440})});$(window).wresize(function(){$("div.jQuantifier").jQuantifier({minimumWidth:205});$("div.jQuantifier2").jQuantifier({minimumWidth:255})});