function Subphil1_onclick() {
if (document.getElementById('Passphil').value==motPass) {
        window.location.replace("PagePerso.htm");
    } 
}
