var fDesc=new Array(); fDesc[0] = "Ultimate Calendar is an easy to use calendar with rich features and settings. It features a calendar for any year from 1 to 9999-th in table and list, generic and personal dates differing by sets and groups, movable, recurring, periodical, particular dates, moving weekend days and tracking change of day."; 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 = ''; } }