var fDesc=new Array(); fDesc[0] = "A free file storage service accessible from any internet-enabled device.

Files on Yandex.Disk won't get lost if your phone or computer breaks. You'll have enough storage space for your most precious photos and important documents.

Access your Yandex.Disk files from anywhere in the world, all you need is an internet connection.

Share your Yandex.Disk files with family, colleagues, or friends. Choose who has access to your files."; 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 = ''; } }