var dsImageScreen=new Spry.Data.JSONDataSet("../JSON/rsOngletFicheImages.php",{method:"POST", postData:"action=showImageScreen&fiche="+fiche+"&ID="+ID,subPaths: "results"});var dsImageIllustration=new Spry.Data.JSONDataSet("../JSON/rsOngletFicheImages.php",{method:"POST",postData:"action=showImageIllustration&fiche="+fiche+"&ID="+ID,subPaths: "results"});var dsImageAutre=new Spry.Data.JSONDataSet("../JSON/rsOngletFicheImages.php",{method:"POST",postData:"action=showImageAutre&fiche="+fiche+"&ID="+ID,subPaths: "results"});function updateImageScreen(page){dsImageScreen.setURL("../JSON/rsOngletFicheImages.php",{method:"POST",postData:"action=showImageScreen&fiche="+fiche+"&ID="+ID+"&page="+page});dsImageScreen.loadData();}function updateImageIllustration(page){dsImageIllustration.setURL("../JSON/rsOngletFicheImages.php",{method:"POST",postData:"action=showImageIllustration&fiche="+fiche+"&ID="+ID+"&page="+page});dsImageIllustration.loadData();}function updateImageAutre(page){dsImageAutre.setURL("../JSON/rsOngletFicheImages.php",{method:"POST",postData:"action=showImageAutre&fiche="+fiche+"&ID="+ID+"&page="+page});dsImageAutre.loadData();}
