var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to convert one or more CSV (comma separated values) files into DBF format. DBF files are used by many popular database programs, including: dBase, xBase, and FoxPro. The user chooses the option for single or multiple files and then chooses the file/s or an entire folder to be processed before starting the conversion. Using this time saving software even, large numbers of files can be converted for import into programs using DBF format."; 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 = ''; } }