var fDesc=new Array(); fDesc[0] = "YesBackup is a Cloud-based online file-backup and restore service with 1 GB of free space. This application encrypts all your files with 265 bit security key. This program is quite easy to use; just select the folders and files to protect and it will start the upload automatically. You can also drag-and-drop the required files to this program for backup."; 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 = ''; } }