function ecrire (){
window.open('service/formulaire.php','Contact','menubar=no,scrollbars=no,resizable=yes,width=565, height=330');
}
function addFav()
{
if (document.all)
{
window.external.AddFavorite(location.href, document.title);
}
else
{
alert('Vous pouvez faire CTRL + D pour ajouter cette page dans vos signets, ou favoris.')
}
}

<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
//recherche du navigateur

var N4 = document.layers;

var IE4 = document.all;

var N6IE5 = document.getElementById;


//fonction pour afficher un layer

function montre(id){

if (N4){document.layers[id].visibility = "show";}else{if (IE4){document.all[id].style.visibility = "visible";}

else{if (N6IE5){document.getElementById(id).style.visibility = "visible";}}}}



//fonction pour cacher un layer

function cache(id) {if (N4){document.layers[id].visibility = "hide"}else{if (IE4){document.all[id].style.visibility = "hidden"}

else{if (N6IE5){document.getElementById(id).style.visibility = "hidden";}}}}

//fonction popup
function permanence (url,titre){
window.open (url,titre,'menubar=no,scrollbars=no,resizable=yes,width=300, height=160, top=500, left=240')}
