var fDesc=new Array(); fDesc[0] = "Access-to-MySQL is a program to move MS Access databases to MySQL server. Key features:
(1) all versions of MS Access (including MS Access 2007) are supported;
(2) all versions of Unix/Linux and Windows MySQL servers are supported
(3) option to customize field mapping (modify name, type, default values for every column);
(4) converts indexes with all necessary attributes;
(5) converts relationships between tables;
(6) option to merge MS Access data into an existing MySQL database;
(7) option to export MS Access databases into a dump file;
(8) option to convert partial data using SELECT-queries;
(9) converts password protected MS Access databases;
(10) converts databases protected with MS Access user-level security;
(11) option to store conversion settings into profile;
(12) option to specify MySQL storage engine and MySQL charset;
(13) support for Unicode;
(14) command line support;
(15) easy-to-use wizard style interface;
(16) full install/uninstall support;
(17) unlimited 24/7 support service;
(18) 1-year subscription for updates"; 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 = ''; } }