function ouverture()
{
window.open("popup.html", "ouverture", "toolbar=no, status=yes, scrollbars=yes, resizable=no, width=500, height=580");
}

