
function focusgg(){document.getElementById('recherche').focus();}
function homepage(){this.style.behavior='url(#default#homepage)';this.setHomePage('http://kitmoteur.com/');}
function ext(lien){var hauteur=screen.height-100;var largeur=screen.width-100;var haut=(screen.height-hauteur)/2;var gauche=(screen.width-largeur)/2;window.open(lien,'_blank','toolbar=yes,location= yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,directories=yes,width='+largeur+',height='+hauteur+',top='+haut+',left='+gauche+'');return false;}