function newWin(theURL,hght,wdth) {
  window.open(theURL, 'newWind', 'height='+hght+',width='+wdth+',scrollbars=yes,status=no,toolbar=no,copyhistory=no')
}
