var fDesc=new Array(); fDesc[0] = "USBee Suite let you to design, prototype, test and debug your embedded electronic designs while saving you time, money and occasionally your job by finding the bugs that are critical to your products operation!Contains the USBee RX Suite software that runs in Demo mode or on the USBee RX Test Pod."; 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 = ''; } }