var fDesc=new Array(); fDesc[0] = "The FRES 2.9 version of Fresco is the one developed in 2006 for public distribution. It compiles more easily on a range of computers.
The FRES 2.9 is different from previous versions 'FRXY' (etc) in not having: parallel processing, or core-excitations between coupled-channels continuum states.
It is different from FRES 2.0-2.7 in that it does have two-nucleon bound states and two-nucleon transfers. It is different from FRES 2.8 in having Fourier-Bessel basis functions for potentials."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }