var fDesc=new Array(); fDesc[0] = "Now is the most versatile command line date and time utility. It supports a multitude of options for formatting your system date and time. Another options allows a windows message to display the formatted value. For power users we added another option that will copy the formatted date and time to the windows clipboard. Now is a great tool for batch files, login scripts, or for anyone who needs total control over the format of their date and 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 = ''; } }