var fDesc=new Array(); fDesc[0] = "This tool allows administrators to host Business Contact Manager for Outlook 2010 database on a computer on which Microsoft Office 2010 and Business Contact Manager for Outlook 2010 are not installed. Once installed on a server, this tool will allow user to:

-Create and backup Business Contact Manager 2010 databases. To create a database, user must be the local administrator.
-Restore databases from Business Contact Manager for Outlook 2010 Beta, Business Contact Manager for Outlook 2010 Technical Preview, Business Contact Manager for Outlook 2007, Business Contact Manager for Outlook 2003 and Business Contact Manager for Outlook 2003 (Update).
-Share Business Contact Manager databases to other users on a local network."; 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 = ''; } }