var fDesc=new Array(); fDesc[0] = "Data Link Pro is M. C. MILLER CO., INC. (MCM) desktop application software for accessing the new Sin2 handheld meter. From Data Link Pro you may access and configure all the features and options available to you on the Sin2, download and retrieve survey readings modify surveys, and export readings to other software applications."; 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 = ''; } }