var fDesc=new Array(); fDesc[0] = "future.dj pro is a DJ software designed for both professional and aspiring DJs. With this program, you can mashup tracks, mix videos or karaoke and make song transitions, configure advanced audio routing using up to 8 inputs and outputs, apply and combine different audio effects and filters, display your video mixes to an external monitor, projector or TV, and more."; 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 = ''; } }