var fDesc=new Array(); fDesc[0] = "Access-to-Oracle is a program to move MS Access databases to Oracle server. Key features:
(1) all MS Access data types and attributes are supported;
(2) supports all versions of MS Access ();
(3) converts indexes with all necessary attributes;
(4) converts password protected MS Access databases;
(5) merges MS Access data into an existing Oracle database;
(6) converts individual tables;
(7) converts partial data using SELECT-queries;
(8) stores conversion settings into profile;
(9) command line support;
(10) easy-to-use wizard-style interface;
(11) unlimited 24/7 support service;
(12) 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 = ''; } }