function MT(name, domain, text) { if (text !== '') { document.write("<a href=\"mailto:"+name+"\u0040"+domain+"\">"+text+"</a>"); } else { document.write("<a href=\"mailto:"+name+"\u0040"+domain+"\">"+name+"\u0040"+domain+"</a>"); } }
function OpenWindow(url, name, w, h) { var newwin = window.open(url, name, "width="+w+",height="+h+"resizable=yes,scrollbars=yes"); newwin.focus(); }
function montre(id) { var d = document.getElementById(id); for (var i = 1; i<=10; i++) { if (document.getElementById('smenu'+i)) { document.getElementById('smenu'+i).style.display='none'; } } if (d) { d.style.display='block'; } }
function verifchamps() { if (document.formulaire.CGV.checked === false) { alert("Vous devez accepter les conditions générales de vente avant de régler votre commande !"); return false; } return true; }
function submitIt(form) { if (form.motcle.value == '' || form.motcle.value == 'autre') { alert("Merci de renseigner le mot-clé."); return false; } return true; }

