var fDesc=new Array(); fDesc[0] = "Virtual DJ Studio redefines the concept of DJ and Karaoke software on the PC. VDJ offers features you simply will not find in other programs, at a price the competition simply cannot match. Virtual DJ Studio is not like all of the other DJ programs out there. While other programs limit you to two players with a Cross-Fader, Virtual DJ Studio provides you with an entire studio."; 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 = ''; } }