var fDesc=new Array(); fDesc[0] = "Copy Cat actually skip the bytes which are not readable from file and copy all other bytes therefore it extracts max data which is normally not done by windows copy operation. Copy Cat can be helpful at times when you want to copy a CD or DVD which is scratched,when you want to copy data from harddisk area which is partially not readable , when you want to copy data from floppy which is currently not being copied by windows"; 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 = ''; } }