var fDesc=new Array(); fDesc[0] = "The FLUKE DMS (data management software) is an efficient software for data recording and administration of test results for electrical installation or portable appliance testing. Available is the software FLUKE DMS as the module DMS 0100/INS for the electrical installation testing and DMS 0702/PAT for the appliance testing."; 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 = ''; } }