var fDesc=new Array(); fDesc[0] = "A new and improved version of DatePad is available now! DatePad combines the power of a calendar with the ease of a text editor. DatePad is a simple and easy multi-purpose application which can be used in a surprisingly large number of ways.
The main function of DatePad is to store text which is specific to a certain date or time. In addition to editing text related to years, months, days and/or times it is possible to calculate with dates and times and create notifications of upcoming future events."; 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 = ''; } }