function openWindow(link, title, param) {
  window.open(link, title, param);
}