function popUp(url, x, y) {
  var win = window.open(url,'zdnetEmail','width=' + x + ',height=' + y + ',status=no,scrollbars=no,resizable=no,toolbar=no,left=200,screenX=200,top=100,screenY=100');
  win.focus();
}