var fDesc=new Array(); fDesc[0] = "UFS Explorer Professional Recovery is a full-featured software application designed exclusively for data recovery specialists. The application successfully combines low-level data analysis and data management functions with high-level data recovery tools. UFS Explorer Professional Recovery is the only software of the UFS Explorer group that allows to alter original information on the storage. Advanced multi-tool interface makes the software suit even complicated data recovery tasks. With UFS Explorer Professional Recovery you can carry out thorough data analysis and conduct full-scaled data recovery. Embedded RAID-Builder mechanism allows to build standard RAID configurations of any level. Moreover, 'RAID definition language' used by this software will let you build any custom RAID configuration. If necessary, low-level tools of UFS Explorer Professional Recovery allow to make permanent changes to the information initially contained on the storage. The software can be installed to several operating systems - Microsoft Windows, Apple Mac OS and Linux."; 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 = ''; } }