var fDesc=new Array(); fDesc[0] = "Semper Driver Backup is a free and very easy to use utility that allows you to backup and restore drivers to and from local Windows systems. Unlike standard driver backup utilities, it runs the backup on all system devices and components.

Semper Driver Backup will run through your system and find every single driver. With one click it will back up all drivers to a folder of your choice. Semper Driver Backup also creates a backup log which serves two purposes, firstly to document activities and secondly to provide an import script for later use. It is ideal for use when Microsoft's Sysprep is combined with an imaging and deployment solution like e.g. Semper Continuity Suite."; 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 = ''; } }