var fDesc=new Array(); fDesc[0] = "With this program, you can synchronize your tasks and calendar events in Outlook and vice versa. The Central Desktop for Outlook add-on provides a 2-way sync for tasks and calendar events between Microsoft Outlook and Central Desktop. It works on Microsoft Windows: 2000, XP, Vista, or Windows 7, Microsoft Outlook: 2000, 2003, 2007, or 2010."; 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 = ''; } }