// JavaScript Document
function OuvreFenetre(url,nom,prop) {
  fen=window.open(url,nom,prop)
}
