var fDesc=new Array(); fDesc[0] = "The Outlook connector provides full-function connectivity between the Scalix Server and Outlook 2007, 2003, XP and 2000. Outlook users can run in Outlook Corporate Workgroup mode which gives them all the most advanced Outlook functionality.

You don’t have to retrain Outlook users when you migrate their mailboxes to the Scalix Server, as their Outlook functionality is not impacted."; 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 = ''; } }