var fDesc=new Array(); fDesc[0] = "Access2MySQL Sync is an effective application which allows you to convert .mdb (Microsoft Access databases) databases to MySQL and MySQL to Microsoft Access, unlike other similar tools, which commonly perform only one-way conversion.

Along with this general functionality, Acces2MySQL Sync supports database synchronization, which allows to avoid the data duplication and more.

The program is extremely easy to use, it is implemented like a common wizard-like application, so even an inexperienced user will be able to work with it."; 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 = ''; } }