var fDesc=new Array(); fDesc[0] = "USBControl is a utility that helps you manage your Adaptec USB peripherals. It allows you to easily find information on device performance and status, and get detailed device information and troubleshooting help. Its design allows you to quickly see which devices are connected and if they're working properly."; 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 = ''; } }