var fDesc=new Array(); fDesc[0] = "DB Commander 2000 is an all-in-one database utility. A great tool for any person or any company dealing with many types of databases. It is your solution to handling any two different types of databases simultaneously.
Main Features:
- View/Edit Two tables of different database types at the same time.
- Copy table structure to another database with indexes intact (if applicable), one or multiple tables at a time. Table structure can also be copied from a query result set.
- Transfer records across to another table, one or multiple tables at a time. DB Commander will transfer data even if the tables are not identical. This can also be done from a query result set.
- Transfer selected records to another table.
- Transfer records between tables by mapping their fields."; 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 = ''; } }