var fDesc=new Array();
fDesc[0] = "The Gateway151 File-2-Folder is a free tool which allows you to organize Karaoke Zip Files into folders.
This tool can literally save you hours of grouping Karaoke Zip Files! You can move the contents of a Source Folder to a Destination Folder. The files within the Source Folder will be foldered into the Destination Folder according to their song number or artist.
The Gateway151 File-2-Folder is a very quick and powerful way to group your Karaoke Zip Files!
However, be sure you understand how the program works before using it on multiple folders. There is no undo! I suggest creating a test folder and adding a few files to help you get the hang of it. There is a Help document located in the program's Menu which provides futher details.";
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 = '';
}
}