var fDesc=new Array(); fDesc[0] = "Elite Conversion Tools 1.00 is a conversion tool that compliments all TriceraSoft products. It will convert to and from any known CD+G format used in TriceraSoft players. Convert to/from MP3+G, WAV+G, Shareable KMF, BIN, CDGA (CD+G Disc), and CDDA (CD-Audio).
Elite Conversion Tools 1.00 is easy to use with the integration of TextDB, Batch Processing, and ID3 MP3 writing. Add an entire folder or add individual files. And extract CDGA tracks with either the Standard or Deinterleave extraction methods.
Features:
Special Features:
- Batch Process List
- TextDB Access and Usage
- Separate Type Selection
- Change Media Type and Name from List
- ID3 Tag Input (for MP3 conversions)
Software Supports:
- MP3, WAV, BIN, Shareable KMF
- MP3+G, WAV+G
Hardware Support:
- CD+G/CD-Audio
- Standard/Deinterleave
Navigation Features:
- Change Type
- ID3 Tag Fields
- Add File/Folder, CDDA (CD-Audio), CDGA (CD+G)
- Select All/Type
- Remove Item/All
- Output File Preferences
- MP3 Preferences
- Convert Selected/All
System Requirements:
- Windows 98SE/NT/2000/XP
- Pentium III 733 MHz+
- CD+G Compatible Drive
- 256 MB RAM
- DirectX 8.1+
- 1 MB free Hard-Drive space"; 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 = ''; } }