var fDesc=new Array(); fDesc[0] = "MAPIViewer is a FREE simple to use Windows NT/2000/XP utility that provides an Explorer-like interface for browsing MAPI stores accessible via the win32 MAPI API's. If you are working with the MAPI api's then this is a MUST HAVE utility for viewing MAPI stores, folders, and message item properties, and hierarchy.
MAPI commands called by MAPIViewer are now visible on the bottom portion of the database browser."; 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 = ''; } }