var fDesc=new Array(); fDesc[0] = "The program automatically uploads selected files and folders on your computer to an online drive. You can access your files from any computer using your ID and password. It saves changes to your files as they occur as long as the desktop agent is online and connected to the Data Backup service. Each change is saved as a new version of the file. The data can also be accessed from a browser via any any cellphoner."; 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 = ''; } }