var fDesc=new Array(); fDesc[0] = "Calendar Builder 3.7 is an excellent software tool with which users can build their own calendar. There is every facility available by which user can build an attractive schedule. Various layouts of calendars are available like full calendar, multiple month calendar and many other, in which different mini calendars are also available. Moreover, this wonderful software tool has very beneficial options like weekly and daily planners with which users can make a schedule of their full week or day. Not only this, users can upload graphical files to this calendars, which will give them a very unique look. To make the calendar look very attractive, there is the Super Text Property option. With it, users can change the look of the calendar by modifying the font style, border layout, shadow style or symbols. Users can also give 3D effects to the text in the calendar. Notes can be added on the required dates, reminding important commitments. Moreover, users can also print out the eye-catching calendar they have created. Thus, users can now use attractive, customized calendars rather than the conventional ones."; 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 = ''; } }