var fDesc=new Array();
fDesc[0] = "WinCalendar is a easy to use Windows Date Picker & Microsoft Office Calendar Creator. Both the date picker & calendar creator integrate with Microsoft Word & Excel for ultimate flexibility.
Use WinCalendar to convert Google Calendar, Outlook Calendar, Yahoo Calendar & iCal data to Microsoft Word and Excel format. The calendar creator supports importing Google/Yahoo/Outlook Calendar data into the following layouts: Monthly Calendar; Weekly Calendar; Schedule; Agenda; Gantt Chart (Timeline).
WinCalendar comes with a free desktop calendar and date picker that also integrates with Microsoft Word & Excel.
It supports Holidays for 10 countries. You can even save your own daily appointments in the calendar.
WinCalendar is customizable & works dynamically from a menu so there is no Calendar template to load & manage.";
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 = '';
}
}