var fDesc=new Array(); fDesc[0] = "PC-Radio is the most complete radio automation system currently available on the
market. The system is suitable for both small radio stations and for major broadcasters
who place serious demands on their software.

Besides this flexibility and reliability PC-Radio 6 features great user friendliness. The continuing increase of functionality does come with an increasing complexity of the software under the bonnet, but one of the strengths of PC-Radio 6 is that one does not notice this."; 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 = ''; } }