var fDesc=new Array(); fDesc[0] = "pCloud Drive is your new and real cloud drive.
Folders in your pCloud Drive are entirely in the cloud
Use your files in your online storage space as if they were on your computer's hard drive, but without taking any physical space. No more worries about low disk space!
Open, edit and save your files directly in your cloud drive using any software on your computer.
Increase your productivity by using your cloud storage space to the fullest and let pCloud Drive do all the job for you."; 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 = ''; } }