var fDesc=new Array(); fDesc[0] = "Cal4Desktop is a calendar for your desktop that shows your appointments and tasks from Outlook. Cal4Desktop can collect appointments from multiple calendars and taskfolders also items of your public folders. If your tasks have a due date, the program will show it on the corresponding day."; 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 = ''; } }