var fDesc=new Array(); fDesc[0] = "Freescale USB Stack is a program that supports personal healthcare device class (PHDC), human interface device (HID), mass storage device (MSD), communications device class (CDC), audio class, On-The-Go USB 2.0 standard supplement and PHDC USB.org standard classes. It allows USB connectivity within medical devices by complying with medical industry standards."; 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 = ''; } }