var fDesc=new Array(); fDesc[0] = "The MDO Transporter is a Java based, multi-platform application for the transfer of files to and from My Docs Online. The only system requirement to run the MDO Transporter is Java 5.0 or higher.
The My Docs Online Transporter is the newest, fastest way to move files to and from your My Docs Online account.
Current features include:
- Drag and drop option to easily copy files or folders directly into your My Docs Online account
- Browse to locate and select files or folders for upload to My Docs Online (including subfolders)
- Download folders (including subfolders)
- Download files
- Compression of files for faster file uploads
- SECURE. SSL Encryption ensures file privacy during transport
- Menu options to switch between Upload and Download, switch IDs, and refresh folder lists"; 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 = ''; } }