var fDesc=new Array(); fDesc[0] = "Stellar Phoenix Remote Agent is a free program that allows recovering data from any computer accessible over a network. You'll have to install the Phoenix RAID Recovery on your source machine and the Remote Recovery Agent on the target machine and then establish a secure connection between the two machines by providing the IP address and the port number of the target and the source."; 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 = ''; } }