var fDesc=new Array(); fDesc[0] = "This Dencom Global Address Book is an application that allows all users access a shared central/common database for contact data from within an Microsoft Outlook email client, or an email client that supports Extended MAPI.The Application consists of 3 parts:

- Administration Utility: allows the administrator user to create and manage the databases.
- Dencom Global Address Book Client : which can run in 2 modes, allows Outlook or any email client that support Extended MAPI to access to the database file (Read/write mode) or the ?.GAB.XML file (view only mode) so the Contact details are available within the Email Client as an address book.
- Dencom Address Book Connect: this is an Outlook Addin which you can synchronize the Database content with a Microsoft Outlook Contacts folder. Great for Remote users."; 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 = ''; } }