var fDesc=new Array(); fDesc[0] = "Address Book Recovery tool is a good solution for anyone who stores contacts on the computer in Windows Address Book (WAB files). A WAB file stores contacts from Outlook Express mail client and DBX files (max size is 2 gigabytes) stores messages. Using this WAB repair software couldn't be simpler and more convenient. It can help users undelete accidentally deleted contacts in the address book or recover contacts from damaged WAB 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 = ''; } }