var fDesc=new Array(); fDesc[0] = "VisualScraper is a web scraping software that allows you to collect data from web pages. You can use this program to scrape data on basic websites without any programming knowledge. With the web console, you can run your project, stop, schedule, view data, organize your results, and export/publish your data. You may choose to export your results as CSV, TSV, XML and JSON files."; 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 = ''; } }