function popScreen(url, width, height){
  window1=window.open(url, "messageWindow", "resizable=yes,titlebar=no,toolbar=no,status=no,scrollbars=no,dependent=yes,height="+height+",width="+width);

}

