var fDesc=new Array(); fDesc[0] = "DateDiff is a calendar program that allows you to select two different dates, then calculates the number of days, hours, minutes and seconds between them. It can also determines what the date is X number of days before or after a given date.
The most significant change here of course is the skins. While they do increase the file size, they’re rather fun. It was tough to decide which skins to include and which to omit."; 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 = ''; } }