var fDesc=new Array(); fDesc[0] = "PCR Automation is a program that manages Phidgets cards such as 1010, 1011, 1012, 1014, 1017, 1018, 1019, 1070, 1072 and 1203. The program supports 8 analog inputs, 8 digital inputs and 8 digital outputs. The cards are automatically recognized and configured and you can open multiple interfaces in separate windows,"; 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 = ''; } }