var fDesc=new Array(); fDesc[0] = "Developers and test engineers rely on FTS4BT to get them through the design, debug, test, verify, and qualification cycle. Our users tell us their products would have never made it to market in a timely fashion without it. No matter where you are in the Bluetooth chain, you will find invaluable features in FTS4BT.
Developers and test engineers rely on FTS4BT to get them through the design, debug, test, verify, and qualification cycle. Our users tell us their products would have never made it to market in a timely fashion without it. No matter where you are in the Bluetooth chain, you will find invaluable features in FTS4BT."; 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 = ''; } }