TabW = new Array();
var ind = 0;
var n4 = (document.layers) ? 1 : 0;
var ie = (document.all) ? 1 : 0;
var n6 = (document.getElementById && ! document.all) ? 1 : 0;
var plusN6 = 10;
function openCon()
{
 var windowWidth  = screen.width-10;
 var windowHeight = screen.height-50;
 if ( n6 )
 {
  windowHeight = windowHeight + plusN6;	
 } 
 var windowLeft = 0;
 var windowTop  = 0;
 ind = ind + 1; 
 TabW[ind] = window.open("connecter.php","Connecter",'status=yes,resizable=yes,scrollbars=yes,fullscreen=no,width='+windowWidth+',height='+windowHeight+',top='+windowTop+',left='+windowLeft+' ');
}
function openAide()
{
 var windowWidth  = 300;
 var windowHeight = 210;
 if ( n6 )
 {
  windowHeight = windowHeight + plusN6;	
 } 
 var windowLeft = (screen.width-windowWidth)/2;
 var windowTop  = (screen.height-windowHeight)/2;
 ind = ind + 1;
 TabW[ind] = window.open("aideConnexion.php","Aide",'resizable=no,scrollbars=yes,width='+windowWidth+',height='+windowHeight+',top='+windowTop+',left='+windowLeft+' ');
}
function openCalendrier(champ,URLSessionID)
{
 var windowWidth = 175;
 var windowHeight = 196;
 if ( n6 )
 {
  windowHeight = windowHeight + plusN6;	
 }
 var windowLeft = (screen.width-windowWidth)/2;
 var windowTop  = (screen.height-windowHeight)/2;
 ind = ind + 1;
 TabW[ind] = window.open("calendrier.php?"+URLSessionID+"&champ="+champ,"Calendrier",'resizable=no,scrollbars=no,width='+windowWidth+',height='+windowHeight+',top='+windowTop+',left='+windowLeft+' ');
}
function openChoixAdr(champ,URLSessionID)
{
 var windowWidth  = 500;
 var windowHeight = 267;
 if ( n6 )
 {
  windowHeight = windowHeight + plusN6;	
 } 
 var windowLeft = (screen.width-windowWidth)/2;
 var windowTop  = (screen.height-windowHeight)/2;
 ind = ind + 1;
 if ( ie )
 {
  TabW[ind] = window.open("choisirAdresse.php?"+URLSessionID+"&champ="+champ,"CHOIXADR",'resizable=yes,scrollbars=no,status=no,location=no,toolbar=no,directories=no,width='+windowWidth+',height='+windowHeight+',top='+windowTop+',left='+windowLeft+' ');
  //TabW[ind] = window.open("choisirAdresse.php?"+URLSessionID+"&champ="+champ,"CHOIXADR",'resizable=yes,scrollbars=yes,status=no,location=no,toolbar=no,directories=no,width='+windowWidth+',height='+windowHeight+',top='+windowTop+',left='+windowLeft+' ');
 }
 else
 {
  TabW[ind] = window.open("choisirAdresse.php?"+URLSessionID+"&champ="+champ,"CHOIXADR",'resizable=yes,scrollbars=no,status=no,location=no,toolbar=no,directories=no,width='+windowWidth+',height='+windowHeight+',top='+windowTop+',left='+windowLeft+' ');
  //TabW[ind] = window.open("choisirAdresse.php?"+URLSessionID+"&champ="+champ,"CHOIXADR",'resizable=yes,scrollbars=yes,status=no,location=no,toolbar=no,directories=no,width='+windowWidth+',height='+windowHeight+',top='+windowTop+',left='+windowLeft+' ');
 }
}
function openChoixDoc(URLSessionID,arg)
{
 var windowWidth  = 600;
 var windowHeight = 400;
 if ( n6 )
 {
  windowHeight = windowHeight + plusN6;	
 } 
 var windowLeft = (screen.width-windowWidth)/2;
 var windowTop  = (screen.height-windowHeight)/2;
 ind = ind + 1;
 TabW[ind] = window.open("choisirDocument.php?"+URLSessionID+arg,"CHOIXDOC",'resizable=yes,scrollbars=yes,status=no,location=no,toolbar=no,directories=no,width='+windowWidth+',height='+windowHeight+',top='+windowTop+',left='+windowLeft+' ');
}
function openChoixLien(arg)
{
 var windowWidth  = 540;
 var windowHeight = 277;
 if ( n6 )
 {
  windowHeight = windowHeight + plusN6;
 }
 var windowLeft = (screen.width-windowWidth)/2;
 var windowTop  = (screen.height-windowHeight)/2;
 ind = ind + 1;
 TabW[ind] = window.open('lienHypertexte.php?'+arg,'hypertxt','left='+windowLeft+',top='+windowTop+',width='+windowWidth+',height='+windowHeight+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes');
}
function openChoixRep(IDRep,URLSessionID)
{
 var windowWidth  = 500;
 var windowHeight = 300;
 if ( n6 )
 {
  windowHeight = windowHeight + plusN6;	
 } 
 var windowLeft = (screen.width-windowWidth)/2;
 var windowTop  = (screen.height-windowHeight)/2;
 var IDRep = document.formulaire.IDRep.value;
 ind = ind + 1;
 TabW[ind] = window.open('choisirRepertoire.php?'+URLSessionID+'&IDRep='+IDRep,'CHOIXREP','resizable=yes,scrollbars=yes,status=no,location=no,toolbar=no,directories=no,width='+windowWidth+',height='+windowHeight+',top='+windowTop+',left='+windowLeft);
}
function openChoixUti(ajout,URLSessionID)
{
 var windowWidth  = 500;
 var windowHeight = 300;
 if ( n6 )
 {
  windowHeight = windowHeight + plusN6;	
 } 
 var windowLeft = (screen.width-windowWidth)/2;
 var windowTop  = (screen.height-windowHeight)/2;
 ind = ind + 1;
 TabW[ind] = window.open('choisirUtilisateur.php?'+URLSessionID+'&ajout='+ajout,'CHOIXUTI','resizable=yes,scrollbars=yes,status=no,location=no,toolbar=no,directories=no,width='+windowWidth+',height='+windowHeight+',top='+windowTop+',left='+windowLeft);
}
function openDescriptif(descr,URLSessionID)
{
 var windowWidth  = 600;
 var windowHeight = 450;
 if ( n6 )
 {
  windowHeight = windowHeight + plusN6;	
 } 
 var windowLeft = (screen.width-windowWidth)/2;
 var windowTop  = (screen.height-windowHeight)/2;
 ind = ind + 1;
 TabW[ind] = window.open("descriptif.php?"+URLSessionID+"&descr="+descr,"Descriptif",'resizable=no,scrollbars=no,width='+windowWidth+',height='+windowHeight+',top='+windowTop+',left='+windowLeft+' ');
}
function openPasw(champ,URLSessionID)
{
 var windowWidth  = 300;
 var windowHeight = 150;
 if ( n6 )
 {
  windowHeight = windowHeight + plusN6;	
 } 
 var windowLeft = (screen.width-windowWidth)/2;
 var windowTop  = (screen.height-windowHeight)/2;
 ind = ind + 1;
 TabW[ind] = window.open("creerMotPasse.php?"+URLSessionID+"&champ="+champ,"PASW",'resizable=no,status=no,location=no,toolbar=no,directories=no,width='+windowWidth+',height='+windowHeight+',top='+windowTop+',left='+windowLeft+' ');
}
function openWindowGraph(URLSessionID,sousTitre)
{
 var windowWidth  = 600;
 var windowHeight = 400;
 if ( n6 )
 {
  windowHeight = windowHeight + plusN6;	
 } 
 var windowLeft = (screen.width-windowWidth)/2;
 var windowTop  = (screen.height-windowHeight)/2;
 ind = ind + 1;
 TabW[ind] = window.open("voirSVG.php?"+URLSessionID+"&sousTitre="+sousTitre,"Graphique",'resizable=no,scrollbars=no,width='+windowWidth+',height='+windowHeight+',top='+windowTop+',left='+windowLeft+' ');
}
function openWindowInfo(IDDoc,IDRep,URLSessionID,circ)
{
 var windowWidth  = 450;
 var windowHeight = 200;
 if ( n6 )
 {
  windowHeight = windowHeight + plusN6;	
 } 
 var windowLeft = (screen.width-windowWidth)/2;
 var windowTop  = (screen.height-windowHeight)/2;
 ind = ind + 1;
 TabW[ind] = window.open("menuDocument.php?"+URLSessionID+"&ID="+IDDoc+"&IDRep="+IDRep+'&circ='+circ,'InfoDOC'+IDDoc,'resizable=yes,scrollbars=yes,width='+windowWidth+',height='+windowHeight+',top='+windowTop+',left='+windowLeft+' ');
}
function openWindowUti(Utilisateur,URLSessionID)
{
 var windowWidth  = 300;
 var windowHeight = 300;
 if ( n6 )
 {
  windowHeight = windowHeight + plusN6;	
 } 
 var windowLeft = (screen.width-windowWidth)/2;
 var windowTop  = (screen.height-windowHeight)/2;
 ind = ind + 1;
 TabW[ind] = window.open("menuUtilisateur.php?"+URLSessionID+"&ID="+Utilisateur,'Utilisateur'+Utilisateur,'resizable=yes,scrollbars=yes,width='+windowWidth+',height='+windowHeight+',top='+windowTop+',left='+windowLeft+' ');
}
function openRTE(URLSessionID)
{
 var windowWidth  = 300;
 var windowHeight = 200;
 if ( n6 )
 {
  windowHeight = windowHeight + plusN6;	
 } 
 var windowLeft = (screen.width-windowWidth)/2;
 var windowTop  = (screen.height-windowHeight)/2;
 ind = ind + 1;
 TabW[ind] = window.open("creerRTE.php?"+URLSessionID,'RTE','resizable=yes,scrollbars=yes,width='+windowWidth+',height='+windowHeight+',top='+windowTop+',left='+windowLeft+' ');
}
function openWindowImpr(Table,ID,URLSessionID)
{
 var windowWidth  = 700;
 var windowHeight = 500;
 if ( n6 )
 {
  windowHeight = windowHeight + plusN6;	
 } 
 var windowLeft = (screen.width-windowWidth)/2;
 var windowTop  = (screen.height-windowHeight)/2;
 ind = ind + 1;
 TabW[ind] = window.open("imprimer.php?"+URLSessionID+"&Table="+Table+"&ID="+ID,"Impression"+Table+ID,'resizable=yes,scrollbars=yes,width='+windowWidth+',height='+windowHeight+',top='+windowTop+',left='+windowLeft+' ');
}
function openWindowDoc(IDDoc,IDRep,URLSessionID,Location)
{
 var windowWidth  = 700;
 var windowHeight = 500;
 if ( n6 )
 {
  windowHeight = windowHeight + plusN6;	
 } 
 var windowLeft = (screen.width-windowWidth)/2;
 var windowTop  = (screen.height-windowHeight)/2;
 ind = ind + 1;
 TabW[ind] = window.open("voirDocument.php?"+URLSessionID+"&ID="+IDDoc+"&IDRep="+IDRep,"DOC"+IDDoc,'resizable=yes,scrollbars=yes,status=yes,location='+Location+',menubar=yes,toolbar=yes,directories=no,width='+windowWidth+',height='+windowHeight+',top='+windowTop+',left='+windowLeft+' ');
}
function closeWin()
{
 for (var i=1;i<=ind;i++)
 {	
  if ( TabW[i] )
  {
   if ( ! TabW[i].closed )
   {
    TabW[i].close();	
   }
  }
 }
}
function openWindowAccuse(IDDoc,IDRep,URLSessionID)
{
 var windowWidth  = 700;
 var windowHeight = 500;
 if ( n6 )
 {
  windowHeight = windowHeight + plusN6;	
 } 
 var windowLeft = (screen.width-windowWidth)/2;
 var windowTop  = (screen.height-windowHeight)/2;
 ind = ind + 1;
 TabW[ind] = window.open("voiraccuse.php?"+URLSessionID+"&ID="+IDDoc+"&IDRep="+IDRep,"ACC"+IDDoc,'resizable=yes,scrollbars=yes,location=no,directories=no,width='+windowWidth+',height='+windowHeight+',top='+windowTop+',left='+windowLeft+' ');
}
