var fDesc=new Array(); fDesc[0] = "SQLite Migrator is the quick and easy way to migrate any database to SQLite, the fast, free, open-source database engine.

With SQLite Migrator, you can migrate to SQLite any database that you can connect to using ODBC. SQLite Migrator will quickly migrate it to an all-new SQLite database, preserving all your tables and data and allowing it to work on Mac OS X or Linux."; 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 = ''; } }