<!--
function load() {
	if (document.images) {
		this.length=load.arguments.length;
		for (var i=0;i<this.length;i++) {
			this[i+1]=new Image();
			this[i+1].src=load.arguments[i];
		}
	}
}

function preload() {
// Cette fonction charge dans le cache toutes les images passées en paramètre
	var temp=new load("webacces.jpg","imap.gif","stat.gif","comptes.gif")
}

var nav="",calk;

function init()
{
 // pour s'adapter au Navigateur
 if (navigator.appName=="Netscape")
    {
       calk=document.layers['contenant'];//pour simplifier l'écriture
       nav="NE";
    } 
 else nav="IE";
window.defaultStatus='Bienvenue sur W3Design.fr';return;
}

function ecrit(val)
{
 var val
 var chaine="";
 // chaine va recevoir toutes les commandes HTML.. 
 chaine+=val;
 if (nav=="IE") contenant.innerHTML=chaine; 
 else with (calk.document)
      {
       open();
       write(chaine);
       close();
      }  
}

function colorzone(val)
{
 var val
 var chaine="";
 // chaine va recevoir toutes les commandes HTML.. 
 chaine+=val;
 if (nav=="IE") contenant.innerHTML=chaine; 
 else with (calk.document)
      {
       open();
       write(chaine);
       close();
      }  
}

function affbureau(UrlSend)
{
	options = "left=300,top=200,screenX=300,sceeenY=200,dependent=yes"
	fenbecq = window.open(UrlSend,'titi',options);
}

function afflicence(UrlSend)
{
	options = "width=600,height=410,left=200,top=100,screenX=200,sceeenY=100,dependent=yes"
	fenbecq = window.open(UrlSend,'titi',options);
}
 // -->