var fDesc=new Array();
fDesc[0] = "Main Features:
- Conversion between various lyrics & subtitle file formats, including the following extended filename: LRC, SRT, SSA, SMI, UTF, KSC, SNC, KRC, QLY, TXT
- Guide you make LRC lyrics files easily
- Easy-to-use Wizard for making SRT subtitle files, which makes it
- Divide LRC files: enable you to avoid the limitation of LRC files by MP3/MP4 Players
- Change your LRC files as you wish: Two lines to one, one lines to two
- Make multiple LRC files to a text file, easy to print out, to show, and to make your lyrics book
- LRC Show, both with music and without music. Bring you the convenience for reference during recording your singing
- Batch Convert saves your time. Automactically generate logs if errors occur during the conversion. (Registered user only)
- Rich options, human-based design. Perfectly run on Windows Vista
- Greenware, never write Registry. No time limitation for unregistered users.";
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 = '';
}
}