var fDesc=new Array(); fDesc[0] = "CAEN RFID Easy Controller is an application that allows users to explore the main CAEN RFID readers capabilities. Thanks to a friendly user interface, the user can inventory, read, write, lock or kill tags. Due to the common API interface, the application can be used to control all easy2read readers ranging from the OEM small sized models to the large sized ones for full portal installations."; 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 = ''; } }