var fDesc=new Array(); fDesc[0] = "Recently featured in a book on Great South African Inventions, AmaRadio is a small computer program which enables you to listen to South African radio stations from anywhere in the world!

You can use it to listen to Joburg stations when you’re in Cape Town, or Durban stations when you’re in London!"; 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 = ''; } }