var fDesc=new Array(); fDesc[0] = "NoiseImage helps you to display a variety of analyses simultaneously. The complete software is based on a plug-in concept. Extending the basic module, every functional plug-in brings along its own graphical interface and its own tools. The users can decide which functions they really need and can thus arrange a tailor-made software system."; 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 = ''; } }