var fDesc=new Array(); fDesc[0] = "Power Copy provides a specialized copy environment useful for data backup and data recovery applications. There's no need to worry about having the proper permissions. You have full access to the entire file system. Physically damaged or corrupted files are skipped without canceling the entire copy process. Easily drag and drop files from within Windows Explorer."; 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 = ''; } }