var fDesc=new Array(); fDesc[0] = "MultiLab4 is a powerful real-time data analysis program that enables you to stream and display live sensor data. The program also allows you to collect data from multiple sensors simultaneously, view and configure all sensors in one window, calculate and displays the area between any 2 points and analyze data with and array of mathematical functions."; 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 = ''; } }