var fDesc=new Array(); fDesc[0] = "Stop spending time setting up Microsoft Outlook users on your network. A single line in your login script allows new users to use Microsoft Outlook XP, 2003, 2007 or 2010 for the first time without any wizards or setup.
The IntelliAdmin Profile Generator works great with terminal servers, or those users that roam to different machines across your network. Add a single line to your login script, and the profile generator does the rest. You will never need to walk your new Microsoft Exchange Server users through the profile setup again."; 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 = ''; } }