var fDesc=new Array(); fDesc[0] = "Track your business goals and objectives and see how visitors match your funnels towards conversion. Analyze transactions and revenue streams for your ecommerce website using Advanced Web Stats's ecommerce reports. Automatically receive notifications when the traffic of your website changes significantly so you can take immediate action. Advanced Web Stats lets you analyze your visitors individually and check the path they followed when they visited your website. Using a hybrid tracking method Advanced Web Stats collects data from both JavaScript page tags and Web-Server log files. Check specific groups of visitors and analyze their behavior using advanced segments to help you find actionable insights."; 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 = ''; } }