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