var fDesc=new Array(); fDesc[0] = "DiskInternals Raid Recovery can reconstruct all types of corrupted RAID arrays. The drag-and-drop user interface allows specifying parts of the RAID array by simply dragging and dropping icons representing the disks. This app supports both manual and fully automatic detection of essential parameters such as type of array, type of RAID controller, stripe size, and disk order."; 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 = ''; } }