var fDesc=new Array(); fDesc[0] = "If you have a large number of files such as digital images to rename, then try Autonamer Pro. Autonamer Pro makes it easy to do a batch file rename, otherwise known as renaming multiple files. Transform the time-consuming task of renaming numerous files into a simple job that takes seconds. With Autonamer, you can give meaningful file names to your digital camera images, organize your music collections, or revise web page names to match new content."; 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 = ''; } }