var fDesc=new Array(); fDesc[0] = "It’s easy to start using Ubuntu One. Just download and install Ubuntu One for Windows. Next, set up an Ubuntu One Free account and you’ll get 5 GB of free storage so you can store and sync your files, photos, videos and music. Once you’re done, you can access your files on your desktop, on the web or on your mobile, wherever you are!"; 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 = ''; } }