var fDesc=new Array(); fDesc[0] = "Desktop iCalendar is a calendar widget for Windows. It stays on your desktop and shows the days of the current month. You can synchronize this application with your Google Calendar, Google Tasks, or Yahoo! Calendar. It also lets you make schedules and share the calendar with your family and friends. This desktop widget reminds you of all your appointments with visual and audio alerts."; 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 = ''; } }