function dW(url, name) {
  var Win = window.open(url, name, "height=400,width=400,left=20,top=20,scrollbars=yes,resizable=no");
}

