/* POPUP */function PopupCentrer(page,largeur,hauteur,options) {  var top=(screen.height-hauteur)/2;  var left=(screen.width-largeur)/2;  window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);}/* EMAIL AGAINST ROBOTS */function email(name, dom, country) {	window.location.href = "mai" + "lto" + ":" + name + String.fromCharCode(64) + dom + String.fromCharCode(46) + country;}