function openwin(url, name) {
  window.open(url, name);
}

function openWin(url, name) {
  window.open(url, name);
}