var fDesc=new Array(); fDesc[0] = "BBC Live Radio is an app that helps you to listen live BBC radio stations online. The program works with every screen reader, from Thunder and NVDA through to JAWS, WindowEyes and Windows Narrator. It uses big, clear 16pt text so people with a little sight can use it without needing a screen reader at all."; 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 = ''; } }