function info(name,link,info) {
 this.name=name;
 this.link=link;
 this.info=info;
}

var ChercheInfo=new Array();
