var dsVideosJeu=new Spry.Data.JSONDataSet("../JSON/rsComVideos.php?sort=date&dir=desc",{method:"POST",postData:"action=showVideosJeu",subPaths:"results"});var dsVideosAutre=new Spry.Data.JSONDataSet("../JSON/rsComVideos.php?sort=date&dir=desc",{method:"POST",postData:"action=showVideosAutre",subPaths:"results"});function updatePageVideoJeu(page){var params=Spry.Utils.getURLParamsAsObject(dsVideosJeu.getURL());var dirUrl=params.dir;var sortUrl=params.sort; var rechercheUrl=params.recherche;if(rechercheUrl!=undefined){dsVideosJeu.setURL("../JSON/rsComVideos.php?sort="+sortUrl+"&dir="+dirUrl+"&recherche="+rechercheUrl,{method:"POST",postData:"action=showVideosJeu&page="+page});}else{dsVideosJeu.setURL("../JSON/rsComVideos.php?sort="+sortUrl+"&dir="+dirUrl,{method:"POST",postData:"action=showVideosJeu&page="+page});}dsVideosJeu.loadData();}function updatePageVideoAutre(page){var params=Spry.Utils.getURLParamsAsObject(dsVideosAutre.getURL());var dirUrl=params.dir;var sortUrl=params.sort;var rechercheUrl=params.recherche;if(rechercheUrl!=undefined){dsVideosAutre.setURL("../JSON/rsComVideos.php?sort="+sortUrl+"&dir="+dirUrl+"&recherche="+rechercheUrl,{method:"POST",postData:"action=showVideosAutre&page="+page});}else{dsVideosAutre.setURL("../JSON/rsComVideos.php?sort="+sortUrl+"&dir="+dirUrl,{method:"POST",postData:"action=showVideosAutre&page="+page});}dsVideosAutre.loadData();}function triColonneJeu(sort,dir){
var params=Spry.Utils.getURLParamsAsObject(dsVideosJeu.getURL());var dirUrl=params.dir;var sortUrl=params.sort;var rechercheUrl=params.recherche;if(sortUrl!=sort){dir='desc';}else{if(dirUrl=='asc'){dir='desc';}else{dir='asc';}}if(rechercheUrl!=undefined){dsVideosJeu.setURL("../JSON/rsComVideos.php?sort="+sort+"&dir="+dir+"&recherche="+rechercheUrl,{method:"POST",postData:"action=showVideosJeu"});}else{dsVideosJeu.setURL("../JSON/rsComVideos.php?sort="+sort+"&dir="+dir,{method:"POST",postData:"action=showVideosJeu"});}dsVideosJeu.loadData();}function triColonneAutre(sort,dir){var params=Spry.Utils.getURLParamsAsObject(dsVideosAutre.getURL());var dirUrl=params.dir;var sortUrl=params.sort;var rechercheUrl=params.recherche;if(sortUrl!=sort){dir='desc';}else{if(dirUrl=='asc'){dir='desc';}else{dir='asc';}}if(rechercheUrl!=undefined){dsVideosAutre.setURL("../JSON/rsComVideos.php?sort="+sort+"&dir="+dir+"&recherche="+rechercheUrl,{method:"POST",postData:"action=showVideosAutre"});}else{dsVideosAutre.setURL("../JSON/rsComVideos.php?sort="+sort+"&dir="+dir,{method:"POST",postData:"action=showVideosAutre"});}dsVideosAutre.loadData();}function FilterVideo(){var tf=document.getElementById("champRechercheVideo");var paramsJeu=Spry.Utils.getURLParamsAsObject(dsVideosJeu.getURL());var dirUrlJeu=paramsJeu.dir;var sortUrlJeu=paramsJeu.sort;var paramsAutre=Spry.Utils.getURLParamsAsObject(dsVideosAutre.getURL());var dirUrlAutre=paramsAutre.dir;var sortUrlAutre= paramsAutre.sort;if(!tf.value){dsVideosJeu.setURL("../JSON/rsComVideos.php?sort="+sortUrlJeu+"&dir="+dirUrlJeu,{method:"POST",postData:"action=showVideosJeu"});dsVideosJeu.loadData();dsVideosAutre.setURL("../JSON/rsComVideos.php?sort="+sortUrlAutre+"&dir="+dirUrlAutre,{method:"POST",postData:"action=showVideosAutre"});dsVideosAutre.loadData();return;}var regExpStr=tf.value;var regExp=new RegExp(regExpStr,"i");dsVideosJeu.setURL("../JSON/rsComVideos.php?sort="+sortUrlJeu+"&dir="+dirUrlJeu+"&recherche="+regExpStr,{method:"POST",postData:"action=showVideosJeu"});dsVideosJeu.loadData();dsVideosAutre.setURL("../JSON/rsComVideos.php?sort="+sortUrlAutre+"&dir="+dirUrlAutre+"&recherche="+regExpStr,{method:"POST",postData:"action=showVideosAutre"});dsVideosAutre.loadData();}function StartFilterVideoTimer(){if(StartFilterVideoTimer.timerID)clearTimeout(StartFilterVideoTimer.timerID);StartFilterVideoTimer.timerID=setTimeout(function(){StartFilterVideoTimer.timerID=null;FilterVideo();},100);}