function eml(dot,dom,use) {
 document.write('<a href="mailto:'+use+'@'+dom+'.'+dot+'">'+use+'@'+dom+'.'+dot+'</a>');
}

function charge() {
 for (i=0;i<charge.arguments.length;i++) {
  this[i]=new Image();
  this[i].src="images/"+charge.arguments[i];
 }
}

function chimg(element,etat) {
 document.images[element].src="images/"+etat;
}

