var fDesc=new Array(); fDesc[0] = "If you need to add calendars and schedules to your WinForms application, MindFusion.Scheduling for WinForms is perfect for the task. It gives you a set of features to build any schedule and calendar and much more. Each schedule can have appointments, tasks, locations, contacts and resources. You can define your own Item or Appointment classes in a few steps. The schedule supports undo and redo and can be serialized in a variety of formats. MindFusion.Scheduling for WinForms offers a variety of views and you will probably find the one that matches the needs of your application. You can show any time period - from hours to years in the appropriate view format and time interval. The views are easy to change and most of them support grouping by resources or contacts."; 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 = ''; } }