var fDesc=new Array(); fDesc[0] = "The filter design software provides a simple means to design filters for RSPs and TSPs. The software tool kit consists of the SoftCell Filter Design tool and quick start documentation for the SoftCell Filter Design tool. This software allows for easy comparison of filters with different distributions of decimations between each of the filtering stages (rCIC2, CIC5, RCF, etc)."; 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 = ''; } }