var fDesc=new Array(); fDesc[0] = "DAB Bar is an application that is designed to control the former Psion WaveFinder, the Modular Technology PCI Card and now functions with the Trinloc USB receaver and some compatible development devices. All you need is a compatible digital receiver and a Windows PC.
DAB Bar is a replacement to the software supplied with your device that has a more practical interface for the average listener and is more efficient."; 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 = ''; } }