var fDesc=new Array(); fDesc[0] = "OraDump-to-Excel is a program to convert Oracle dump files into MS Excel spreadsheets.

Main features:
-All versions of Oracle dump files are supported
-Converts tables containing more than 65535 records (splits data into multiple MS Excel files if necessary)
-Converts multi-file Oracle dump files
-Output spreadsheet is compatible with MS Excel and higher
-Option to convert individual tables
-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 = ''; } }