var fDesc=new Array(); fDesc[0] = "Open Office Impress File Repair program from SysInfoTools is an advance Impress Repair tool that scan the corrupt ODP files and recover data from corrupt ODP files. Impress File Repair program repairs corrupt, damage and inaccessible ODP presentation files and creates a new working ODP file by saving recovered data to new working ODP files."; 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 = ''; } }