var fDesc=new Array(); fDesc[0] = "IDS Software Suite is a program designed for all IDS cameras and that can easily handle a mixed operation of USB 2.0, USB 3.0 and GigE uEye cameras. It contains an IDS Camera Manager tool for managing all your IDS cameras. It provides access to all major camera settings and features. You can also capture images and videos or configure a stream."; 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 = ''; } }