var fDesc=new Array(); fDesc[0] = "Speedway Revolution Configuration Tool is a free diagnostic and configuration software application for the Impinj Speedway Revolution RFID Reader.The configuration tools removes the need configure the Speedway Revolution using the RShell Command Line Inteface. Most features and settings are directly supported by the tool. Multiple settings can be retrieved and changed with the click of the mouse."; 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 = ''; } }