var fDesc=new Array(); fDesc[0] = "Kopano DeskApp adds features found in desktop applications to Kopano WebApp. The program helps you work smarter with people within and outside your organization. A single interface gives you email, contacts, advanced calendaring, file sharing, web meetings and more. DeskApp integrates with your desktop operating system and it can be set as your default email client. Also, it integrates well with the file manager on your desktop, allowing you attach a file to an email from any location, local or on 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 = ''; } }