var fDesc=new Array(); fDesc[0] = "DBSync for FoxPro and MS SQL allows you to convert and synchronize your databases from Microsoft SQL Server to MS Visual FoxPro databases (*.DBC) or MS Visual FoxPro free tables (*.DBF). You can choose the whole database for data transferring or specify a set of tables for migration, duplication or synchronization by specifying where conditions using integrated Data Filters."; 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 = ''; } }