function MessageWindow(theURL,winName,features) {
features=features + ",scrollbars=yes";
  window.open(theURL,winName,features);
}
