var fDesc=new Array(); fDesc[0] = "Jottacloud allows you to synchronize your PC, tablet and phone, and have all your files readily available for both sharing and work. You will have all of your data safely in the cloud if your hard disc crashes or your phone breaks. You can choose whether you want to make a backup of all of your content, or just some of it."; 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 = ''; } }