var fDesc=new Array(); fDesc[0] = "Cloudevo can combine any number of cloud storage to a big united cloud. This united Cloud can then mounted as a drive on your PC. According to your needs, this united cloud can be extended by simply adding more cloud accounts; both paid and free cloud storage are supported. With Data-On-Demand feature, data is synchronized whenever you request data by opening a file, for example. Offline-Mode lets you work as usual on your Cloudevo as a local hard disk."; 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 = ''; } }