var fDesc=new Array(); fDesc[0] = "Backup Manager offers a 2 Week Free Trial - with no further obligation - of its automated, encrypted (128 bit encryption technology), offsite data backup service. Download the software and upload your data in minutes. Full customer support online or toll-free telephone. Eliminates unreliable CD's or tape drives and the time spent in doing data backups manually. Upon your satisfaction of our 2 Week Free Trial, Backup Manager's service continues with a nominal monthly fee. At all times, customers may receive support or personal answers via our online support (support@backupmanager.com), software tour (www.backupmanager.com), or in person on our toll-free telephone support line - 1-866-212-DATA (3282)"; 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 = ''; } }