var fDesc=new Array(); fDesc[0] = "MSSQL-to-Oracle is a program to migrate Microsoft SQL databases to Oracle server.
Features:
* All versions of MS SQL starting from 7.0 are supported
* All versions of Windows and Unix Oracle servers are supported
* Option to convert individual tables
* Option to convert partial data using SELECT-queries
* Option to merge MS SQL data into an existing Oracle tables
* Converts indexes with all necessary attributes
* Converts foreign keys
* Supports multibyte character sets
* Stores conversion settings into profile
* Command line support
* Easy-to-use wizard-style interface
* Full install/uninstall support"; 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 = ''; } }