function popWindow(winURL, winName) {
  window.open(winURL, winName, "width=500, height=410, top=50, left=50, status=no");
}