var fDesc=new Array(); fDesc[0] = "The GMX File Storage Manager allows your PC and your GMX File Storage to exchange data via the Internet. Once you´ve downloaded and installed the software on your computer, a virtual drive is created on your computer mirroring the contents of your GMX File Storage, and thus allowing you to open and edit these remote files as would the local files stored on your computer.

The GMX File Storage Manager is a fast and easy way to manage your data. Photos, music, and other files can be moved quickly from your hard disk, as well as all other connected external storage drives, to your GMX File Storage and vice versa."; 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 = ''; } }