var fDesc=new Array(); fDesc[0] = "TopControl is a configuration software for the reading systems. By the purchase of a reading system we make available this software free of charge. This entails that we can appear to individual demands and already with low numbers of pieces. Further we can´t thereby least offer to you an attractive solution. Of course you can acquire the decoder software or library also from us."; 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 = ''; } }