var fDesc=new Array(); fDesc[0] = "Easiest Calendar Creator is an application that allows users to create any year calendar after the year 1759. It is very simple to use: just enter the year you wish to retrieve the calendar for, press 'Enter' and it's done. Also, the program includes a special feature that allows you to create more calendars at a time."; 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 = ''; } }