var fDesc=new Array(); fDesc[0] = "Your log files are a gold mine of information about not only your web site, but your business. Understanding your web site traffic patterns -- seeing your web site through your potential customer's eyes -- is key to improving your business. Web server log files give you a view into your customer's activity and can help you tune your web site to acquire new customers. FastStats Log Analyzer is a powerful, quick, and inexpensive way to sift through gigabytes of logs and produce easy-to-understand summaries of your web site traffic."; 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 = ''; } }