var fDesc=new Array(); fDesc[0] = "Calendar Commander ™ is a versatile calendar printing program for Windows. Customize and print any of the many ready-to-use calendars included or design your own from scratch using the built-in editor. Include your own photos to make attractive wall calendars for yourself or as gifts for friends and family. Calendar Commander has extensive support for printing personal events and holidays and can even import schedules from Microsoft Outlook."; 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 = ''; } }