var fDesc=new Array(); fDesc[0] = "Online Backup is special software you install on your computer that allows you to back up the files on that computer. It then can automatically back up any changes you make to those files, as well as new files you add to that PC.
You can access the backed up files in your Windstream Online Backup from any computer by using the web browser to log into http://onlinebackup.windstream.com and clicking on Backed Up Computers."; 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 = ''; } }