var dsAvis=new Spry.Data.JSONDataSet("../JSON/rsComJeu.php",{method:"POST",postData:"action=showAvis",subPaths:"results"});function updatePageAvis(page){var params=Spry.Utils.getURLParamsAsObject(dsAvis.getURL());var rechercheUrl=params.recherche;if(rechercheUrl!=undefined){dsAvis.setURL("../JSON/rsComJeu.php?recherche="+rechercheUrl,{method:"POST",postData: "action=showAvis&page="+page});}else{dsAvis.setURL("../JSON/rsComJeu.php",{ method:"POST",postData:"action=showAvis&page="+page});}dsAvis.loadData();}function FilterAvis(){var tf=document.getElementById("champRechercheAvis");var params_recherche=Spry.Utils.getURLParamsAsObject(dsAvis.getURL());if(!tf.value){dsAvis.setURL("../JSON/rsComJeu.php",{method:"POST",postData:"action=showAvis"});dsAvis.loadData();return;}var regExpStr=tf.value;var regExp=new RegExp(regExpStr,"i");dsAvis.setURL("../JSON/rsComJeu.php?recherche="+regExpStr,{method:"POST",postData:"action=showAvis"});dsAvis.loadData();}function StartFilterAvisTimer(){if(StartFilterAvisTimer.timerID)clearTimeout(StartFilterAvisTimer.timerID);StartFilterAvisTimer.timerID=setTimeout(function(){StartFilterAvisTimer.timerID=null;FilterAvis();},100);}