$(function(){if(typeof(searchajax_init_msg)!=="undefined"){$("#tpl-searchform-inp").val(searchajax_init_msg)}$("#tpl-searchform-inp").focus(function(){ResetDefault()});setAutocomplete();$("#tpl-searchform").submit(function(){$("#tpl-searchform-msg").show();$("#tpl-searchform").append('<input type="hidden" name="b_qsearch" value="y" />');return true});$("#tpl-searchform-key").change(function(){$("#tpl-searchform-inp").flushCache();if($("#tpl-searchform-key").val()=="sv_F"){setAutocomplete()}else{$("#tpl-searchform-inp").unautocomplete();ResetDefault()}});$("#tpl-searchform-ext").click(function(){$("#tpl-searchform-inp").val("")})});function ResetDefault(){if(typeof(searchajax_init_msg)!=="undefined"){if($("#tpl-searchform-inp").val()==searchajax_init_msg){$("#tpl-searchform-inp").val("")}}}function setAutocomplete(){if(typeof(offsetLeft)=="undefined"){offsetLeft=0}var a=$("#tpl-searchform-inp").autocomplete("/php/searchajax.php?"+session_id,{extraParams:{searchKey:function(){return $("#tpl-searchform-key").val()}},max:100,width:400,scrollHeight:500,delay:200,minChars:3,matchSubset:true,matchContains:true,selectFirst:false,mustMatch:false,offsetLeft:offsetLeft,cacheLength:100,formatResult:function(c){var b=c[0].replace(/<i>(.+?)<\/i>/gi,"");b=b.replace(/(<.+?>)/gi,"");b=b.replace(/(!)/gi,"");b=b.replace(/\//gi,"");return b.replace(/(\-)/gi,"")}})};
