var fDesc=new Array(); fDesc[0] = "Web Information Extractor is a powerful tool for web data mining and content extraction, content analysis. Just browse to the web page you are interesting and click what you want to define the extraction task, and run it as you want, or let it run automatically."; 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 = ''; } }