var fDesc=new Array(); fDesc[0] = "TntDrive is a new Amazon S3 Client for Windows. With TntDrive you can easily mount Amazon S3 Bucket as a Network or Removable Drive under Windows.

Unlike many other Amazon S3 Clients, TntDrive offers an incredible simplicity of accessing your Amazon S3 Buckets and files. You can work with your Amazon S3 files as easily as if they were on your local drive!"; 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 = ''; } }