function PopUp(url, title, options) {
  window.open(url, title, options);
}
