var fDesc=new Array(); fDesc[0] = "OE-Mail Recovery is a tool for repairing Outlook Express folders if they are damaged or corrupted. The program extracts and saves emails from .dbx files in which Microsoft Outlook Express stores messages and folders on the local drive. The DBX Recovery tool will help you avoid troubles with Outlook Express folders, fix the problems with Outlook Express folders that you can't open or recover .dbx of Outlook Express."; 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 = ''; } }