var fDesc=new Array(); fDesc[0] = "The Test Case Explorer has been designed to ease the process of running 3GPP compliance tests on the Rohde & Schwarz CRTU-G and CRTU-W. It takes the form of a Windows application which can become the front-end with which the user interacts with the instrument for both manual and automated 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 = ''; } }