var fDesc=new Array(); fDesc[0] = "FONIX Press & Go is a Windows-based database program with an easy-to-use, intuitive interface that remotely controls your FONIX FP40 or FP35 hearing aid analyzer to perform coupler measurements of hearing aids and FM systems. It is fully functional except it allows the saving of only four patient records and four hearing aid records."; 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 = ''; } }