function PopupResult()
{
  PopResult=open("","WinResult","width=200,height=200,left=100,top=100,resizable=no");
  document.frmCourrier.target="WinResult";

}

function Retour(Adresse)
{
  opener.location.href = Adresse;
  window.close();
}

function RetourEdit(Adresse)
{
  window.close();
}

