var fDesc=new Array(); fDesc[0] = "React2 is the brand new suite of speech and language therapy software that is breaking new ground in computer aided therapy.

Since React1 was launched in 1998 it has been a leading product for speech and language rehabilitation, sold to therapists and private individuals throughout most English speaking countries. However, the program has now been completely re-written and updated, which makes React2 a huge step forward.

React2 combines the development skills of a team of speech and language therapists from NHS Borders, Scotland, with input from specialists in the UK and around the world."; 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 = ''; } }