// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function rech() {
motcle=document.getElementById('rechMotCle').value
direction="produits3.asp?motcle=" + motcle
//alert(direction);
document.location.href=direction;
}