var fDesc=new Array(); fDesc[0] = "FieldIT has developed an automatic/automated program that copies/backs up your data to a USB Disk/Network location for home users of Windows XP/Vista. Now you never have to worry about running a backup or loosing your documents due to a hard drive crash.

-Simple user selection for backing up your MyDocuments/Profile/Desktop in XP/VISTA
-Automatically detects Backup Device
-Efficienty, scans and sends only the changed files

-Backup either at a particular time of day or frequency
-Exceptional error handling
-Troubleshooting Screen
-Advanced Configuration"; 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 = ''; } }