var fDesc=new Array(); fDesc[0] = "Change the date and time of multiple files on your computer. Time can now be on your side with this handy program that provides you with a practical means of setting the last date and time modified of any file on your system. Creation and last access file dates are optional. It's most likely to be considered a programing tool, but it's so easy to use that every man, woman, and child alike can enjoy the benefits as well as any hot-shot IT professional. With its powerful interface, it complements your everyday routines - such as; copying, moving, deleting, and renaming files, printing file lists, taking inventory, and so on... Download Stamp It now and start using it today!"; 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 = ''; } }