var fDesc=new Array(); fDesc[0] = "The DigiSonic is a Windows application that turns your PC sound card into a fully-functioning audio test set. Our family of test solutions, while all sharing a common concept and control layout, differ in terms of portability, precision, and features. Any Lindos user will instantly feel at home with the DigiSonic. The DigiSonic can be operated stand-alone with its own control panel, or through Lin4WinXP in the same way as the hardware test sets."; 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 = ''; } }