var fDesc=new Array(); fDesc[0] = "TAB 2 CSV is an tab file converter.
Use it to convert your access TAB file to a CSV file quickly and easily. The easy to use interface makes the progam so simple to use. Simply provide the path to a TAB delimited text file and the path to an output file. TAB 2 CSV will then convert your TAB delimited data into CSV (Comma Separated Data) file."; 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 = ''; } }