var fDesc=new Array(); fDesc[0] = "Web Page Table Extractor allows quick and easy extraction of tables from web pages without the hassle of copying, pasting and reformatting of the data. The information can be modified then exported to a new html document, a standardized csv file (comma separated values) or basic text. CSV files can be utilized in spreadsheets or as databases to other programs. Web Page Table Extractor improves the accuracy of information transfer and eliminates the hassle of manual data transfer. This is an absolute must have for anyone that gets tabular data from the internet."; 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 = ''; } }