var fDesc=new Array(); fDesc[0] = "This Windows address book repair tool can restore Windows Address Book contacts that have been accidentally deleted. WAB repair allows you to view archived changes on the contact. With this program you can repair address book Outlook Express 6 XP, repair Outlook Express address book and repair Windows address book 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 = ''; } }