var fDesc=new Array(); fDesc[0] = "File Storage Companion is the desktop client for the File Storage service which represents an easy and fast way to store files on your iOS device and share them with other smartphones, tablets, and computers.

It helps you store virtually any type of file on your device and enjoy them anywhere, anytime, even offline. You may quickly share them with other devices over WiFi or Bluetooth."; 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 = ''; } }