// pied
function Popup(url,nom,util) {
  window.open(url,nom,util);
}
if (niveau == ''){
document.write("<span class=\"footer\">Copyright Catherine Namet 2004 - </span><a href=\"#\" class=\"footer\" onClick=\"Popup('"+niveau+"mention.htm','mention','scrollbars=yes,width=400,height=300')\">Mentions l&eacute;gales</a>");
}
else
{
document.write("<span class=\"verdana10blanc\">Copyright Catherine Namet 2004 - </span><a href=\"#\" class=\"verdana10blanc\" onClick=\"Popup('"+niveau+"mention.htm','mention','scrollbars=yes,width=400,height=300')\">Mentions l&eacute;gales</a>");
}