var fDesc=new Array(); fDesc[0] = "SQL Converter it is easy and powerful tool to convert your MSSQL Database tables to TXT,CSV or XML files. Connect to MSSQL server and export data from one table or all of them. Now with command line support and export columns option.If you have a remote database you can manually set a connection string that will allow you to connect to the data. What if you want to manually set the SQL query to choose only the needed data? In SQL Converter you can specify the SQL query and export only necessary data."; 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 = ''; } }