var fDesc=new Array(); fDesc[0] = "The LabJack U12 is a measurement and automation peripheral that enables the connection of a PC to the real-world. This is the legacy software installation for the LabJack U12. The directory and file structure has been changed since V1.17, so LabJack U12 software V1.17 or lower should be uninstalled first."; 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 = ''; } }