function setNW(this_cb, nw_cb) {
  if ( this_cb.checked && ! nw_cb.checked ) {
    nw_cb.checked = true; 
  }
}
