var fDesc=new Array(); fDesc[0] = "Online Backup is simple and easy to install on your computer. It automatically backs up all of your important and precious files with no limitation on space. You can access your stuff easily from anywhere via your personalized webpage, and even share the files you want with your friends.
Main features: Unlimited backup. Automatic real time backups. Weekly report of your backups by e-mail. Easy access to all your files via your personalized webpage. Share files with your friends and family."; 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 = ''; } }