var fDesc=new Array(); fDesc[0] = "Use i'm Time Calendar, you can easily create a calendar, organize your itinerary and activities, and synchronize these calendars to the server. Not only you can easily access your calendar at any time, but also you can set your activity to one or more alert. it will remind you when you set the time. Features: 1. Completely free software, the interface is beautiful, very easy to operate; 2. Support for multiple operating systems, including Windows, Linux and Mac; 3. Support multiple views, including the Agenda View, Day View, Month View, Week View, Classic View"; 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 = ''; } }