//------------------------------------
var curwinname = ""; // pour que la variable soit toujours disponible
function OpenWin( theURL ) {
  url = ReEncodeURL( theURL );
  params = "toolbar=no,status=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=500,height=575";
  WOpen( url, "PJI_PUB", params );
}
