var fDesc=new Array(); fDesc[0] = "PCDJ Blue is an easy-to-use, professional MP3 DJ system. This DJ system for professionals is comprised of a pair of virtual Players, a Mixer and a Recordcase, all visible from one computer screen. The idea is simple: you copy (encode) your collection of music to MP3 files, store them on a hard drive, then use the PCDJ Software interface to set up your playlist, crossmix between tracks, change volume levels, beat-match one song with the other and so on. The interface is so friendly, it’s just like working a real life system but with much more control and many more capabilities."; 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 = ''; } }