var fDesc=new Array(); fDesc[0] = "SmartRF™ Studio is a Windows application that can be used to evaluate and configure Low Power RF-ICs from Texas Instruments. The application will help designers of RF systems to easily evaluate the RF-ICs at an early stage in the design process. It is especially useful for generation of configuration register values, for practical testing of the RF system and for finding optimized external component values. SmartRF Studio can be used both as a standalone application or together with applicable evaluation boards that are shipped in the RF-IC development kits."; 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 = ''; } }