var fDesc=new Array(); fDesc[0] = "The CalendarPro provides developers with a sophisticated Outlook 2003 style calendar. Developers can easily create a calendar that can manage appointments which can be arranged by day, week, work week or month. Multiple schedules can be conveniently viewed side-by-side for easy comparison. Reminding users of an upcoming or past-due appointment is done automatically with the calendar's reminder manager. Calendar customization is very simple, each and every color and text string can be customized in the calendar as well as adding custom icons to appointments.



The CommandBars provides developers with comprehensive, fully customizable menus and toolbars giving your application a professional and modern interface with sophisticated Office style command bars and One Note style MDI tab windows. The framework fully supports menu and toolbar customization to give you more control over your applications workspace. Xtreme CommandBars comes with built in theme support that will allow you to choose from predefined themes such as Office XP, Office 2003, Visual Studio .NET, Whidbey, or create your own custom theme."; 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 = ''; } }