var fDesc=new Array(); fDesc[0] = "FlashWords AAC is designed to help children with delayed development improve speech abilities through the visualisation of words.

Features:

-Activities help children acquire new words
-Games provide practice with new vocabulary
-Books/Readers combine sentences, pictures and audio
-Add words and edit books/readers to customise the software to the individual user!"; 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 = ''; } }