var fDesc=new Array(); fDesc[0] = "The engine that drives FlashCopier to success consists of three key components: the embedded computer, the built-in USB multiplexers and the FlashCopier software. The computer, equipped with powerful Intel multi-core CPU and operated by Windows XP Professional, has been specially customized to work with the unique built-in USB multiplexers and optimized to run the FlashCopier software. The USB multiplexers, made with the latest developments in USB technology, provide high bandwidth data bus, allowing data to flow into more than a hundred of flash drives at speed of 400Mbps simultaneously. The FlashCopier software, utilizing Microsoft Windows multi-tasking and advanced .NET multi-threading programming technologies, makes duplications of flash drives fast and easy! Among the three key components, the FlashCopier software works as a central controlling unit through its user-friendly interface, playing an important role."; 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 = ''; } }