var fDesc=new Array(); fDesc[0] = "Word Fix Toolbox is an efficient text recovery application designed for corrupted DOC, DOCX, DOT and DOTX files of Microsoft Word format and RTF files as well. The program supports ASCII and Unicode encoding, it offers you Heuristic data filters and saves the data as a clean file."; 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 = ''; } }