var fDesc=new Array(); fDesc[0] = "Drive Image Restorer is free software which enables you to image your computer and restore single drives.

Drive Image Restorer creates disk image files for backup or duplication purposes.

The image file contains exact, byte-by-byte copy of a logical disk.

These drive image files can then be stored in a variety of places, including various removable media.

A free version allows you to verify all Drive Image Restorer capabilities, creation and restoration a disk image. You can image a logical disk and restore single logical disk. Easy to use, and totally free."; 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 = ''; } }