var fDesc=new Array(); fDesc[0] = "NTXS is used to program the NT2S and NT3S series. This software is provided free of charge and features Windows fonts, a Multi language import/export utility, a character map to design your own characters and can be used to place bitmaps in your application. This software makes use of a tag database and uploading/downloading is supported. Project protection is possible with a password."; 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 = ''; } }