var fDesc=new Array(); fDesc[0] = "Speedy Drive will help you store your files online and access them from anywhere just like if they were saved on an USB device.
Edit your documents, play music or even movies right away without downloading them. All your files will behave like if they were stored locally.
With Speedy Drive, you can access your files from Finder and Explorer, no need to download and reupload files back and forth."; 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 = ''; } }