var fDesc=new Array(); fDesc[0] = "SmarterStats provides a set of tools for website and business analytics, site tuning, and data mining. It lets you analyze the web traffic to understand the popularity of your website or storefront. It can also find out common issues that adversely affect the usability of your website and remove them.

Data mining feature scours through web server logs to find out hidden patterns of customer behavior, which can be useful in making future marketing decisions."; 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 = ''; } }