var fDesc=new Array(); fDesc[0] = "Workgroup Calendar is a personal tool and a downloadable PC software that allows you to create, synchronize and manage a group calendar with content merged from the chosen Microsoft Outlook Calendar folders including Public Exchange Calendars. If you are looking for a quick and easy way to smartly merge to one central (common) calendar and manage the contents of different Calendar folders from one place, this program is for you.
Create and view all of your Outlook appointments and events in one calendar. All of your appointments, calendar events, and meetings from selected calendar folders will be conveniently displayed in one place."; 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 = ''; } }