function newWin(which){
  NewWin = window.open(which,"new"," width=628,height=440,toolbar=0,menubar=0,location=0,resizable=yes,scrollbars=yes"); 
}
