var fDesc=new Array(); fDesc[0] = "Backup your computer files securely online. No more loss of data from hard drive crashes, accidental deletion or fire/theft. No more carrying around USB hard drives. Access your files anywhere, anytime with MyPC Backup. Download our free application and MyPC Backup will automatically start to backup all your computer files securely online using bank grade encryption. You can even view, share and download your files from your mobile device. MyPC Backup will backup your files, music, photos, videos, financials and documents so you can rest assured you always have a backup available at anytime."; 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 = ''; } }