function GetInputData($_inputIndex, $_chat = true)
 {
     global $INTERNAL;
     $data = array(111 => $this->Fullname, 112 => $this->Email, 113 => $this->Company, 114 => $this->Question, 116 => $this->Phone);
     if (isset($data[$_inputIndex])) {
         $value = $data[$_inputIndex];
     } else {
         if (isset($this->Customs[$_inputIndex])) {
             $value = $this->Customs[$_inputIndex];
         } else {
             return "";
         }
     }
     $lvl = $INTERNAL[CALLER_SYSTEM_ID]->GetInputMaskLevel($_inputIndex, $_chat);
     if ($lvl > 0) {
         return maskData($value, $lvl);
     }
     return $value;
 }
    isConnected() ? print $detailsDepartement['dep_nom'] . ", " . $division->getDivNom() : (print maskData($detailsDepartement['dep_nom'] . ", " . $division->getDivNom()));
    ?>
 </td>
          <td> <?php 
    isConnected() ? print $detailsDepartement['vil_nom'] : (print maskData($detailsDepartement['vil_nom']));
    ?>
 </td>
        <?php 
} else {
    ?>
          <td> <?php 
    isConnected() ? print $detailPersonne->getSalTelprof() : (print maskData($detailPersonne->getSalTelprof()));
    ?>
 </td>
          <td> <?php 
    isConnected() ? print $fonction->getFonLibelle() : (print maskData($fonction->getFonLibelle()));
    ?>
 </td>
          <?php 
}
?>
    </tr>
  </table>
  <p>Appuyez sur F5 pour un autre avatar !</p>

  <?php 
if (!isConnected()) {
    ?>
    <p><a href="index.php?page=<?php 
    echo CONNEXION;
    ?>