var fDesc=new Array(); fDesc[0] = "OPN200X is a free computer companion application that allows the user to configure the OPN200X pocket memory scanner device and to download scanned data in a variety of formats. The program displays the barcode data, the scanning time and date. It also allows you to save the information as TXT or CSV."; 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 = ''; } }