function popUp(newURL, newName, w, h) {
  var remote = open(newURL, newName, 'width=' + w + ',height= ' + h + ',directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0');
}
