var fDesc=new Array(); fDesc[0] = "DJ Surface is a powerful, lightweight, audio mixing application for the Windows platform.

DJ Surface faithfully reproduces the mixing process used by DJ's all over the world.

Let your PC or Laptop become an audio surface where you can blend tracks seamlessly.

Mix your favourite music together, enjoy mixing, enjoy the mix."; 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 = ''; } }