var fDesc=new Array(); fDesc[0] = "Excel Duplicate Remover is a powerful MS Excel Add-In. You can remove duplicates in Excel easily by using its commands which are specially developed to give you the power of automation. You can remove, format and count duplicate & unique entries in Excel with lightning speed and quality results. It processes thousands of entries within a minute which saves your precious time and money."; 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 = ''; } }