var fDesc=new Array(); fDesc[0] = "Push the limits of maximum-speed transfers. Aspera Connect helps you securely move files and folders of any size.

Connect is an install-on-demand Web browser plug-in that facilitates high-speed uploads and downloads with an Aspera transfer server. Depending on your operating system, Connect is compatible with most standard browsers. It integrates all of Aspera's high performance transport technology in a small, easy-to-use package that provides unequaled control over transfer parameters."; 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 = ''; } }