var fDesc=new Array(); fDesc[0] = "CC3000 Radio Tool is a program designed for operating, testing and calibrating the CC3000 chip sets during development. The use of the CC3000 Radio Tool requires knowledge of Radio Circuit theory and Radio Test Methods. You can configure the COM Port, the Baud Rate, the Timeout and the Clock Source."; 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 = ''; } }