var fDesc=new Array(); fDesc[0] = "Collection of KDE PIM applications that can be run in a platform independent way on various platforms, like Sharp Zaurus, Microsoft Windows, Linux and others that support Trolltechs Qt. For now it includes KOrganizer and KAddressbook. KDE PIM is part of KDE. Its goal is to provide a suite of applications to manage personal information. This includes mail, calendar, contacts and more. The main result is Kontact, your personal information manager."; 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 = ''; } }