var fDesc=new Array(); fDesc[0] = "If you wish to know where your visitors are coming from and which pages they ask, Expert Data Miner will provide you a large amount of reports and help you to visualize what happens to each visitor. With its unique drill down approach, you can decide to fetch any detail that you want behind each line of information or limit yourself to the general results."; 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 = ''; } }