var dsListeAstucesAide=new Spry.Data.JSONDataSet("../JSON/rsTableauPageAstuce.php?jeuID="+jeuID,{method:"POST",postData:"action=showData",subPaths:"results"});var dsListeAstucesCodes=new Spry.Data.JSONDataSet("../JSON/rsTableauPageAstuce.php?jeuID="+jeuID,{method:"POST",postData:"action=showData2",subPaths:"results"});function updatePageAide(page){dsListeAstucesAide.setURL("../JSON/rsTableauPageAstuce.php?jeuID="+jeuID,{method:"POST",postData:"action=showData&page="+page});dsListeAstucesAide.loadData();}function updatePageCode(page){dsListeAstucesCodes.setURL("../JSON/rsTableauPageAstuce.php?jeuID="+jeuID,{method:"POST",postData:"action=showData2&page="+page});dsListeAstucesCodes.loadData();}
