var fDesc=new Array(); fDesc[0] = "EMC32 Measurement Software runs on 32-bit operating systems from Microsoft and offers a common user interface for electromagnetic interference (EMI) and electromagnetic susceptibility (EMS) measurements. The software is a modern and powerful tool for controlling and monitoring Rohde & Schwarz EMI test receivers, spectrum analyzers and EMC test systems. It guarantees reliable collection, evaluation and documentation of measurement results."; 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 = ''; } }