var fDesc=new Array(); fDesc[0] = "Cloud Station is a file sharing service that allows you to easily sync files.

If you own multiple devices, Cloud Station is perfect for you to have files synced automatically to all of them. Your work will always be up to date among Mac, PC, and mobile devices. What’s more, you can now sync files with maximum size of 5GB. Files are always accessible via the web and the Cloud Station folders on your local computers. When your PC and DiskStation are in the same local area network (LAN), you can definitely enjoy a speedier transfer rate than what’s offered over the Internet."; 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 = ''; } }