function displayPhoto(id){
        for (var i = 1; i <= 4; i++){
                if (i==id){
                        Affiche_OBJ("photo_princ"+i);
                }else{
                        Masque_OBJ("photo_princ"+i);
                }
        }
}

