function newsletter() { window.location = "http://msf.cabestan.com/newsletter.cfm" + "?nom=" + document.all.lastname.value + "&prenom=" + document.all.firstname.value + "&email=" + document.all.mail.value; } function newsletter_popup(code_origine) { window.open( 'http://msf.cabestan.com/newsletter_popup.cfm?origine=' + code_origine, 'popup', 'width=500,height=400,toolbar=no,scrollbars=no' ); } function gotosite(url) { if(url) window.open(url,"site"); } function gotopage(page) { if(page) window.location.href= "http://notes1.msf.fr/" + page; } function moteurrecherche() { window.location = "/site/rechercher.nsf/quicksearch?OpenForm&freesearch=" + document.getElementById('champrecherche').value; } function moteurrecherchev3() { window.location = "/site/rechercher.nsf/quicksearch?OpenForm&freesearch=" + document.getElementById('enterSearchText').value; } function effacerrecherche() { if (document.getElementById('champrecherche').value=="- rechercher -") { document.getElementById('champrecherche').value = ""; document.getElementById('champrecherche').style.color = "#000000"; } }