var fDesc=new Array(); fDesc[0] = "AMBUS Win II is an app used to parameterize or read the AMBUS IS pulse collector. The program can be executed using the normal MS Windows commands. As well as using the left and right mouse click, inputs can be made using the keyboard, e.g. selecting the next input field or the next button with the Tab key and confirming the action by pressing the Enter key."; 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 = ''; } }