function popwin(theURL,winName,features) {
  window.open(theURL,winName,features + ',scrollbars=yes,resizable');
}


