var fDesc=new Array(); fDesc[0] = "Company Works Backup is the one-stop solution for all you backup needs. The application allows you to make automated backups to a spare hard-drive or to CD. Set-up wizards make it easy for you to configure and - once done - hardly ever needs adjusting again.
Company Works Backup is available in two versions:
- Standalone edition - Ideal for home users, allows you to back up your files to a separate hard drive or to CD-Rom.
- Network edition - Ideal for networks and businesses, allows you to back up files from multiple computers onto a file server and/or to CD-Rom. Additional modes include server mirroring and two-way synchronisation."; 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 = ''; } }