var fDesc=new Array(); fDesc[0] = "APUSB 47 is a small utility that runs minimized in the system tray and brings back the AutoRun functionality for USB drives to your Windows 7 computer. You don't need to make any changes to the USB drive; you just have to use the standard autorun.inf as before."; 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 = ''; } }