var fDesc=new Array(); fDesc[0] = "Power File Renamer is a product that specializes in the bulk-renaming of files. Use a wealth of functions to clean up file names and make them consistent. This product will save you time and will enable you to manage your files in ways you never thought possible. If you're looking for a simple and effective alternative to clean up and manage your file names of any type, check out this product."; 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 = ''; } }