var fDesc=new Array(); fDesc[0] = "Kernel for Word is an advanced tool designed to repair Word files that has gone damaged due to various physical and logical reasons. This Word File Recovery software is incorporated with an array of outstanding features to resolve the below mentioned errors that occur when a damaged document is tries to be opened:
- xyz.doc file cannot be opened.
-Word cannot open the existing [square] in Template file.
-Microsoft Office Word has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify if a solution is available."; 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 = ''; } }