var fDesc=new Array(); fDesc[0] = "If you have a file that a program won't open because it is the wrong file format, Songverter is your answer. This file converter can do one file at a time, or convert all files from the selected format into the new format.

Main features:

- Unattended Batch conversion of all files (of the selected Format in the Source Window), or convert only the files you select. If any bad files are found they are logged and conversion moves to the next file. When conversion is done, a message notifies you to view the Bad Log file.

- Recursively access sub-folders to process all matching files in all folders below the selected Source Folder.

- Keep or Delete Master Files after converting to the new format.

- Successfully Converted Files are logged in a .txt file opened by Notepad.

- Bad Files are logged in a separate .txt file opened by Notepad.

- Installs on 2 Computers that you own. It also can be moved by you to anot"; 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 = ''; } }