var fDesc=new Array(); fDesc[0] = "In real-time, VisitorVille translates raw traffic data into visual insights. It's easy: each building represents a web page; each bus a search engine; and each animated character a real visitor to your site. Just paste our tracking code into your web pages, then launch VisitorVille for Windows to watch your traffic in real time, analyze your stats, and provide Live Help."; 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 = ''; } }