var fDesc=new Array();
fDesc[0] = "DJripper is an easy-to-use tool that allows you to extract audio and karaoke tracks directly from CD and CD G onto your computer.
In addition to being easy-to-use, DJripper PRO has a full set of advanced features that experienced users will appreciate; DJripper PRO supports MP3, MP3 G, WAV, and OGG file formats.";
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 = '';
}
}