function affdate(){/* // affichage de la date var ladate=new Date() //document.write("Nous sommes le : "); //document.write(ladate.getDate()+"/"+(ladate.getMonth()+1)+"/"+ladate.getFullYear()+". "); // affichage de l'heure var h=ladate.getHours(); if (h<10) {h = "0" + h} var m=ladate.getMinutes(); if (m<10) {m = "0" + m} var s=ladate.getSeconds(); if (s<10) {s = "0" + s} //document.write("Il est éxactement "); //document.write(h+":"+m+":"+s+". "+" "); //document.write('rafraichir');*/ } function bango(codban) { // découpage de l'adresse var adr=window.location.href.split(".com"); adr=adr[0]; if (codban==1) { window.location.href=adr + ".com/products/electric/actuators/e-series.html"; } if (codban==2) { window.location.href=adr + ".com/products/electric/actuators/e-series.html"; } if (codban==3) { window.location.href=adr + ".com/products/electric/actuators/e-series.html"; } }