function RepertoireChoix() { var Shl = new ActiveXObject("Shell.Application"); return( Shl.BrowseForFolder(0, "Choix d'un Répertoire", 0).Items().Item().Path); }