/* AUTEUR: ARACHNIS */
/* DATE DE CREATION: 24/04/2001 */


function netie(net, ie) {
  if ((navigator.appVersion.substring(0,3) >= net && navigator.appName == 'Netscape' && net != -1) || (navigator.appVersion.substring(0,3) >= ie && navigator.appName.substring(0,9) == 'Microsoft' && ie != -1))
    return true;
else return false;
}

    function montre(object) {
        object.visibility = vis
    }
    /* Fait disparaître l'objet */
    function cache(object) {
        object.visibility = invis
    }

function CreerArray() {
    this.length = CreerArray.arguments.length;
    for (var i = 0; i < this.length; i++)
      this[i+1] = CreerArray.arguments[i];
}


function VersionNavigateur(Netscape, Explorer) {
  if ((navigator.appVersion.substring(0,3) >= Netscape && navigator.appName == 'Netscape') ||      
      (navigator.appVersion.substring(0,3) >= Explorer && navigator.appName.substring(0,9) == 'Microsoft'))
    return true;
else return false;
}


function lopen(nom){
liste=window.open(nom,'liste','scrollbars=yes,width=410,height=520,top=10,left=380,');
liste.focus();
}


function popen(nom){
perig=window.open(nom,'perig','scrollbars=yes,width=520,height=500,top=10,left=0,');
perig.focus();
}

function fermer() 
{ self.close() }

