<!--

function nospm(dom,nom){
document.write('<a href="' + 'mailto:' + nom + '&#064;' + dom + '" class="redlink" >' + nom + '&#064;' + dom + '</a>');
}
function regPop(URL) {
    day = new Date();
    id = day.getTime();
    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,addressbar=0,menubar=0,resizable=0,width=800,height=650,left = 237,top = 20');");
}

-->