function wo(url, title, params) {
  window.open(url, title, params);
}

