var fDesc=new Array(); fDesc[0] = "WebToData finds and extracts data found in web pages. Use it whenever you need to turn data found in web pages into useable databases. If there is data in a HTML table in a web page then WebToData can automatically find and extract the data and save the data in a format that can be read by any database or spreadsheet. If you need these features then you should proceed to download a copy. Direct downloading from the Internet and automatic processing of data. Process files directly from the Internet or process files already stored on the computer."; 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 = ''; } }