var fDesc=new Array(); fDesc[0] = "Zimbra Desktop is a free and open source email client application that gives you online and offline access to all your email accounts in one place. It’s cross-platform, available on Windows, Mac OS and Linux. Zimbra Desktop works with many types of email systems to synchronize email, contacts and calendar data between user’s mailboxes in the cloud and local data stored on your computer disk. While synchronization requires network connectivity, Zimbra Desktop can be used offline when the user’s computer is not connected to the 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 = ''; } }