
function winOpen(url) {
  window.open(url, "_blank", "width=640,height=480,scrollbars=yes,location=yes,resizable=yes,menubar=yes,status=yes,toolbar=yes");
}