function AfficheCache(){
  var Obj;
  //-- on affiche le fond
  Obj = document.getElementById('D_A');
  if(Obj){
    with( Obj.style){
      position="absolute";
      display="inline";
      left = "10px";
      top  = "10px";
      zIndex= 11;
    }
  }
}

function MasquerCache(){
  var Obj;
  //-- on masque le fond
  Obj = document.getElementById('D_A');
  if(Obj)
   {
     with( Obj.style)
   {
         display="none";
      }
 }
}
function AfficheCache2(){
  var Obj;
  //-- on affiche le fond
  Obj = document.getElementById('D_A2');
  if(Obj){
    with( Obj.style){
      position="absolute";
      display="inline";
      left = "10px";
      top  = "10px";
      zIndex= 11;
    }
  }
}

function MasquerCache2(){
  var Obj;
  //-- on masque le fond
  Obj = document.getElementById('D_A2');
  if(Obj)
   {
     with( Obj.style)
   {
         display="none";
      }
 }
}

function AfficheCache3(){
  var Obj;
  //-- on affiche le fond
  Obj = document.getElementById('D_A3');
  if(Obj){
    with( Obj.style){
      position="absolute";
      display="inline";
      left = "10px";
      top  = "10px";
      zIndex= 11;
    }
  }
}

function MasquerCache3(){
  var Obj;
  //-- on masque le fond
  Obj = document.getElementById('D_A3');
  if(Obj)
   {
     with( Obj.style)
   {
         display="none";
      }
 }
}
function Afficheinscription(){
  var Obj;
  //-- on affiche le fond
  Obj = document.getElementById('inscription');
  if(Obj){
    with( Obj.style){
      position="absolute";
      display="inline";
      left = "10px";
      top  = "10px";
      zIndex= 11;
    }
  }
}

function Afficheinscription2(){
  var Obj;
  //-- on affiche le fond
  Obj = document.getElementById('inscription');
  
    with( Obj.style){
      position="absolute";
      display="inline";
      left = "10px";
      top  = "10px";
      zIndex= 11;
    }
  }


function Masquerinscription(){
  var Obj;
  //-- on masque le fond
  Obj = document.getElementById('inscription');
  if(Obj)
   {
     with( Obj.style)
   {
         display="none";
      }
 }
}

function Afficheoublie(){
  var Obj;
  //-- on affiche le fond
  Obj = document.getElementById('oublie');
  
    with( Obj.style){
      position="absolute";
      display="inline";
      left = "10px";
      top  = "10px";
      zIndex= 11;
    }
  }


function Masqueroublie(){
  var Obj;
  //-- on masque le fond
  Obj = document.getElementById('oublie');
  if(Obj)
   {
     with( Obj.style)
   {
         display="none";
      }
 }
}

function Affichevisualiser(){
  var Obj;
  //-- on affiche le fond
  Obj = document.getElementById('visualiser');
  
    with( Obj.style){
      position="absolute";
      display="inline";
      left = "10px";
      top  = "10px";
      zIndex= 11;
    }
  }


function Masquervisualiser(){
  var Obj;
  //-- on masque le fond
  Obj = document.getElementById('visualiser');
  if(Obj)
   {
     with( Obj.style)
   {
         display="none";
      }
 }
}

function Affichelivraison(){
  var Obj;
  //-- on affiche le fond
  Obj = document.getElementById('livraison');
  
    with( Obj.style){
      position="absolute";
      display="inline";
      left = "10px";
      top  = "10px";
      zIndex= 11;
    }
  }


function Masquerlivraison(){
  var Obj;
  //-- on masque le fond
  Obj = document.getElementById('livraison');
  if(Obj)
   {
     with( Obj.style)
   {
         display="none";
      }
 }
}

function Affichedemo(){
  var Obj;
  //-- on affiche le fond
  Obj = document.getElementById('demo');
  
    with( Obj.style){
      position="absolute";
      display="inline";
      left = "10px";
      top  = "10px";
      zIndex= 11;
    }
  }


function Masquerdemo(){
  var Obj;
  //-- on masque le fond
  Obj = document.getElementById('demo');
  if(Obj)
   {
     with( Obj.style)
   {
         display="none";
      }
 }
}