<!--

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 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 Semaine(){
           this[0] = "Dimanche";  this[1] = "Lundi";
           this[2] = "Mardi";     this[3] = "Mercredi";
           this[4] = "Jeudi";     this[5] = "Vendredi";
           this[6] = "Samedi";
           }

function Mois(){
           this[0] = "Janvier";    this[1] = "Février";
           this[2] = "Mars";       this[3] = "Avril";
           this[4] = "Mai";        this[5] = "Juin";
           this[6] = "Juillet";    this[7] = "Août";
           this[8] = "Septembre";  this[9] = "Octobre";
           this[10] = "Novembre";  this[11] = "Décembre";
           }

today = new Date;

function date(){
        var semaine=new Semaine();
        var mois=new Mois();
        var myDate=new Date();
        annee = today.getFullYear();
  

        var result=semaine[myDate.getDay()]+"&nbsp"+myDate.getDate()+"&nbsp"+mois[myDate.getMonth()]+"&nbsp"+annee;
        document.writeln(result);
    }

function pviiW3Cbg(obj, pviiColor)
{
 
	obj.style.backgroundColor=pviiColor

}

function P7_autoLayers() 
{ //v1.1 PVII
 
var g,b,k,f,args=P7_autoLayers.arguments;
 if(!document.p7setc) 
{
p7c=new Array();
document.p7setc=true;
}
 
for(k=0; k<p7c.length; k++) 
{
  
if((g=MM_findObj(p7c[k]))!=null) {
  
 b=(document.layers)?g:g.style;b.visibility="hidden";
}
}

 for(k=0; k<args.length; k++) 
{
  
if((g=MM_findObj(args[k])) != null) 
{
  
 b=(document.layers)?g:g.style;b.visibility="visible";f=false;
  
 for(j=0;j<p7c.length;j++)
 {
    if(args[k]==p7c[j]) {
f=true;
}
}

  if(!f) 
{
p7c[p7c.length++]=args[k];
}
}
}

}
// -->
