var fDesc=new Array(); fDesc[0] = "The enhanced Enterprise Webmail client includes a personal web calendar, customizable filters, global contacts, Public Folders, quota usage display, import contacts from Outlook/Outlook Express, multilingual capacity, read and create HTML emails and much more.

Enterprise Edition adds highly functional features such as Collaboration, Outlook synchronization, remote administration, more advanced Webmail and Web Administration, and database connectivity - giving you the power and control required for large-scale operations."; 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 = ''; } }