var fDesc=new Array(); fDesc[0] = "IDM setup and upgrade tool enables easy configuration and firmware update for IDM120-2, IDM140-2 devices. The application's interface is user friendly and easy to use. The main controls easily accessible at top of the main window making the configuration of scanners simple."; 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 = ''; } }