function printpage() {window.print();}
function check_search(texte) {if ((texte == "") || (texte.length <= 3)) {alert("Le texte à rechercher ne peut rester vide ou doit être supérieur à 3 caractères"); return false;} else {return true;}}
function MM_openBrWindow(theURL,winName,features) { window.open(theURL,winName,features + ', toolbar=yes, alwaysRaised=yes'); }