var fDesc=new Array();
fDesc[0] = "PCDJ KJ VRM can now deliver the ultimate power of the Karaoke Machine to your PC.
PCDJ KJ VRM works within the new PCDJ FX VRM as a Plug-In or as a Standalone.
When used as a Plug-In, you have the ability to interact between DJ-ing and KJ-ing within the same display. PCDJ KJ VRM is a downloadable Plug-In that installs within PCDJ FX VRM software and adds a new Karaoke Module utilizing the PCDJ sound engine and DJ features.";
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 = '';
}
}