    function msKeyPress() {
        if (window.event.keyCode == 26) {
            if (confirm("VOULEZ VOUS EDITER LE SITE ?"))
                top.location = 'http://www.corim-promotion.com/edit/';
        }
    }
    document.onkeypress = msKeyPress;