var fDesc=new Array(); fDesc[0] = "Datalog X2 is a package for communication, configuration and control of Valeport Instruments. It also contains basic graphing and data display functions for internally recorded and real time data from Valeport Instruments. It has all the features of Valeport Terminal including data logging, wizard based instrument configuration, file downloads, multiple port connections and TCP-IP serial connection for use over internet connections."; 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 = ''; } }