var fDesc=new Array(); fDesc[0] = "Aspera Cargo extends person-to-person file delivery workflows with automatic downloads of faspex packages using a familiar content feed-style interface. Users automatically receive packages from multiple faspex servers, with all downloads consolidated within a single client, enabling follow-the-sun workflows and eliminating data transfer delays. It features support for a configurable number of concurrent downloads and queuing, real-time transfer rate control and monitoring for each download, ability to specify how often to check for new packages, and more."; 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 = ''; } }