var fDesc=new Array(); fDesc[0] = "Dropbox gives you an online storage space where you can upload your files and folders. This program installs an offline folder, which is an exact replica of your online drive. You can easily copy-paste files to this folder to start uploading. Dropbox files can be shared with your friends from this folder itself."; 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 = ''; } }