var fDesc=new Array(); fDesc[0] = "Protect your pictures, music, important documents and more with Personal Vault, the online backup service from Bell Internet. Personal Vault also gives you full control to access and share your content from any Internet-connected computer. * Set your Personal Vault to automatically back-up your most important files with daily, monthly or manual updates. The choice is yours!
All of the information you upload to your back-up space is encrypted using the same technology used by financial institutions to keep your information secure
Backed-up information is housed in a secure Bell facility, behind a firewall, monitored 24 hours a day
5 GB of space: enough for approximately 1000 songs, 6 full-length movies, or over 5000 of your favourite pictures"; 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 = ''; } }