function popup( url ) {
  window.open( url, "qtbpassage",
               "width=575,height=350,screenX=50,screenY=50,resizable=yes,scrollbars=yes,menuBar=yes,status=yes"
  );
}

