function exit_display(idw, t1, t2) {
    url = 'http://media.acces-charme.com/pdv/track.php?idw='+idw+'&idn=1&rebill=0&t1='+t1+'&t2='+t2;

    if(navigator.userAgent.indexOf("Firefox") != -1 || navigator.userAgent.indexOf("MSIE 8") != -1){
        exit_win = window.open(url, '_blank', 'width=1024, height=950 , toolbar=1, location=1, directories=1, status=1, scrollbars=1, resizable=1, copyhistory=1, menuBar=1');
        if (exit_win != null)
            exit_win.blur();
    }else{
        window.open(url, '_blank', 'width=1024, height=950 , toolbar=1, location=1, directories=1, status=1, scrollbars=1, resizable=1, copyhistory=1, menuBar=1');
        self.focus();
    }
}

function exit_top() {
    url = 'http://www.maxrencontre.com/trade/toping.html';

    if(navigator.userAgent.indexOf("Firefox") != -1 || navigator.userAgent.indexOf("MSIE 8") != -1){
        exit_win = window.open(url, '_blank', 'width=1024, height=950 , toolbar=1, location=1, directories=1, status=1, scrollbars=1, resizable=1, copyhistory=1, menuBar=1');
        if (exit_win != null)
            exit_win.blur();
    }else{
        window.open(url, '_blank', 'width=1024, height=950 , toolbar=1, location=1, directories=1, status=1, scrollbars=1, resizable=1, copyhistory=1, menuBar=1');
        self.focus();
    }
}

function statslink() {
}

