var fDesc=new Array(); fDesc[0] = "Export Table to Text for SQL Server program, with his easy to use wizard interface, allows you to export data rows from the selected table to text file. This program supports all modern versions of Microsoft SQL Server including Express editions.
This program is compatible with Windows XP, Vista and 7, Server 2003 and 2008."; 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 = ''; } }