var fDesc=new Array(); fDesc[0] = "Do you need to rename large amounts of files and are you looking for a simple file rename utility? Don't relay on your Windows explorer or command-prompt, download mr. Rename and manual or batch all rename jobs you may have.

Do you need more rename options, previews of image files and do you feel the need of more controll? Please take a look at the flagship "You Name It", the number one file rename utility.

mr. Rename is as safe as renaming files by using the Windows Explorer or Command Prompt. But because renaming system files can cause serious lost of data or even system malfunctions, we urge you to use mr. Rename with care."; 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 = ''; } }