function oubli(x) {
uRl='oubli.php';
txt="resizable=1,location=0,scrollbars=0,width=255,height=150,top=10,left=100";
window.open(uRl,"oubli",txt);
}
function modif_msg(x) {
uRl='modif_msg.php';
txt="resizable=1,location=0,scrollbars=0,width=500,height=300,top=10,left=100";
window.open(uRl,"modif",txt);
}
function msg_mbres(x) {
uRl='msg_mbres.php';
txt="resizable=1,location=0,scrollbars=0,width=500,height=400,top=10,left=100";
window.open(uRl,"msg",txt);
}
