var fDesc=new Array(); fDesc[0] = "Users of 1-abc.net File Configurator can just laugh about it. A very easy to use interface in wizard style allows you to define your wishes with 4 easy steps.
In a first screen you can add all files you want to configure to a list. You can even add whole folders. Your modifications will be done to all files in it including all files in sub-folders then. The second screen allows you to determine these three existing file dates and times down to seconds for the files you want to change."; 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 = ''; } }