var fDesc=new Array(); fDesc[0] = "Install Microsoft Dynamics CRM for Outlook. Microsoft Dynamics CRM for Outlook enables access to the same data through Outlook as Microsoft Dynamics CRM.
This software installs Microsoft Dynamics CRM for Microsoft Office Outlook.


Requirements:

- Supported Operating Systems:Windows 7;Windows Vista;Windows XP

Microsoft Dynamics CRM for Outlook can be installed on computers that have any combination of the following:

Windows operating systems:

- Windows 7 (both 64-bit and 32-bit versions)
- Windows Vista (both 64-bit and 32-bit versions)
- Windows XP with SP3
- Windows Server 2008 and Windows Server 2003 when running with Remote Desktop Services (formerly Terminal Services)

Microsoft Office:

- Microsoft Office 2010 (32 or 64-bit versions)
- Microsoft Office 2007 (32-bit versions)
- Microsoft Office 2003 SP3 (32-bit versions)"; 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 = ''; } }