var fDesc=new Array(); fDesc[0] = "Add Outlook-like calendars and scheduling to your applications. CalendarGo! Bundle allows you to plan your appointments and browse them in various ways. A single line of code embeds a fully functional calendar or resource scheduler (Gantt diagram) into your application. CalendarGo! Bundle allows you to programmatically control almost every aspect of your calendar's appearance and Gantts diagrams. CalendarGo! Bundle is a fully managed code component written in managed C# that seamlessly integrates with Visual Studio.NET 2003/2005/2008/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 = ''; } }