function fill(i){e=document.getElementById('search-cat');e.value=i;e.innerHTML.value=i;document.getElementById('infosup').style.display="none";}
function createObject(){var request_type;var browser=navigator.appName;if(browser=="Microsoft Internet Explorer"){request_type=new ActiveXObject("Microsoft.XMLHTTP");}else{request_type=new XMLHttpRequest();}
return request_type;}
var http=createObject();function autosuggestrech(){q=document.getElementById('search-cat').value;nocache=Math.random();c=document.getElementById('search-cat-courante').value;nocache=Math.random();http.open('get','lib/searchcatchampsperso.php?q='+q+'&c='+c+'&nocache = '+nocache);http.onreadystatechange=autosuggestrechReply;http.send(null);}
function autosuggestrechReply(){if(http.readyState==4){var response=http.responseText;e=document.getElementById('infosup');if(response!=""){e.innerHTML=response;e.style.display="block";}else{e.style.display="none";}}}
